Home General

Footer Group

edited September 2001 in General
Hello.
I am working in a report that groups orders.
I wanna print a footer group band to be printed in a determinated situation
where a variable in this band wil be different than a zero.
How to do that.
Using the on calc event i got the desired value but how to refer to this
value in BeforePrint method of the band /
Thanks for any help.
Fernando

Comments

  • edited September 2001

    You should be able to refer to the variable value by

    myVariable.Value


    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
  • edited September 2001
    Use another TppVariable and its OnCalc event to perform this calculation.
    There is a CalcOrder property you can use to set the order that the OnCalc
    event handlers are fired. Be sure to set the variable's datatype property
    as well.


    Cheers,

    Jim Bennett
    Digital Metaphors


This discussion has been closed.