Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo and an array
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Titre:
Combo and an array
Divers
Thread ID:
00495382
Message ID:
00495382
Vues:
45
Hi Folks,

Having a combo, wiht data draw from array:

Array like this:
thisform.alist(15,2)
WITH thisform
.alist(1,1) = 1
.alist(1,2) = "some text 1"
.alist(2,1) = 2
.alist(2,2) = "some text 2"

and so on
ENDWITH

In the form it looks fine on drop down. Rowsource is bound to the integer.
My problem: The value of the combo is saved as integer - fine thats what I want, but in the box it shows the digit, I want it to
show the TEXT - but can't find the right button.

Please help

Thanks in advance (I need the number to be first, and text second)

Lasse Danborg
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform