Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
A simple grid problem.
Message
From
24/02/1999 11:28:13
Kenneth Downs
Secure Data Software, Inc.
New York, United States
 
 
To
24/02/1999 11:15:23
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00190975
Message ID:
00190983
Views:
13
Stephen,

Check out DynamicBackColor, the examples in the help are pretty clear, but here is what you keep in mind:

1. DynamicBackColor is a property of the columns of the grid
2. Because of point 1, you assign (in this case) the same expressions to all columns.
3. Most folks get the effect you want here by storing the record number of the current record, and then using an IIF() in the DynamicBackColor to assign one color to the current record, and another color to the others.

Hope this helps.
Previous
Reply
Map
View

Click here to load this message in the networking platform