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

2004-12-06 Thread Varden Morris
You are most welcome.Ahmed Ibrahim <[EMAIL PROTECTED]> wrote: Varden,   Thanks, it's working fine   Regards   AhmedVarden Morris <[EMAIL PROTECTED]> wrote: Hi Ahmed   All you need to do is make the call to super() in the executeSection method of the section conditional. That is, override the e

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

2004-12-06 Thread Ahmed Ibrahim
Varden,   Thanks, it's working fine   Regards   AhmedVarden Morris <[EMAIL PROTECTED]> wrote: Hi Ahmed   All you need to do is make the call to super() in the executeSection method of the section conditional. That is, override the executeSection method of the section that you want to print cond

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

2004-12-06 Thread Varden Morris
Hi Ahmed   All you need to do is make the call to super() in the executeSection method of the section conditional. That is, override the executeSection method of the section that you want to print conditionally and do something like this:   if (FunctionValue() != 0)     { super(); }   T

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

2004-12-06 Thread Ahmed Ibrahim
Peng,   I'm sorry, I could't understand what is meaning by YourSession and where can I write this code. I appreciate if you could give me more clarifications.   Regards   AhmedPeng Qing Hua <[EMAIL PROTECTED]> wrote: Hi, ahmed   Can you do some like this?   If (SomeFiledValue==0) YourSes

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

2004-12-05 Thread Ahmed Ibrahim
r [mailto:[EMAIL PROTECTED] Sent: Monday, 6 December 2004 3:38 PMTo: [EMAIL PROTECTED]Subject: [Axapta-Knowledge-Village] Section Printing in Report. Dears,I created a display method in the body section to do some calculations, that works fine but actually I don't want the body section to be pr

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

2004-12-05 Thread Ahmed Ibrahim
r [mailto:[EMAIL PROTECTED] Sent: Monday, 6 December 2004 3:38 PMTo: [EMAIL PROTECTED]Subject: [Axapta-Knowledge-Village] Section Printing in Report. Dears,I created a display method in the body section to do some calculations, that works fine but actually I don't want the body section to be pr

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

2004-12-05 Thread Peng Qing Hua
] Section Printing in Report. Dears, I created a display method in the body section to do some calculations, that works fine but actually I don't want the body section to be printed if the value of the function is zero. so can someone tell me how to do it? regards Ahmed Sharin

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

2004-12-05 Thread Tony Depalo
y   -Original Message-From: mbsdeveloper [mailto:[EMAIL PROTECTED] Sent: Monday, 6 December 2004 3:38 PMTo: [EMAIL PROTECTED]Subject: [Axapta-Knowledge-Village] Section Printing in Report. Dears,I created a display method in the body section to do some calculations, that works

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

2004-12-05 Thread mbsdeveloper
Dears, I created a display method in the body section to do some calculations, that works fine but actually I don't want the body section to be printed if the value of the function is zero. so can someone tell me how to do it? regards Ahmed Yahoo! Groups S