Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Click Event of 'Revert' button
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00455182
Message ID:
00455261
Vues:
33
>Instead of the code bellow, BTW, you can use this: (increases Readability)
>
>With ThisForm.Commandgroup1
>     store .f. to .command1.enabled, .command2.enabled
>endwith
>for i=3 to 9
>    store .t. to ('ThisForm.Commandgroup1.command'+transfrom(i)+'.enabled')
>next
>
Or:
WITH ThisForm.Commandgroup1
   .SetAll("Enabled", .F.)
   .Command1.Enabled = .T.
   .Command2.Enabled = .T.
ENDwith
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform