Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo and an array
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Title:
Combo and an array
Miscellaneous
Thread ID:
00495382
Message ID:
00495382
Views:
44
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
Next
Reply
Map
View

Click here to load this message in the networking platform