ShrinkToFit textbox

R

ruby

I know ShrinkToFit works only when printing a control, but
is there some method that works this way for a control on
a form? I have a Memo field displayed in a text box, but
I don't want to have to use up screen real estate if
there's only one line of text in the field. And I don't
want the user to have to use scroll bars. Am I hoping for
something that doesn't exist?
 
C

Chadlon

Ruby,

What about Shift F2 ... to invoke the Zoom box?
That would allow you to retain a moderate control size and still allow
fairly convenient viewing of large chunks of text. And best of all, it's a
built-in feature, so no code to write (unless you want to).

CD
 
G

Guest

Thank you. I didn't even know about Shift F2. It isn't
as elegant as ShrinkToFit works when printing reports, but
it will give the user another way to look at the data.
And no coding for me!

Thanks!
 

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