Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
On making records Read Only
Message
 
To
22/12/1999 15:57:53
David Abraham
David Abraham & Associates, Inc.
New York City, New York, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00307542
Message ID:
00307690
Views:
35
>Among the ways I can imagine are:
>fields' WHEN property: RETURN IIF(condexpr,.T.,.F.)
>intercepting a SAVE based upon the condexpr
>interactiveRowColChange: THIS.ReadOnly = IIF(condexpr,.T.,.F.)
>etc.

Might be the extra code you have;
WHEN code
RETURN CondExpr

Alternative
This.ReadOnly = CondExpr in the GotFocus
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform