Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 3. Drag 'n' Drop from List box to Edit box
Message
De
28/11/1997 13:45:21
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00062594
Message ID:
00062742
Vues:
29
and also check that oSource is indeed your listbox

Arnon
>
>Your setting of oSource is not doing anything. IN the dragdrop event oSource is an object reference to the object that is being dragged, so what you want in the dragdrop is this;
>
> THIS.Value = oSource.ListItem(oSource.ListItemId)
>
>You can also get rid of the assignment of oSource in the mousedown of the list.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform