Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Is There a Minimum Value for Form Width
Message
From
10/05/2002 17:45:53
 
 
To
10/05/2002 17:39:03
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00655288
Message ID:
00655290
Views:
37
This message has been marked as a message which has helped to the initial question of the thread.
Hello Rich,

In the form designer, the smallest you can set width to is 104. So that is the minimum.

>In a Messagebox function I'm writing as a learning tool I have the following code
>
>WITH oMsg
>        .
>        .  stuff
>	.width = 30+MAX(.MaxLabelWidth,.ButtonWidths)
>        .
>        .  more stuff
>        .
>
>
>After executing the statement the debugger shows that
>
>     oMsg.MaxLabelWidth = 16
>     oMsg.ButtonWidths  = 35
>     oMsg.Width         = 104
>
>
>
>I changed the code to be
>
.width = 65
>
>and got the same result.
>
>Is there some minimum value for a form width?
>
>If not, could someone explain this behavior for me?
>
>Thanks to all............Rich
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform