[Axapta-Knowledge-Village] Re: Section Printing in Report.

2004-12-06 Thread anton_tjiptadi
Hi, From what I've just learned, I think you should add some statement in Fetch Method in the report, such as : While (qr.next()) { (your data source) = qr.get(tablenum(your table)); . .. //the calculation if (YourAmount 0) element.send(your

Re: [Axapta-Knowledge-Village] Re: Section Printing in Report.

2004-12-06 Thread Ahmed Ibrahim
Hi Anton , thanks for your help. Ahmedanton_tjiptadi [EMAIL PROTECTED] wrote: Hi,From what I've just learned, I think you should add some statement in Fetch Method in the report, such as :While (qr.next()) { (your data source) = qr.get(tablenum(your table)); . .. //the calculation if