Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Highlight PART of a Row ?
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01437047
Message ID:
01437054
Views:
60
All the HighLight Properties of the Grid are set to Default values.

In the Grid.BeforeRowColChange we have
LPARAMETERS nColIndex
This.AllowCellSelection = .F.
This.HighlightBackColor = RGB(255,255,0)
This.HighlightForeColor = RGB(0,0,0)
In the Grid.Valid we have
This.HighlightBackColor = RGB(255,255,200)
This.HighlightForeColor = RGB(0,0,0)
and in the Grid.When we have
This.HighlightBackColor = RGB(255,255,0)
This.HighlightForeColor = RGB(0,0,0)
So the Hightlight is Yellow with Black print.

>How do you highlight the row?
>
>>
>>Is there a way to Highlight PART of a row?
>>
>>I have a GRID with 7 columns.
>>
>>The last 5 colums are Dynamic in color, that show RED or BLUE depeinding upon if items have been RETURNED to a store for a given transaction (to warn the clerk not to allow a Return of the same item again for that transaction.. that part works good).
>>
>>But, I have a Yellow Highlight on the row which indicates to the user which row they are on. That is ok, but the Yellow Highlight goes all the way across the row, OVER the red or blue if it is there on the last 5 columns, hiding that visual information for that row.
>>
>>Any way to only Highlight the first 2 columns so the highlight doesn't go over the last 5 columns?
>>
>>Thanks!!
Tommy Tillman A+ NetWork+ MCP
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform