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:39:03
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Is There a Minimum Value for Form Width
Miscellaneous
Thread ID:
00655288
Message ID:
00655288
Views:
65
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
Next
Reply
Map
View

Click here to load this message in the networking platform