Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to multiselect rows in grid
Message
From
04/03/1999 09:24:02
 
 
To
04/03/1999 08:18:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00193962
Message ID:
00193985
Views:
16
>Hi,
> I have download the class for multiselect rows in grid, but I don't clear about. Can anyone tell me the procedure to allow select multi rows at a same time in grid?
>
>Thank you

basically you should have an additional field - with a logical type
This will be used to hold the status of selected rows
then you can put something like iif(MyView.lselected,RGB(0,0,128,RGB(255,255,255)) in the DynamicBackColor of the columns
and use the MouseDown Event of the textboxes to set/reset the value for lSelected every time the user clicks (CTRL-Click) on a column

Arnon
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform