Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Combobox problem
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01042975
Message ID:
01042975
Vues:
69
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!!!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform