Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Active record in grid
Message
From
20/10/1997 10:23:34
Sonny Chouinard
CHCA Computer Systems Inc.
Lachenaie, Quebec, Canada
 
 
To
20/10/1997 10:19:19
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00055505
Message ID:
00055507
Views:
22
>This question has been asked a few times before, but since I have never had to do it, I don't remember how.
>I need to highlight the entire row of a grid when the record is selected. What do I put in the dynamicbackcolor to tell the control that it's record is selected?

Use the following command in the init method of the grid!
THIS.SetAll("DynamicBackColor","IIF(THISFORM.grdRecNo == RECNO(),RGB(128,128,128),RGB(255,255,255))","Column")

In the ActiveRowColChange method
THISFORM.grdRecNo= RECNO("myTable")
THIS.Refresh()
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform