Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dual grid column dynamic settings
Message
From
10/03/1999 12:08:47
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00195809
Message ID:
00195913
Views:
14
>In a grid Afterrowcolchange, I have two different criteria for setting Setall/Column/Dynamicbackcolor. That is, one color is for highlighting while scrolling the grid, while one is a different color for the active selected data on the form:
>
>This.setall -- Backcolor #1
>This.setall -- Backcolor #2
>
>Whichever is #2 "overwrites" #1. Any ideas how to get both of these simultaneously to work?
Bruce,
Combine expressions into one via a UDF and set dyn* to UDF() ? ie:
* Grid.custombkcolor
lparameters someparam
do case
 case blahblah
   return rgb(...)
endcase
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