Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
List boxes
Message
De
29/07/2003 13:17:03
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
List boxes
Divers
Thread ID:
00814604
Message ID:
00814604
Vues:
34
All,

I am creating a mover control. When the user clicks an add or remove button my code SHOULD take the selected item or items, moves them to the proper location and removes them from the proper location. However, it sometimes works and sometimes transfers blanks between the two listboxes. My code is below, what's wrong?

LOCAL I
I = 1
DO While I <= this.Parent.lstLeft.ListCount
IF this.Parent.lstleft.Selected(I)
this.Parent.lstright.AddItem(this.Parent.lstleft.ListIndex)
this.Parent.lstleft.RemoveItem(this.Parent.lstleft.ListIndex)
ENDIF
I = I + 1
ENDDO
Thanks

Jim
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform