Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid Row Highlight with (Visible) Combo Box
Message
From
20/07/1998 12:26:56
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00119234
Message ID:
00119308
Views:
34
>>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")
Bruce,
Bruce,
All I can think of Combo.rowsourcetype = Fields from topmain ?
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
Next
Reply
Map
View

Click here to load this message in the networking platform