Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Set properties for multiple objects
Message
De
10/05/2000 23:53:05
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00368236
Message ID:
00368411
Vues:
13
>Every time I set up a form, I have to go into each field manually and change the tag. I reckon there must be a better way...maybe using a builder but I have never used these .

You can use ASelObj() to do Low Key builder type stuff right from the command window, from there, you can use methods like SetAll()

*With your form in the designer and an object selected
aselobj(aObj, 1)
aObj(1).SetAll('tag', 'whatever', 'textbox')
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform