Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid
Message
De
13/04/2005 06:52:55
 
 
À
12/04/2005 23:48:56
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Grid
Versions des environnements
Visual FoxPro:
VFP 7
Database:
MySQL
Divers
Thread ID:
01004032
Message ID:
01004085
Vues:
28
Currently I used grid for data entry. However I don't want user to edit certain record (row). How could I implement this control so certain grid's row is enabled, or readonly. Please advise, Thanks in advance.

In the When() of the textboxes in your grid columns, you can use an expression like this:
IF SomeCondition
  RETURN .F.
ENDIF
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform