Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Disable Row in the Grid
Message
De
14/03/2005 14:05:40
 
 
À
13/03/2005 14:25:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 6
Divers
Thread ID:
00995318
Message ID:
00995638
Vues:
34
You can have an extra field in the database called flag. In after rowcolchange repl the flag with "Y" and in the column1.text1.gotfocus put this code :

if flag="Y"
thisform.grid1.column1.ReadOnly=.t.
else
thisform.grid1.column1.ReadOnly=.f.
endif

I'm sure there are better ways to go about this.
HTH
Shafid
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform