sub form can grow

  • Thread starter Thread starter Question Boy
  • Start date Start date
Q

Question Boy

I have a form with a tab control and a subform on it.

In the subform I have text boxes which have text that can exceed the size of
the text box. I set the form's properties so that the detail section Can
Grow = True as well as the subform's Can Grow = True in the parent form. But
it is not working.

I then tried to use a vertical scroll barm, and it does not appear.

What am I missing?

Thank you,

QB
 
It is set to the maximum with possible based on the overall form, thus the
reason why I want it to Grow based on the control's content, like in reports.
 
You state that you set the Form and Section CanGrow properties to Yes.

Did you set CanGrow for the Text box too?
 
Yes. However, in a print preview, the boxes expand to display the full
content of the control, but not on the screen for the user?

QB
 
Question said:
Yes. However, in a print preview, the boxes expand to display the
full content of the control, but not on the screen for the user?

CanGrow is for printing only (even in forms).
 
So much for that!

Perhaps you can guide me a little the.

I have a control for text. Right now the text can go beyond its width. I
tried to set the scrollbar to vertical thinking the user could scroll through
the content but it never appear?

Qb
 
Question said:
So much for that!

Perhaps you can guide me a little the.

I have a control for text. Right now the text can go beyond its
width. I tried to set the scrollbar to vertical thinking the user
could scroll through the content but it never appear?

To get a scroll bar your TextBox must be at least two lines tall. A one
line tall box only scrolls horizontally with the arrow keys.
 
Is there any way to wrap a line?

QB




Rick Brandt said:
To get a scroll bar your TextBox must be at least two lines tall. A one
line tall box only scrolls horizontally with the arrow keys.
 

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