fields don't print in subreport

J

JIM

I have two subreports that print fine when subreport only is on screen. When
main report is on screen certain fields don't print for print preview or when
report in printed. Any hints to what the problem is?
Thanks,
 
A

Allen Browne

You get the right record(s), but not all fields print when viewed as a
subreport?

If the first fields do print, but the lower ones don't it would suggest that
the CanGrow property needs to be set for either the subreport control on the
main report, or for the section of the main report that contains the
subreport.
 
J

JIM

Thanks Allen, that fixed reports.
JIM

Allen Browne said:
You get the right record(s), but not all fields print when viewed as a
subreport?

If the first fields do print, but the lower ones don't it would suggest that
the CanGrow property needs to be set for either the subreport control on the
main report, or for the section of the main report that contains the
subreport.
 
Top