Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moverlist
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Divers
Thread ID:
00137923
Message ID:
00137944
Vues:
18
Hi Perry,

The VFP moverlist class works on AddItem()
*-- This code in the init() of the moverlist would do the job
SELECT customer
SCAN
   this.lstSource.AddItem(company)
ENDSCAN

RETURN DODEFAULT()
>>Hi Perry,
>>
>>If you put up the source, I am sure someone will be able to help.
>>
>>Moreover, there is also a moverlist class which come with VFP under samples\classes directory. You might want to have a look in there too.
>>
>>>Hi all,
>>>
>>>I have a moverlist which the source list box is bound to an array. When i click on the remove button (remove an item from the destination list), the item does not add itself back to the source list box.
>>>
>>>Any ideas??
>>>
>>>TIA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform