Re: Freezing Lines
- From: "Rick Brandt" <rickbrandt2@xxxxxxxxxxx>
- Date: Wed, 28 Mar 2007 18:49:52 GMT
orgelizer via AccessMonster.com wrote:
I was going to write that I'd tried that, but I tried it again and
verified that you are correct. That now brings up another question.
When Can Grow is turned on, text will automatically wrap when it gets
to the end of the designated field size, but it doesn't appear to
when Can Grow is turned off. Is there a way to get word wrap while
having Can Grow turned off?
My reason for asking is that I am trying to duplicate something for
work, and I need the "fixed" lines and the word wrap.
So if you have line wrapping you want the line to stay in place and have
text written right on top of it?
With CanGrow turned on the TextBox will grow vertically and if the top of
the line is below the bottom of the TextBox then the line will be pushed
down the page.
If you make the TextBox tall enough (pull the bottom downward) so that its
bottom edge is below the top of the line then the line will not be pushed
down the page when the TextBox grows.
Another possible alternative is to use the Print method of the report in
code to draw the lines. With that method your code determines where the
lines appear without respect to the other controls at all.
--
Rick Brandt, Microsoft Access MVP
Email (as appropriate) to...
RBrandt at Hunter dot com
.
- References:
- Freezing Lines
- From: orgelizer via AccessMonster.com
- Re: Freezing Lines
- From: Rick Brandt
- Re: Freezing Lines
- From: orgelizer via AccessMonster.com
- Freezing Lines
- Prev by Date: Re: Getting a SUM from 3 different Text boxes
- Next by Date: Re: Adding Popup Box
- Previous by thread: Re: Freezing Lines
- Next by thread: Re: Printing labels
- Index(es):
Relevant Pages
|