Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Row BackColor in Grids
Message
From
15/11/1996 02:59:43
 
 
To
14/11/1996 15:24:26
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00012268
Message ID:
00012320
Views:
31
>Hi All.
>I'm trying to create a grid that reflects a common backcolor across all columns in the currently activerow. All other rows need to remain with a consistent backcolor. I hope to provide the end user with a clue to the currently selected row in the grid. Since its the end of the day and I have brain rot, Maybe one of you could garner my thoughts for me and send me off in the correct direction.
>Thanks :)

this has been discussed here several times
basically you use the dynamicbackcolor property and
a property to hold the current record number
in the dynamic property you put something like
iif(recno()=this.lnCurrRec,RGB(rrr,ggg,bbb),this.backcolor)

Arnon
Previous
Reply
Map
View

Click here to load this message in the networking platform