thegame8311
Technical User
greetings
I can seem to populate my listbox. When I run my code nothing is showing in the listbox
here's what I have so far:
I have values in my table, so what could I be missing?
I can seem to populate my listbox. When I run my code nothing is showing in the listbox
here's what I have so far:
Code:
LPARAMETERS cItem
lp1.listbox1.RowSourceType = 3
lp1.listbox1.RowSource = "SELECT * FROM LivePlayers INTO CURSOR myCursor"
lp1.listbox1.value = myCursor.pid
I have values in my table, so what could I be missing?