Kelly,
I think the WhilePrintingRecords did the trick. I put it pretty much
everywhere to force Crystal to evaluate the formulas when I wanted
them evaluated :)
Thanks.
--- In vantage@yahoogroups.com, "wendorff1" <kelly.wendorff@...>
wrote:
I think the WhilePrintingRecords did the trick. I put it pretty much
everywhere to force Crystal to evaluate the formulas when I wanted
them evaluated :)
Thanks.
--- In vantage@yahoogroups.com, "wendorff1" <kelly.wendorff@...>
wrote:
>(
> Bernie,
>
> I use number variables with running totals for a report and to reset
> the variable I inserted this formula into the group header:
>
> WhilePrintingRecords;
> NumberVar RunningTotal;
> RunningTotal :=0
>
> Hope this helps.
>
> Kelly
>
>
> --- In vantage@yahoogroups.com, "bw2868bond" <bwalker@> wrote:
> >
> > I know you all are packing up to head off to Vegas.......
> >
> > I am working on the V8 POForm.rpt and I am looking for some help :
> >sub
> > I have set up a global variable to 'accumulate some data' in the
> > Group Header 2C section.
> >
> > At the end of a particular PO I use that accumulated data in a
> > report to print some info at the end of that PO (if needed).variable
> >
> > For the Next PO in the mass print batch, I need that global
> > to be emptied and start accumulating data again. I have triedplacing
> > a formula to set that variable to an empty string every place Ican
> > think of to no avail...from
> >
> > If one PO out of a batch of 10 needs to have the data printed
> > the sub report - they all get it printed.
> >
> > Hopefully someone can point me to a solution..
> >
> > Thanks,
> >
> > Bernie.
> >
>