Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid -- row color; can you change it for one or more rec
Message
 
To
21/12/1999 15:23:47
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00306902
Message ID:
00307410
Views:
33
Excllent! Thank you.
-josh

>>I've created a 'debug' output window that contains a grid with any output that's needed.
>>
>>I'd like to have a row be "red" if it's a "critical" debug message.
>>
>>Can this be done?
>
>
Josh,
>Grid coloring is possible for every indiviual cell as far as you can create an expression to identify. ie:
>
myGrid.setall("DynamicBackColor", ;
> "iif(myTable.myField = [Critical],;
> rgb(255,0,0),rgb(0,0,0))","Column")
Cetin
Previous
Reply
Map
View

Click here to load this message in the networking platform