Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DBI-Tech ctList Control Question
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
01117800
Message ID:
01117815
Vues:
19
I FIGURED IT OUT!!

Here's the code now:

SELECT Temp1
SCAN

cListItem = Temp1.Emp_Id + CHR(10) + Temp1.FullName

nItemIndex = .oleList.AddItem(cListItem)

.oleList.ListData(nItemIndex) = TRANSFORM(Temp1.Id)

ENDSCAN


The index value of the ListData collection is the index value returned
from the AddItem method.


>Kevin, I cant think of another suggestion. But DBI have great support so perhaps thats the next port of call.
>
>
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform