Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disabling Controls?
Message
De
15/11/1999 10:01:23
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00291202
Message ID:
00291206
Vues:
31
>Hi there,
>
> Is there a way I could disable say all my textboxes with one command without having to disable them one by one?
>
>Thanks,
>
>Mark

Try the setall method. It applied to any class in a container. I've never tried it for textboxes, but it will probably work.

Thisform.SetAll('enabled', .f., 'textbox')
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform