OnCalc not firing?
Hi. I am using Version 5.56. I'm afraid I cannot figure out how to get my
OnCalc event of my TppVariable component to fire. The properties of the
TppVariable component are set to this:
CalcComponent = grpFootObjectID (ObjectID group footer - the only group in
the report)
CalcType = veGroupBeforeFooter
...
ResetComponent = grpFootObjectID
ResetType = veGroupEnd
The result is my OnCalc event for the TppVariable does not fire. I have set
a breakpoint and NO break occurs on the OnCalc event. The only time it does
fire is when I set CalcType to veTraversal instead of veGroupBeforeFooter.
Everything in the group prints. I have a total and a couple DBCalcs that
display correctly. This is the first time I am using the TppVariable in
this manner - what am I doing wrong?
Thanks in advance.
Brian Kennedy
OnCalc event of my TppVariable component to fire. The properties of the
TppVariable component are set to this:
CalcComponent = grpFootObjectID (ObjectID group footer - the only group in
the report)
CalcType = veGroupBeforeFooter
...
ResetComponent = grpFootObjectID
ResetType = veGroupEnd
The result is my OnCalc event for the TppVariable does not fire. I have set
a breakpoint and NO break occurs on the OnCalc event. The only time it does
fire is when I set CalcType to veTraversal instead of veGroupBeforeFooter.
Everything in the group prints. I have a total and a couple DBCalcs that
display correctly. This is the first time I am using the TppVariable in
this manner - what am I doing wrong?
Thanks in advance.
Brian Kennedy
This discussion has been closed.
Comments
the Timing dialog. The OnCalc should fire for you now.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
Brian Kennedy