Footer Group
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
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
This discussion has been closed.
Comments
You should be able to refer to the variable value by
myVariable.Value
Best regards,
Nard Moseley
Digital Metaphors
www.digital-metaphors.com
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
http://www.digital-metaphors.com
info@digital-metaphors.com