Displaying objects in a report

J

Jake

I have an object control that is used to hold tables and graphics for
equations etc in a report. The control is placed just below a memo control
so the object control appears to be part of the memo field. It seems to
work well, except that the object control is huge and takes up a lot of
space in the section, even if there are no objects for a particular record.
I've tried setting the object control properties with code so the object
control is not visible. This works, but the section is still huge. I've
also tried putting the object control in a form and adding it to the report.
I've set the from properties to can grow or can shrink-you can't set an
object control to these properties. But with the form in the report it
takes forever to load the report. The report has about 400 pages. I've
tried programmng the section area to size smaller if the control object is
null, but I've had no luck there. I've exhausted my ideas.

Any help, thanks very much

Jake
 
Top