Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multi Select Grid and how can it be accomplished
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00392005
Message ID:
00392147
Views:
15
>>>Bret,
>>>
>>>Rather than use a field as a flag you might want try using recno() and a list of selected record numbers kept in a property of the grid. Much like the common technique of highlighting the current record in the grid, you can extend that to say iif inlist(recno(),listproperty)... highlight the record. You can even take that a step further by checking for the ctrl or shift keys and code it to emulate a list. HTH
>>
>>That is what I need is ideas. Thanks I will look at something like that and see if I can make it dance.
>
>You may want to use and array property for that, since INLIST() is limited with 24 items

I've always used an additional column (usually the first or last column) with a check box. Of course you'll need a logical field in the table to hold the value.

HTH
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform