The Details Part of my Report is not visible!

alex243

Registered User.
Local time
Yesterday, 20:28
Joined
Jul 20, 2004
Messages
11
I spent 2 days programming queries for a report only to discover that they are not visible in the Print Preview. Only the Report Header and the Page Footer are visible, but the Details section and the Report Footer aren't.
I already checked the Visible property of the Report, of the Details section of this report, and of the controls (it is set to Yes). The Width property of the Report together with the page margins is less than the page width.
The queries are running and performing well when started independently from the report.

Can someone advise me on how to find the mistake?
 
Hi
Have you tried checking that the queries actually have data in them?
Also if there are a number of queries linked together it only needs one to have no data for the whole stack of cards to go to nothing.
Using sub reports may be a way round if this is the issue since you then get the reports that have data and blanks for the reports that don't.
There may also be an issue with the linking between child and masters
HTH
 

Users who are viewing this thread

Back
Top Bottom