Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DynamicBackColor and grids
Message
From
07/07/1999 09:17:05
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00238206
Message ID:
00238215
Views:
12
>What is the eaisest way to create a grid that changes the backcolor for the entire row the record pointer is on? I am about to go down a path using the dynamicbackcolor property for the column and I was just wondering if there is an eaiser way?
>
>Thanks,
>Ken
*Grid some event, method
this.setall("DynamicBackColor",;
  "iif(recno(this.recordsource)=this.nCurRec,rgb(...), rgb(....))","Column")
nCurRec is a custom property of grid and updated in AfterRowColchange.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Reply
Map
View

Click here to load this message in the networking platform