Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Procedural Code
Message
 
À
30/10/1998 12:46:43
Ian Matthews
Up & Running Technologies Inc
Chestermere, Alberta, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00152898
Message ID:
00152937
Vues:
20
If your just disabling fields then in the refresh method

private i
i=deleted()

thisform.txtdeleted.visible = i (visible when deleted)
thisform.txtdeleted.visible = NOT i (invisible when deleted)

This eliminates the need for if.. endif
then under the contols put thisform.refresh()
-TomC
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform