Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can a Row be made read only
Message
De
13/08/2000 16:09:42
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00404439
Message ID:
00404443
Vues:
11
>I want to make a row in a grid (i.e.All columns) read only or read write depending on a field in the file which is the record source of the grid. So as I move from Row to Rwo, the rows may change from read only to read write.

In the AfterRowColChange of the grid do:

this.ReadOnly = (MyFile.Stage > 70)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform