Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Row Highlight with (Visible) Combo Box
Message
 
To
20/07/1998 11:57:06
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00119234
Message ID:
00119293
Views:
30
>What is higlighting expression. Seems it's true (highlight color) for all cells in combo row. I use highlighted class in files\classes section (Two grid classes).

Just standard stuff, works everywhere else, including checkboxes, containers, edit boxes, etc., and works fine for "hidden" combo boxes, too. Note that this grid has some editable text fields, so I don't think I can use a special highlighting class here.

select mycursor
topmain.recnum = recno()
this.SetAll("DynamicBackColor",;
"IIF(recno()=topmain.recnum,;
topmain.colorb,;
'')", "Column")
this.SetAll("DynamicForeColor",;
"IIF(recno()=topmain.recnum,;
topmain.colorf,;
'')", "Column")
The Anonymous Bureaucrat,
and frankly, quite content not to be
a member of either major US political party.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform