Resetting DBCalc at each page footer?
Greetings,
I have 3 DBCalcs that print out in the page footer and I need to have them
reset to 0 after printing.
I've tried using the ppFooterBand1AfterPrint event with the code:
dbcUnitCnt.Value := 0;
which does not seem to work.
Any ideas would be greatly appreciated.
Thanks,
Kevin
I have 3 DBCalcs that print out in the page footer and I need to have them
reset to 0 after printing.
I've tried using the ppFooterBand1AfterPrint event with the code:
dbcUnitCnt.Value := 0;
which does not seem to work.
Any ideas would be greatly appreciated.
Thanks,
Kevin
This discussion has been closed.
Comments
Very cool.
Kevin