Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Vfp50 - How do you highlight a field in a GRID?
Message
From
02/07/1997 16:25:04
 
 
To
02/07/1997 15:56:27
Sonny Chouinard
CHCA Computer Systems Inc.
Lachenaie, Quebec, Canada
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00038442
Message ID:
00038450
Views:
33
>>How do you highlight a field in a GRID? I want
>>my users to browse a GRID and pick the record they
>>want with a highlight bar.. thanks
>
>Use the DynamicBackColor Property in the INIT method of the grid like this:
>
>SELECT myTable
>GO TOP
>THISFORM.nRecTable= RECNO()
>
>THIS.setall("Dynamicbackcolor", "IIF(RECNO()==THISFORM.nRecTable,RGB(64,128,128),RGB(255,255,255))","Column")
>
>and, in the afterRowColChange method of the grid:
>
>SELECT myTable
>THISFORM.nRecTable= RECNO()
>
>hope this help...

I will try it... thanks...rob
Robert Keith
Independent Developer
San Antonio, Texas
E-mail address:
rebelrob1@yahoo.com
Previous
Reply
Map
View

Click here to load this message in the networking platform