Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mover listbox
Message
De
16/08/2002 10:00:41
 
 
À
15/08/2002 17:27:13
Information générale
Forum:
Visual FoxPro
Catégorie:
CodeMine
Titre:
Divers
Thread ID:
00689910
Message ID:
00690349
Vues:
16
Gary,
Thanks for the investigation. Unfortunately, im on a bit of a timetable and had to move on. I used a frmDataForm instead, because it works for me there. It's not the proper form choice, but its the only one I could get to work. I have no idea why I cant get mine to work on frmDataChild. Would you send me the code you used to populate the mover, or the actual form itself. Maybe that will give me some insight on the problem.

I used the following:
LOCAL lcJob
lcJobNum=inspparams.jobnum
************ get list
Dimension aList(1), aPicked(1)
select alltrim(inspparams.feature);
from ('inspparams');
WHERE inspparams.jobnum=(lcJobNum);
into array aList
thisform.mymover.setvalue(@aList,@aPicked)
**************************************************************

perhaps it has something to do with the select statement. But it works on the frmDataForm "for me"

Thanks again, steve
By the way, when I used the debugger, it just locked up again. It pointed me to some code higher up in the heirarchy of the error handler for codemine.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform