Print Preview not showing records on 1st page

Thales750

Formerly Jsanders
Local time
Yesterday, 21:37
Joined
Dec 20, 2007
Messages
3,610
Records display on the first page of Report in Report View but not in Print Preview

Sorry if this is a repost. I think the other one disappeared.

Thanks
 
No idea why.

You could provide db for analysis.
 
Usually this happens when the values are dependant on another object e.g. form controls
In report view, the other object is still available but in print preview / when printed, there is no connection, so it appears blank

If that is the cause, try using a variable or tempvar instead of the form control reference
 
Usually this happens when the values are dependant on another object e.g. form controls
In report view, the other object is still available but in print preview / when printed, there is no connection, so it appears blank

If that is the cause, try using a variable or tempvar instead of the form control reference
They display on the second page.
 
Ah, you didn't actually state that before.
Is the page width too large so that only alternate pages contain controls?
 
Ah, you didn't actually state that before.
Is the page width too large so that only alternate pages contain controls?
It has something to do with the list of records being too long. I ran another report with less records.
Here are the setting
1673303168614.png
 
Please can you close one or other of your two threads to save confusion.

Do you have more than one column on your report?
 
try setting:

Auto Height = Yes
Keep Together = Yes
 

Users who are viewing this thread

Back
Top Bottom