Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ListView
Message
De
06/09/1999 19:14:14
John Tomblin
Service Station Systems, Inc.
San Jose, Californie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
ListView
Divers
Thread ID:
00261813
Message ID:
00261813
Vues:
62
In the init method of the ListView object, I can enter the following code:

ctr = 3
Test = This.ListItems(ctr).Key

That works fine. But, the the following does not:

for ctr = 1 to 5
Test = This.ListItems(ctr).Key
endfor

That produces the error:

Member LISTITEMS does not evaluate to an object.

Any ideas?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform