[Axapta-Knowledge-Village] Re: AOS Stops Immediately After Starting

2006-11-26 Thread abdollah mostafa
hi i'd like to thank you all for your helpfull assistance, I have checked the event viewr as you told me, and discovered that the ODBC for the AOS is not exist, so i have created a new one , and making the AOS configuration using it... thank you again

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

2006-11-26 Thread Hemant Kumthekar
Hi, I think another way is to go to Item Master Functions Edit Dimensions to change dimensions of posted transactions. Hemant - Original Message From: Nihar Saraiya [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com Sent: Saturday, November 25, 2006 11:39:42 PM Subject:

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

2006-11-26 Thread kbi kbi
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

Re: [Axapta-Knowledge-Village] Date difference

2006-11-26 Thread hitesh gupta
Hi Petric and Nitesh I have seen one function i.e. intvno() on intvsacle:: month u pl check it, It can solve ur problem . Rgrds Hitesh - Original Message From: Nitesh [EMAIL PROTECTED] To: Axapta-Knowledge-Village@yahoogroups.com Sent: Friday, November 24, 2006 4:54:04 PM Subject: Re:

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

2006-11-26 Thread V G
Thanks Guys On 11/27/06, kbi kbi [EMAIL PROTECTED] wrote: 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

[Axapta-Knowledge-Village] AIF in Ax 4.0

2006-11-26 Thread harshbirla_cse
Hi Friends, We are trying to use AIF(Application Integration Framework) which is one of the special features of Dynamics Ax 4.0 There are some predefined AIF functionality to Import/Export XML files. For example, we can create Sales Order through XML using AIF. But if I would like to import