Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grids - Multiple Row Select
Message
From
03/12/2004 09:31:59
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
03/12/2004 09:03:46
Jeffrey Havelock
Skipton Information Group
Leeds, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00966662
Message ID:
00966677
Views:
11
I think Hilmar has a good idea, but I would not make the field visible to the user. I would just use something like this:
SETALL("DynamicBackColor", "IIF(MyCursor.Toggle=.T., RGB(200,225,200), RGB(255,255,255))", "Column")
All you need to do then is use some sort of hot key to toggle the field. The user will only see the row being highlighted. You could also use the toggle field itself in a checkbox, like Hilmar suggested, if that seems cleaner.



>Hi All,
>
>I need to be able to select (& highlight) multiple rows from a grid and then put a shortcut menu to perform on all selected rows - any ideas on how to do this? Problems I have are ..
>
>1. How to highlight & select multiple rows in a grid (if possible).
>2. Implement a shortcut menu to run code on selected rows in grid.
>
>Regards
>
>Jeff
Previous
Reply
Map
View

Click here to load this message in the networking platform