Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resize control to field size in form designer
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00301020
Message ID:
00301031
Views:
32
Thanks Neil, but I want to do this in the form designer, not at runtime.

>I use this code to do near enough what you want. I think their are lots of variations on this theme though.
>
>LOCAL loTextBox
>LOCAL lnLength
>LOCAL lnWidth
>
>loTextBox = ThisForm.Control
>lnLength = fsize(lcField, lcAlias)
>
>*!* Work out the width based on the current font.
>lnWidth = txtWidth(replicate("w", lnLength), ;
> loTextBox.FontName, loTextBox.FontSize) * fontmetric(6, ;
> loTextBox.FontName, loTextBox.FontSize) + 2
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform