suburbanites
Programmer
Hi, I'm using CRXI SP1
I have a shared variable from a sub report. I am using this in GF5 an it displays perfectly. I have the following formulas:
GH1
WhilePrintingRecords;
Shared NumberVar totamtbud:= 0;
GF5
WhilePrintingRecords;
Shared NumberVar totamtbud;
totamtbud
My problem is I want a subtotal on this variable on GF3 everytime there is a change in seq#.
How do I go about this? Thanks so much for your help..
I have a shared variable from a sub report. I am using this in GF5 an it displays perfectly. I have the following formulas:
GH1
WhilePrintingRecords;
Shared NumberVar totamtbud:= 0;
GF5
WhilePrintingRecords;
Shared NumberVar totamtbud;
totamtbud
My problem is I want a subtotal on this variable on GF3 everytime there is a change in seq#.
How do I go about this? Thanks so much for your help..