Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Processing of multi select list box selections
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00062730
Message ID:
00062775
Vues:
28
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform