Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid
Message
From
13/04/2005 06:52:55
 
 
To
12/04/2005 23:48:56
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Re: Grid
Environment versions
Visual FoxPro:
VFP 7
Database:
MySQL
Miscellaneous
Thread ID:
01004032
Message ID:
01004085
Views:
29
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
Previous
Reply
Map
View

Click here to load this message in the networking platform