Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
COMBOBOX Value is numeric - how
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
COMBOBOX Value is numeric - how
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2008 Server
Database:
Visual FoxPro
Divers
Thread ID:
01356200
Message ID:
01356200
Vues:
67
I have a combo box that is set as follows:
with cmb
   .boundcolumn=2
   .rowsourcetype=5 && array
   .rowsource=thisform.aList  && Array Name
endwith
thisform.alist is setup via
dimension thisform.alist[4,2]
then the array is filled in the init of the form.
I did note that the display value is the name of the combobox i.e. cmb, does this mean anything? I alsos note, I can't type in the combobox....

in the debug window both array elements are chanracter, yet if i look at cmb's value it is numeric i.e. equal to the listitem value.

What did i forget to set in my combo box for its value to be character instead of numeric?

I know its late... and I probably would remember in the am, but I need help ASAP. :)

Mike
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform