
shared variable not working what am I missing?
WhilePrintingRecords;
Shared CurrencyVar Total := 10
WhilePrintingRecords;
Shared CurrencyVar Total := Total + 100;
This doesnt' work or should I do this ?
cannot refer to itself.
I want to print Grand Total of 2 subreports' totals in MainReport
Any help is greatly appreciated.