Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox problem
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Combobox problem
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01042975
Message ID:
01042975
Views:
70
Having a problem filling a combobox, this is what I'm doing:

ln_key = 1

SELECT a_acadr
GOTO top
DO WHILE !EOF()

thisform.combo1.AddListItem(ALLTRIM(a_acadr.cshipno),ln_key,ln_key)
ln_key = ln_key + 1

skip
ENDDO

I thought this should work fine, I'm not filling it with much data, but it seems to get the first record and all the rest are blank? Am I having a brain fart? TIA!!!
Next
Reply
Map
View

Click here to load this message in the networking platform