Text Box Does NOT Grow

C

Chegu Tom

I have serveral text boxes on my form that are populated by code. sometimes
there is more text than fits in the box. I would like the box to grow
vertically to accomadate the text

I have set the 'can grow' property to 'Yes' yet they do not grow (as report
controls do with the same treatment)

Is there something else I should be doing to enable that action or am I
expecting too much from a form?

Tom
 
K

KARL DEWEY

I have serveral text boxes on my form that are populated by code.
If they are being populated after the form is opened then try including
Requery in your code.
 
D

Dirk Goldgar

Chegu Tom said:
I have serveral text boxes on my form that are populated by code.
sometimes there is more text than fits in the box. I would like the box to
grow vertically to accomadate the text

I have set the 'can grow' property to 'Yes' yet they do not grow (as
report controls do with the same treatment)

Is there something else I should be doing to enable that action or am I
expecting too much from a form?


You're expecting too much from a form in form view. For forms, the CanGrow
property only applies when the form is printed. However, see Stephen
Lebans' solution here:

http://www.lebans.com/cangrow.htm
 

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