Hi,
I embeded the following code at Set Queue Record :-
CASE T:DrCr
OF 'D'
LocDrAmt = T:Amount
LocBalance += T:Amount
OF 'C'
LocCrAmt = T:Amount
LocBalance -= T:Amount
END
The LocBalance will reset every new page.
I search thru previous post on June 25, 2012, it can be solved by using File Load, but it will be very slow when records huge.
Just wonder, any new solution for this after so many years?
Thank you.
Regards,
Nelson