Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox not populating programmatically
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Listbox not populating programmatically
Divers
Thread ID:
00204733
Message ID:
00204733
Vues:
67
I am trying to populate my listbox programatically using the following commands:

.list1.rowsource = lv_div.division
.list1.rowsourcetype = 6
requery('lv_div')
thisform.list1.refresh()
.txtDivision.setfocus()

and I get the following error message

"field" phrase is not found (Error 1130)

Nothing shows up in my list box, but when I used the builder for listbox it uses fields form rowsource type and lv_div.division is used for rowsource. Can anyone tell me what I am doing wrong?

help appreciate
Nick
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform