Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Processing multiple selected items from a Listbox
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00064644
Message ID:
00064661
Vues:
33
>>I would store the primary key in a zero-width column of the listbox.
>Sounds good.
>How can I reference that that column as I am looping thru?

Something like:
FOR i = 1 TO ThisForm.lstBox.ListCount
    IF ThisForm.lstBox.Selected(i)
        liPrimaryKey = VAL(ThisForm.lstBox.List(i,2))
    ENDif
ENDfor
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform