Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resize control to field size in form designer
Message
From
09/12/1999 13:02:43
 
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00301020
Message ID:
00301124
Views:
29
Evan, you can put this code in a builder, or for faster execution, can put it in a program file, and have your startup program say:

ON KEY LABEL F5 DO Sizer WITH SYS(1270)

Then hitting F5 will pass the textbox object to the program, and the program iwll size it.


>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
Erik Moore
Clientelligence
Previous
Reply
Map
View

Click here to load this message in the networking platform