Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another Grid Solution Needed?
Message
 
To
30/09/1998 12:42:01
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00142467
Message ID:
00142703
Views:
37
>Hi Everyone,
>
>How could I control a single row from a Grid? For Example, Set a particular row to be ReadOnly = .T. while other rows are ReadOnly = .F. if specific condition is setted.
>
>Any Help is Appreciated.
>
>Steve
>
>P.S. Want to thanks both Ken Weber and Edward Pikman for their help.
Well you can try this :-
** For EX. you want to do read only if RECNO()%2 then,

oGrd = ThisForm.grdtemp
oGrd.SetAll("readonly", ;
"IIF(RECNO()%2 = 0,.T.,.F.)","Column")

Try this stuff. You can write in afterrowcolchange of grid.
bye Mihir Patel.
Previous
Reply
Map
View

Click here to load this message in the networking platform