Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Keeping width constant
Message
 
À
05/11/1999 13:36:33
Robin Cole
Olive Leaf Enterprises Pty Ltd
Blackburn, Australie
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00287671
Message ID:
00287683
Vues:
16
>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform