Crystal Report Help

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:
>
> 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 :
(
> >
> > 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
sub
> > report to print some info at the end of that PO (if needed).
> >
> > For the Next PO in the mass print batch, I need that global
variable
> > to be emptied and start accumulating data again. I have tried
placing
> > a formula to set that variable to an empty string every place I
can
> > think of to no avail...
> >
> > If one PO out of a batch of 10 needs to have the data printed
from
> > the sub report - they all get it printed.
> >
> > Hopefully someone can point me to a solution..
> >
> > Thanks,
> >
> > Bernie.
> >
>
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 :(

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 sub
report to print some info at the end of that PO (if needed).

For the Next PO in the mass print batch, I need that global variable
to be emptied and start accumulating data again. I have tried placing
a formula to set that variable to an empty string every place I can
think of to no avail...

If one PO out of a batch of 10 needs to have the data printed from
the sub report - they all get it printed.

Hopefully someone can point me to a solution..

Thanks,

Bernie.
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 :(
>
> 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 sub
> report to print some info at the end of that PO (if needed).
>
> For the Next PO in the mass print batch, I need that global variable
> to be emptied and start accumulating data again. I have tried placing
> a formula to set that variable to an empty string every place I can
> think of to no avail...
>
> If one PO out of a batch of 10 needs to have the data printed from
> the sub report - they all get it printed.
>
> Hopefully someone can point me to a solution..
>
> Thanks,
>
> Bernie.
>