Hello again.
System: CE 10 Embedded, CR 10, Win2k, MSSQL, IIS, Reports delivered via ASP.
I have a report that contains a subreport in the Main reports Detail section. This subreport has a shared variable. It is:
whileprintingrecords;
shared numbervar WTtotal;
WTtotal:=WTtotal + {@WeightXQty}
The idea is to pass a total weight back to the main report. The main report contains a formula in its group footer. It is:
whileprintingrecords;
shared numbervar WTtotal
This all seems to work fine. However, I don't want to show the detail section nor the subreport. The report is showing the group footer only. Once I suppress the subreport I get 0 returned from the subreport formula.
My work would be done if I could just suppress the Detail section... Any ideas?
Thanks as always,
Sue
System: CE 10 Embedded, CR 10, Win2k, MSSQL, IIS, Reports delivered via ASP.
I have a report that contains a subreport in the Main reports Detail section. This subreport has a shared variable. It is:
whileprintingrecords;
shared numbervar WTtotal;
WTtotal:=WTtotal + {@WeightXQty}
The idea is to pass a total weight back to the main report. The main report contains a formula in its group footer. It is:
whileprintingrecords;
shared numbervar WTtotal
This all seems to work fine. However, I don't want to show the detail section nor the subreport. The report is showing the group footer only. Once I suppress the subreport I get 0 returned from the subreport formula.
My work would be done if I could just suppress the Detail section... Any ideas?
Thanks as always,
Sue