Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Disabling a row in a grid
Message
 
 
To
08/04/2003 23:05:44
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00775289
Message ID:
00775337
Views:
16
This message has been marked as the solution to the initial question of the thread.
>Let me rephrase,
>
>Let's say all my rows and columns in myGrid have yellow as the backcolor.
>How can I, make the backcolor red for one of the rows.
>
>tx

That's a little bit different question. Anyway, you can use DynamicBackColor like
thisform.mygrid.SetAll('iif(myField<date(),rgb(0,0,0), rgb(0,0,255)','DynamicBackColor','Column')
I'm writing this from memory, so you will have to check Help to get the correct syntax in case, my memory doesn't serve right...
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform