Hi,
If you use code, you can try this:

purchParmTable_ds.object(fieldnum(PurchParmTable, ApprovedBy)).visible(false);

Different from disable form controls: it will disable all the fields (not only 
one control) which have data source PurchParmTable and data field ApprovedBy.

Hope this help

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( ).control( Control:: ControlName) ;
XYX.visible( false);

Cheers

On 11/25/06, Varden Morris <[EMAIL PROTECTED] com> wrote:
>
> 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 <learnaxapta@ gmail.com <learnaxapta% 40gmail.com> > wrote: 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]
>
> Varden Morris
>
> 85 Saddleland Close N.E.
> Calgary, Alberta T3J 5J5
> Canada
>
> (403) 366-8434 (H)
> (403) 615-1604 (C)
> [EMAIL PROTECTED] com <vardenm%40yahoo. com>
>
>
>
> ------------ --------- --------- ---
> Cheap Talk? Check out Yahoo! Messenger's low PC-to-Phone call rates.
>
> [Non-text portions of this message have been removed]
>
> 
>

-- 

Arijit Basu

[Non-text portions of this message have been removed]





 
____________________________________________________________________________________
Do you Yahoo!?
Everyone is raving about the all-new Yahoo! Mail beta.
http://new.mail.yahoo.com

[Non-text portions of this message have been removed]

Reply via email to