growing a graphic

  • Thread starter Thread starter wphx
  • Start date Start date
W

wphx

Hi,

I want to insert a picture into a group header section. However, not all
groups will have a picture associated with them. To populate the picture, I
have an unbound object in the report, then on formatting, I load it from a
file (this is because I have the binary info in the tables, and on
formatting, I dump it out to a file, to insert as a picture). works fine,
except, when there is no image, I want to reduce/shrink the sction header
height and/or grow the section when there is a graphic associated with it.

can I manually set the heights of the image and the section header during
the on format event?

thanks if you can offer any help
 
Did you check to see if there is a "can shrink" property to your control
that you are adding (or not adding in some cases) the picture to?
 
I'm using an unbound image control - as far as I can see there's no
'grow/shrink' properties -
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top