bitsmith2k
Programmer
hello,
i have a subreport with the following formula:
whileprintingrecords;
shared currencyvar total := 17.10;
in my main report i have this (After the subreport):
whileprintingrecords;
shared currencyvar total;
i'm getting 0.00 displayed on the main report.
any suggestions?
mike
i have a subreport with the following formula:
whileprintingrecords;
shared currencyvar total := 17.10;
in my main report i have this (After the subreport):
whileprintingrecords;
shared currencyvar total;
i'm getting 0.00 displayed on the main report.
any suggestions?
mike