Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable all except labels
Message
De
04/11/1999 15:29:00
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00287091
Message ID:
00287100
Vues:
20
Create a classlib for your labels. In the classlib's Refresh put:

This.Enabled=.T.

Disable everything in the form where applicable with:

ThisForm.SetAll("Enabled",.F.)

Refresh the form:

ThisForm.Refresh()

This will re-enable the labels.
------------------------------------------------
John Koziol, ex-MVP, ex-MS, ex-FoxTeam. Just call me "X"
"When the going gets weird, the weird turn pro" - Hunter Thompson (Gonzo) RIP 2/19/05
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform