RE: [Axapta-Knowledge-Village] Editing the inventory dimensions after posting a transaction

2006-11-25 Thread Nihar Saraiya
Hi Billur How can one change the dimensions on this form? Nihar From: Axapta-Knowledge-Village@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Billur Kardas Sent: Thursday, November 23, 2006 6:52 PM To: Axapta-Knowledge-Village@yahoogroups.com;

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

[Axapta-Knowledge-Village] XML Document parse which is on web

2006-11-25 Thread Ramazan G�RG�N
Hi all, I want to directly load and parse XML document which is on web and get data from it. Can I use XMLDocument Class for this. I know we can use this class files which our local computer. How can I do this ? Ramazan [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 <[E

Re: [Axapta-Knowledge-Village] Dynamics AX 3.0 and FRx 6.7

2006-11-25 Thread Nancy L Hall
Yes, you do need a separate odbc connection for FRx and AX. --- Tarek Saleh <[EMAIL PROTECTED]> wrote: > Hi > i m also new in Frx but i think you should make a > spechial ODBC for FRX rather than useng the same one > that connect for AXDB > > Just check it out > > Regards > Tarek > > > >

[Axapta-Knowledge-Village] Fixed Assset Depreciation

2006-11-25 Thread Kareem
Hey How can I add the "asset deprciation" to the report "fixed assets listing" ? thnx

[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]