Resetting ppVariable on Group break
I am using a ppvariable to accumulate totals & subtotals. On group breaks,
no matter what I specify in the Reset component property( the reset type is
veGroupEnd), the value is not being reset. I am using report builder pro 5.0
w/ Delphi 5( I know these are ancient, but we can't upgrade until we get rid
of the POS Flashfiler so-called database). Any insight w/ be much
appreciated.
David Zanke
no matter what I specify in the Reset component property( the reset type is
veGroupEnd), the value is not being reset. I am using report builder pro 5.0
w/ Delphi 5( I know these are ancient, but we can't upgrade until we get rid
of the POS Flashfiler so-called database). Any insight w/ be much
appreciated.
David Zanke
This discussion has been closed.
Comments
field specified in the group, to the pipeline feeding the report & various
other things. Finally, I dropped a dbcalc field on the band and looked at
the ResetGroup property(which is automatically set when You drop it on the
band). Of course!!! Why didn't I realize that Group[0] is actually
ppGroup16? Isn't it obvious?
David Zanke