Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox not populating programmatically
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00204733
Message ID:
00204741
Vues:
17
Nick,

You have a typo in your rowsource. I ran this code on a push button and it worked fine:

ThisForm.lstTest.rowsourcetype = 6
ThisForm.lstTest.rowsource = 'lvClubView.clubname'

REQUERY('lvclubview')
ThisForm.lstTest.refresh()

However, when I had rowsource = 'lvClubView.Clubs' I got the same error you reported (clubs is not a field in lvClubView.

Rob
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform