Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ledger style grids
Message
From
06/08/1999 11:31:10
 
 
To
06/08/1999 11:03:51
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00250662
Message ID:
00250703
Views:
18
>Thanks, I'll try the view and see how it goes.
>
>Chad
>
>>
>>Use a view or SELECT statement ot order the records as you like and then use the methodology in the examples.

Another solution is to base the dynamic back color on the activerow property of the grid. If your grids are sortable (as opposed to just being presented in some fixed order) this is much faster the rebuilding views and source grids multiple time.

Because activerow refers to only one row, this does mean that when the user navigates via scroll bar, the colors will not refresh properly -- though keyboard navigation will refresh fine.

You might be able to properly refresh by adding some code to the scrolled event, but this may not be as easy as it seems.
Thanks

Gar W. Lipow
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform