Variable size paragraphs

  • Thread starter Thread starter Jim K
  • Start date Start date
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
 
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.
 
Back
Top