[development-axapta] Logo in SalesInvoice

2008-01-08 Thread jquinteroz
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.

AW: [development-axapta] Re: How to pass Query from Form to Report?

2008-01-08 Thread joerg.ufer
Hi, I did not check the following code, but it should work... formRun formRun; object object; formRun = element.args().caller(); object= formRun; localEnumField = object.parmFormEnumField(); So use accessor (parm) method to get your value. Bye Jörg ___

[development-axapta] Only 1 page header in a text file please

2008-01-08 Thread James Flavell
Hi everyone, I am sure this has been a common headache for many of you... How to fix Ax4.0 SP1 to be like Ax3.0 whereby printing direct to text file causes only 1 page header to be put inside the file? Thanks James [Non-text portions of this message have been removed]

Re: [development-axapta] Re: How to pass Query from Form to Report?

2008-01-08 Thread Tulus Tobing
Hi Logu, Do not use FormRun, use Object instead. Regards, Tulus Tobing sivlogu <[EMAIL PROTECTED]> wrote: Hi, Thanks a lot for your reply. I dont know where i am wrong in the follwing code. Can anybody suggest me. Folloing is a code in Form. (Dcpcatego

[development-axapta] Re: How to pass Query from Form to Report?

2008-01-08 Thread sivlogu
Hi, Thanks a lot for your reply. I dont know where i am wrong in the follwing code. Can anybody suggest me. Folloing is a code in Form. (Dcpcategory - Enum; dueoption - Combo Box with Enum) Dcpcategory getEnum() { return dueoption.selection(); } But i could not call this method from Report a