Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Programatically tell WHICH row in grid is selected?
Message
From
26/04/2000 10:42:48
 
 
To
25/04/2000 23:38:38
Peter Brama
West Pointe Enterprises
Detroit, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00363425
Message ID:
00363576
Views:
20
>Don't I need something in the "column" that states "this row# is" or something like that so I can compare it in the IIF to the ActiveRow to change the color?

Are you just trying to change the backcolor of the Current Row? I thought you wanted to change the color of every row to something different.

Then what you do is have a property which holds the recno(). In everyAfterRowColChange(), you update this property and refresh() the grid. And in the Init, something like:

this.SetAll('dynamicbackcolor', 'iif(this.nRecno = recno(), rgb(0,0,255), rgb(255,255,255))', 'column')
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform