Re: [development-axapta] How to prevent other controls to execute validatewrite() method when any change is made on the form.

2008-11-14 Thread syed baber
Thanks Abdul Samad. The problem has been solved now but I am wondering whether is it recommended to use task method on the form to capture the save event. Thanks Syed Baber On Fri, Nov 14, 2008 at 1:44 PM, Abdul Samad Patel < [EMAIL PROTECTED]> wrote: > You can override task method in the form

Re: [development-axapta] How to prevent other controls to execute validatewrite() method when any change is made on the form.

2008-11-14 Thread Abdul Samad Patel
You can override task method in the form. Use '272' the ID to catch save event and show the dialog box over there. See if this helps if not please give me some details of your scenario. Thanks & Regards, Abdul Samad Patel http://msdax.blogspot.com Contact - 425-502-1175 On Wed, Nov 12, 2008 at 1:

[development-axapta] Axapta license usage over time...axdat.udb

2008-11-14 Thread Andrew Staples
I'd like to plot license usage over time in AX3 to help us determine when we need to purchase more license. This information seems to be stored in the axdat.udb file. Does anyone have any experience editing this file (or using another method to accomplish the task?) Thanks Andrew [Non

[development-axapta] Problem when importing a file on Ax2009

2008-11-14 Thread Ozanhan AnaƧ
Dear All, We are facing with a problem when we try to import a file. It occurs when "Import File" is clicked and says : "No System GUID was found in the SysSQMSettings table. Please restart the AOS." Restarting AOS doesn't work. Any idea would be appreciated. Regards, Ozan

[development-axapta] AX 2009 in Windows 2000 Server

2008-11-14 Thread bvtiii
Hi, As for the operating system requirement of AX 2009 is: Microsoft Windows Server 2003 with Service Pack 2, Standard Edition, Web Edition, Enterprise Edition, or Datacenter Edition - or - Windows Server 2008 Standard Edition, Enterprise Edition, Web Edition, or Datacenter Edition Is it possi

[development-axapta] How to prevent other controls to execute validatewrite() method when any change is made on the form.

2008-11-14 Thread syed baber
Hi All, I have to display a modal dialog box with yes/no buttons on some conditions when the record is saved on the form. I have written a validatewrite() method on datasource. The problem is that when some changes is made on the form and a button is clicked on the form then in that case validatew

[development-axapta] Implementing InternetGetLastResponseInfo

2008-11-14 Thread nzjaybee
Hi I am using WinInet to send a file via FTP to a remote server. Most of this has gone well using postings from here and Axapatapedia. However, the file arrives on the remote server with ZERO bytes. The file has been created on the remote server, but no content transmitted. I am therefore attemptin

[development-axapta] Re: Add a dimension

2008-11-14 Thread pkpeterson652
If I am not mistaken you have to get another license key to increase the number of financial dimensions. In Dynamics AX 4.0 under tools / development tools / wizards there is a new wizard that you can run to create a new financial dimension, it will make all the necessary AOT code changes. Howe