Re: [Axapta-Knowledge-Village] AX Reporting Help...Passing criteria and 1 click printing?

2009-06-30 Thread Sumit Loya
Hi, Using Args you can pass the record to the report and add the field value as filter in the report. Also you can set the medium as printer by following code: element.printJobSettings().preferredTarget(PrintMedium::Printer); Regards, Sumit On Tue, Jun 30, 2009 at 8:00 PM, Girac wrote: > > >

[Axapta-Knowledge-Village] AX Reporting Help...Passing criteria and 1 click printing?

2009-06-30 Thread Girac
I have created new forms and from there I want to run a report, but I must enter the ID number as the criteria. How can I pass this ID from the record that I have selected in my form to my report. Another query, how can I send the report directly to the printer from my form? is there a way to d