footer from Sub report not showing in main report

Roni Sutton

Registered User.
Local time
Today, 02:03
Joined
Oct 18, 1999
Messages
68
I have several sub-reports. Each one has one grouping with a header and a footer. At the open of each report, I make the header visible and the footer invisible using groupheader0.visible = true and groupheader0.visible = false. In the On No Data property, I turn off the header and turn on the footer. The header contains sum information, the footer a text line with 0 as the sum. All of these reports run exactly as planned independantly. When I put them into a main report as sub reports, however, if there is no data, the sub report doesn't print the footer. It prints nothing at all. Is there something in the main report I need to alter so that the sub reports will show even if there is no data in them?
 

Users who are viewing this thread

Back
Top Bottom