Re: [Axapta-Knowledge-Village] Disable

2009-06-04 Thread Anitha S
Hi , Pls try this. You can override the method *selectionChange* in RadioButton. public int selectionChange() { int ret; ret = super(); if(RadioButton1.valueStr() == enum2str(NoYes::Yes)) { CheckBox.enabled(false); } else { CheckBox.enabled(true);

[Axapta-Knowledge-Village] Disable

2009-06-03 Thread Pooja .
Hi Guys, I have the Radio button (NoYes) and Check box on the form. if I click the radio button to Yes ,then that check box should disable can u pls

[Axapta-Knowledge-Village] Disable Button for a domain

2008-11-25 Thread kardo_ax
Hi, Is there a way to disable a certain botton for one domain and keep it enaabled for another domaion? thanks

Re: [Axapta-Knowledge-Village] Disable Button for a domain

2008-11-25 Thread MaryAnn Hand
Put a new security key on the menu item of the button. Create a user group that has permission to use the button. Add users except those in the domain that you do not want to have access. Alternatively, have a developer write code to set button enablement based on check of domain. On Tue, Nov

RE: [Axapta-Knowledge-Village] Disable Prompt for file overwrite

2007-08-06 Thread Malcolm Burtt
-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of James Flavell Sent: 03 August 2007 08:23 To: Axapta-Knowledge-Village@yahoogroups.com Subject: [Axapta-Knowledge-Village] Disable Prompt for file overwrite Is it possible in a report (or I guess any object) to disable the override

RE: [Axapta-Knowledge-Village] Disable Prompt for file overwrite

2007-08-06 Thread James Flavell
the printer is set to write to a file. Thanks James -Original Message- From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Malcolm Burtt Sent: 06 August 2007 17:37 To: Axapta-Knowledge-Village@yahoogroups.com Subject: RE: [Axapta-Knowledge-Village] Disable

[Axapta-Knowledge-Village] Disable Prompt for file overwrite

2007-08-03 Thread James Flavell
Is it possible in a report (or I guess any object) to disable the override existing file prompt? The reason is I have several reports setup to runa s abtch jobs every day and output to a fixed file name. If the file already exists basically the batch client will wait for input and so the

Re: [Axapta-Knowledge-Village] Disable a field on the form

2006-11-26 Thread kbi kbi
thanks. - Original Message From: Arijit Basu [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com Sent: Sunday, November 26, 2006 11:44:56 AM Subject: Re: [Axapta-Knowledge-Village] Disable a field on the form You can also try this FormStringControl XYZ; XYZ= element.design

Re: [Axapta-Knowledge-Village] Disable a field on the form

2006-11-26 Thread V G
AM Subject: Re: [Axapta-Knowledge-Village] Disable a field on the form You can also try this FormStringControl XYZ; XYZ= element.design( ).control( Control:: ControlName) ; XYX.visible( false); Cheers On 11/25/06, Varden Morris [EMAIL PROTECTED] com wrote: Change the allowEdit

[Axapta-Knowledge-Village] Disable a field on the form

2006-11-25 Thread V G
Hi I want to disable a field on the form which is in auto group. Thanks in advance for help Regards [Non-text portions of this message have been removed]

Re: [Axapta-Knowledge-Village] Disable a field on the form

2006-11-25 Thread Varden Morris
Change the allowEdit property of the field on the form data source node to No. This will disable the field everywhere it's being used on the form. To disable the field on all user interface in the application you should set the AllowEdit property of the field on the TABLE to No. V G [EMAIL

Re: [Axapta-Knowledge-Village] Disable a field on the form

2006-11-25 Thread Arijit Basu
You can also try this FormStringControl XYZ; XYZ= element.design().control(Control::ControlName); XYX.visible(false); Cheers On 11/25/06, Varden Morris [EMAIL PROTECTED] wrote: Change the allowEdit property of the field on the form data source node to No. This will disable

[Axapta-Knowledge-Village] Disable a particular dimension for a particular user group.

2006-01-13 Thread Aasmee
Hi all, Is there a way in Axapta by which i can disable a particular dimension(say CostCenter) from all the forms for a particular user group. Thanx in advance Sharing the knowledge on Axapta. Visit www.frappr.com/axapta for axapta friends. Yahoo! Groups Links * To visit your group on

[Axapta-Knowledge-Village] Disable a particular dimension for a particular user group

2006-01-13 Thread Aasmee
Hi all, Is there a way in Axapta by which i can disable a particular dimension(say CostCenter) from all the forms for a particular user group. Thanx in advanceSend instant messages to your online friends http://in.messenger.yahoo.com Sharing the knowledge on Axapta. Visit

[Axapta-Knowledge-Village] Disable Rename Key

2004-10-24 Thread Jim Jo
HI all, Hope some one can give a clue! How can I disable the renamebutton on right click record info option?. Searched on the security setups but not successful in finding the right config/sec key!! Anyone know how to disable this option?. I have view permissions for master tables for some of