Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Change all of the Anchor Properties in a form
Message
De
11/12/2011 16:44:11
 
 
À
11/12/2011 12:14:21
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01530806
Message ID:
01530830
Vues:
77
J'aime (1)
>I do want to do this at design time, am not sure how to use the setall() at design time in the command window.

Next to the manual multi-select solution, you can also do it programmatically, for instance when there are controls inside containers so that you cannot multi-select all of them:
- in the Form Designer, highlight any form.member, say "Text1" or so,
- and then in the Command Window:
ASELOBJ(laForm,1)
laForm[1].SetAll('Anchor',240)
hth
-Stefan
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform