TextWidth property in access forms

  • Thread starter Thread starter Chris
  • Start date Start date
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
 
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.
 
Back
Top