Re: [development-axapta] Pass temporary table data from form to report

2008-01-09 Thread naushad basha
Hi, steps are as follows 1- write a method which returns the temp table, at the form level(of the calling form) say the name of the method is retmethod() 2- in the report, access the caller form object with the following code. Object fr ;

[development-axapta] [ask] Dynamics Axapta 4 vs Dynamics Axapta 3 in Technical

2008-01-09 Thread Rando
Dear All What is the diferent between Dynamics Axapta 4 and Dynamics Axapta 3 in developing? Best regards rando

Re: [development-axapta] [ask] Dynamics Axapta 4 vs Dynamics Axapta 3 in Technical

2008-01-09 Thread Max Belugin
http://msdn2.microsoft.com/en-us/library/aa654810.aspx https://mbs.microsoft.com/Cms/Templates/document/General.aspx?NRMODE=PublishedNRNODEGUID={C99EB607-B2B0-4F7D-8376-C6197397DEF9}NRORIGINALURL=/customersource/news/whatsnewAX40TrainingNRCACHEHINT=Guestwa=wsignin1.0 On 1/9/08, Rando [EMAIL

Re: [development-axapta] [ask] Dynamics Axapta 4 vs Dynamics Axapta 3 in Technical

2008-01-09 Thread Agus Riyadi
Hi, There is no change in standard programming. There are some new technical features that you can read in the What's new Ax4.0 technical document. Regards, Agus On Jan 9, 2008 3:58 PM, Rando [EMAIL PROTECTED] wrote: Dear All What is the diferent between Dynamics Axapta 4 and Dynamics

AW: [development-axapta] Pass temporary table data from form to report

2008-01-09 Thread jesper.joergensen
Hi, just to make sure you does not get a stack trace at runtime you should check if the Method exists on the caller object. Object fr ; Table tt; // fr = element.caller(); If (formHasMethod(fr,identifierstr(updateControls)) // formHasMethod is implemented in Global. tt =

[development-axapta] Report in batch

2008-01-09 Thread Emanuela
I have a problem when I try to run a report in batch. When I run the report (the class that call the report) on client, the report correctly works, when I run the report on server (as batch) it returns the error the Report hasn't got design 2 . Someone have an idea?

[development-axapta] Re: Logo in SalesInvoice

2008-01-09 Thread Emanuela
--- In development-axapta@yahoogroups.com, jquinteroz [EMAIL PROTECTED] wrote: Hi!: I need to insert a logo in SalesInvoice. Do I need just insert the bmp file in PageHeader:Logo or PageHeader:Invoice section?. Do I need to make some code for that?. Regards. You can add a field

[development-axapta] Bad response time on the CUSTINVOICEJOUR form

2008-01-09 Thread pkpeterson652
I have a response time problem with the CUSTINVOICEJOUR form. Accounts receivable \ Sales Orders \ Inquiries \ Invoices This form only has some minor modifications to it and when the mods are removed the same results are given. We are running Dynamics AX 4.0 at SP1, SQL Server 2005, and one