Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I select multiple records in the grid?
Message
From
21/01/1999 16:44:53
 
 
To
21/01/1999 16:20:37
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00178719
Message ID:
00178744
Views:
29
>Hi all again...
>
>I would like to know how I can select multiple records (probably by highlighting them) in my grid and
then click a command button to change the value of one field for those records (For example I want to
select a bunch of records and click on a 'CLOSE' button to change the status field of these records to
'CLOSED') instead of doing one by one.
>
>Thanks a lot.

> Grid.Recordsource may contain one additional field which will allow to highlight a row (by using DynamicBackColor property). Then multiple change would be simple enough:
> REPLACE ALL mystatus With "CLOSED" For lSelected=.T.

Edward,

Thanks for your fast reply. But I am not very clear about how to change the DynamicBackColor of those records. I want to be able to drag over those records to highlight them (or press the Shift key or something like that). How can I do it?

Any help would be very appreciated.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform