Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Refresh method
Message
De
06/03/2001 18:02:07
 
 
À
06/03/2001 10:54:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Divers
Thread ID:
00482006
Message ID:
00482499
Vues:
7
Dean:

My idea is similar to Jim's code.

My form class has an EditMode (1 = Browse, 2 = Add, 4 = Edit) numeric property and my controls have an Available numeric property. In Refresh, I put

This.Enabled = BitAnd(Thisform.EditMode, This.Available) <> 0

Daniel
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform