Variable size paragraphs

J

Jim K

I have memo fields to print that vary in the number of lines required. Using
fixed height text boxes results in large gaps of white space, but I get
errors when I try to size a text box at run time. Is there such a thing as
automatic sizing of a text box to accomodate memo fields, or even set it
with code as each record prints?

Thanks much,
Jim
 
M

Marshall Barton

Jim said:
I have memo fields to print that vary in the number of lines required. Using
fixed height text boxes results in large gaps of white space, but I get
errors when I try to size a text box at run time. Is there such a thing as
automatic sizing of a text box to accomodate memo fields, or even set it
with code as each record prints?


The CanGrow property is supposed to this. If that doesn't
do what you want, please explain what you have in more
detail.
 

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

Top