[development-axapta] Forcing a form to front i AX2009

2009-04-24 Thread steffendenize
Hi all System: AX2009 Scenario: A form (jmgRegistration) opens as AX starts up, it is maximized and brought to top. But AX2009 continues to start-up in the background, and when it is done loading, ax2009's main windows is brought to top. As far as I can tell the XML-start-up command will not

[development-axapta] Re: Client:Unexpected target(1)

2009-03-17 Thread steffendenize
http://palleagermark.blogspot.com/2007/11/clientunexpected-target1.html Consider the fetch code read from top to bottom. During fetch you print docuRef first, then change the target of the report, e.g. from printer to screen, but docuRef cannot find out how to change target after it has been

[development-axapta] Re: AOS stop unexpectedly

2009-02-13 Thread steffendenize
Create a crash dump and look through it to see what is causing the crash http://blogs.msdn.com/czdaxsup/archive/2009/01/28/how-to-create-a-crash-dump-for-for-axapta-processes.aspx

[development-axapta] Using user-made custom filter on form each time it opens

2009-02-02 Thread steffendenize
Hi Using favorites in combination with a custom-made filter is std. practice in AX, e.g. showing only Invoice updated records in the form SalesTable add as favorite, but is it possible to set a custom made filter when using buttons, e.g. from form smmBusRelTable through button Activities to

[development-axapta] Re: Var or Cus layer

2009-01-20 Thread steffendenize
Hi - there is no real difference between the layers bus,var,...usr - the only difference is where to place your code and overlayering. But moving data from one layer to another is rather difficult. Please see https://community.dynamics.com/forums/p/5844/7742.aspx

[development-axapta] Re: How to calculate square root or standard deviation in AX

2008-11-21 Thread steffendenize
The square root function is called sqrt() e.g. static void Job32(Args _args) { print sqrt(1.2); pause; } Best regards, Steffen --- In development-axapta@yahoogroups.com, Ajay [EMAIL PROTECTED] wrote: Does Ax has a function for calculating square root or standard deviation? Anybody found a

[development-axapta] Re: List of tables which are Savedataprcompany == false

2008-09-04 Thread steffendenize
--- In development-axapta@yahoogroups.com, steffendenize [EMAIL PROTECTED] wrote: Hi all I need a list of all table which have the property - savedataprcompany to no. What is the easiest way of doing this? I've tried the noob-way: DictTable dictTable; int i

[development-axapta] List of tables which are Savedataprcompany == false

2008-09-03 Thread steffendenize
Hi all I need a list of all table which have the property - savedataprcompany to no. What is the easiest way of doing this? I've tried the noob-way: DictTable dictTable; int i; ; for(i = 1; i 500; i++) { dictTable = new Dicttable(i);

[development-axapta] Format body of email as HTML

2008-04-08 Thread steffendenize
Hi, When using AX 4.0 build-in print management, I can automatically email e.g. invoices to customers, but how do I set the body of the email to be html and not 'non-formatted' text? And when I'm at it, how do I automatically add a signature to the outgoing email? Best regards, Steffen

[development-axapta] Re: Ax sp2 upgradation checklist

2008-03-31 Thread steffendenize
--- In development-axapta@yahoogroups.com, pranam mukher [EMAIL PROTECTED] wrote: Hi All i have a got a problem during installing sp2 on my system, i have installed sp1 ax 4.0 on my system, and after running the setup of sp2 when i open the axapta its asking me upgrade checklist?

[development-axapta] Re: Problem running Dynamics AX DB Upgrade Preparation

2008-03-25 Thread steffendenize
--- In development-axapta@yahoogroups.com, J [EMAIL PROTECTED] wrote: When running AxDbUpgrade.exe it display the following error: === Copying tables with 1 thread(s). Vanessa, when I got similar errors, I ran the SQL statement through SQL Server Management Studio and got a

[development-axapta] Customer ageing report - first column in report

2007-06-21 Thread steffendenize
Hi I experience a 'funny' problem - having printed to screen the customer ageing report - (Customer Reports Status), I want to use the highlighted Account in the first row to jump to the CustTable, however I end up in the form LedgerTable. This is wierd as the Accountnumber shown in the row is