Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Processing of multi select list box selections
Message
 
 
To
28/11/1997 12:11:20
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00062730
Message ID:
00062775
Views:
23
Mike,

One way of tracking this down is to either enable event tracking in the debugger or put a DEBUGOUT program() call in the methods you want to see how they fire. It makes it pretty easy to see what's going on under the VFP covers. *g*

In the InteractiveChange event you can look at ListIndex to know what item they are on. Although is they Deselect an item by clicking it the InteractiveChange doesn't refire only the click. Also if they shift click to select a range you'll have to keep up with calling all of the items in between the first and last item yourself.

>how does anyone process the selections from a multi select list box?
>the problem i am facing is as follows:
>
>i need to process the selections in the order they were selected in the following manner.
>
>after selection is made i need to click to another field (text field) and upon click to process the selection(s).
>
>code will be appreciated.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Reply
Map
View

Click here to load this message in the networking platform