Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Keeping width constant
Message
 
To
05/11/1999 13:36:33
Robin Cole
Olive Leaf Enterprises Pty Ltd
Blackburn, Australia
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00287671
Message ID:
00287683
Views:
15
>Each time I save a form then width increases a little. How can I save the actual width as set in the properties window?
>
>Thanks in anticipation. Robin Cole

Do you have the TitleBar property set to 2 (Off)? If so, I believe you have to programmatically set it from the Init of the form. You will also have to save and restore the width of the form while you set the TitleBar property.

For example, in the Init you would have something like this:

LOCAL lnFormWidth
lnFormWidth = ThisForm.Width
ThisForm.TitleBar = 2
ThisForm.Width = lnFormWidth

Doug Stalter

"According to the proverb, the best things are the most difficult." -Plutarch
Previous
Reply
Map
View

Click here to load this message in the networking platform