Re: [Axapta-Knowledge-Village] Args

2008-01-23 Thread Pankaj Gupta
One way of doing this extend ur report to runbase report class and filter the report query according to sales quotation. explain ur problem more if this does not work. On Jan 11, 2008 12:16 PM, Aji Sarosa <[EMAIL PROTECTED]> wrote: > Hi Paulina, > > Perhaps you can tell me more about: > - How

Re: [Axapta-Knowledge-Village] Args

2008-01-11 Thread Aji Sarosa
Hi Paulina, Perhaps you can tell me more about: - How do you pass the record to the report? - Do you use menu item for the report and pass the record through its datasource property? If it's so, have you tried to set the "AutoJoin" property in your report to "Yes"? - Do you make any modification

AW: [Axapta-Knowledge-Village] Args

2008-01-11 Thread Andrae, Tobias
paulinavk Gesendet: Freitag, 11. Januar 2008 07:28 An: Axapta-Knowledge-Village@yahoogroups.com Betreff: [Axapta-Knowledge-Village] Args I need to pass a record (sales quotation) to a report so the report only prints for that record. I know it's possible and I've tried to follow how it

[Axapta-Knowledge-Village] Args

2008-01-10 Thread paulinavk
I need to pass a record (sales quotation) to a report so the report only prints for that record. I know it's possible and I've tried to follow how its done but I cannot see how I can do this. In the forms it's easy passing using the datasource in properties but I can't seem to action reports