You are most welcome.

Ahmed Ibrahim <[EMAIL PROTECTED]> wrote:
Varden,
 
Thanks, it's working fine
 
Regards
  Ahmed

Varden 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 conditionally and do something like this:

 

if (FunctionValue() != 0)

    {

     super();
     }

 

This means that if whatever function value you are checking for is not equal to zero print the section otherwise don't print it. The curly brackets are not necessary in the case since only one statement follows but I use it for illustration.

 

Varden Morris

 

J. Wray & Nephew Ltd. - Group I.S.

234 Spanish Town Road

Kingston 11, Jamaica, W.I.

 

Phone:             (876) - 923 - 6141 Ext. 2400, 2412
Fax:     (876) - 923 - 5372

Cell:     (876) - 3833566
Email:  [EMAIL PROTECTED]m

            [EMAIL PROTECTED]m              
 
Ahmed Ibrahim <[EMAIL PROTECTED]> wrote:
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
  Ahmed

Peng Qing Hua <[EMAIL PROTECTED]> wrote:

Hi, ahmed
  Can you do some like this?
   If (SomeFiledValue==0)
         YourSession.visable(false);

Best Regard!
Andy. Peng Qing hua

-----Original Message-----
From: mbsdeveloper [mailto:[EMAIL PROTECTED]
Sent: 2004Äê12ÔÂ6ÈÕ 13:38
To: [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 printed if the value of the function is zero. so can
someone tell me how to do it?

regards
  Ahmed








Sharing the knowledge on Axapta.
Yahoo! Groups Links











Sharing the knowledge on Axapta.



Do you Yahoo!?
The all-new My Yahoo! – What will yours do?

Sharing the knowledge on Axapta.



Do you Yahoo!?
Yahoo! Mail - Find what you need with new enhanced search. Learn more.

Sharing the knowledge on Axapta.



Do you Yahoo!?
Read only the mail you want - Yahoo! Mail SpamGuard.

Sharing the knowledge on Axapta.



Do you Yahoo!?
Meet the all-new My Yahoo! – Try it today!

Sharing the knowledge on Axapta.


Yahoo! Groups Sponsor
ADVERTISEMENT
click here


Yahoo! Groups Links

Reply via email to