TextWidth property in access forms

C

Chris

Hi,
I Know there is a textwidth property for VB forms but as a see in access
the property exist only for reports. Is there any way to retreive the
TextWidth in twips
without the use of API calls to "GetTextExtentPoint32" ?
TIA, Chris
 
M

Marshall Barton

Chris said:
I Know there is a textwidth property for VB forms but as a see in access
the property exist only for reports. Is there any way to retreive the
TextWidth in twips
without the use of API calls to "GetTextExtentPoint32" ?


No.

You may want to use Stephen Lebans' TextHeightWidth code at
www.lebans.com

It's much more versatile than the report properties.
 

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