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
From
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:
00306909
Views:
30
>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
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform