CR9 and Oracle9i
I created a shared variable from subreport A:
WhilePrintingRecords;
Shared NumberVar reportA := {#RunningTotal1}
I placed that variable in report B:
WhilePrintingRecords;
Shared NumberVar reportA
The value on both subreports are in GF1.
In subreport A that value is:
100
150
180
In subreport B that value is:
180
180
180
How can I correct the problem so the subreport B is:
100
150
180
Thanks,
Ron
I created a shared variable from subreport A:
WhilePrintingRecords;
Shared NumberVar reportA := {#RunningTotal1}
I placed that variable in report B:
WhilePrintingRecords;
Shared NumberVar reportA
The value on both subreports are in GF1.
In subreport A that value is:
100
150
180
In subreport B that value is:
180
180
180
How can I correct the problem so the subreport B is:
100
150
180
Thanks,
Ron