Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Multiple Column Combobox
Message
 
To
02/12/2002 16:23:31
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00728750
Message ID:
00728967
Views:
10
How do you declare array? It should be declared in the calling program, or it should be the form property.
If all responses are not helpful, then send your form to me along with fragments of table to reproduce the behavior: I will see how I can help.

>Oh, okay. I misunderstood that. I must still have something setup wrong as the combobox is still not displaying anything. Any ideas?
>
>
>>It is "The name of the field where I want the data to go". Also, the value should be character or date. Numbers here may confuse combobox/listbox as they may also be considered as an item ID numbers.
>>
>>>What exactly is stored in the Combobox Value property? The name of the field where I want the data to go? Or the name of the source the data is coming from? If it is where the data is coming from, then I am pulling it from an array...and what the user selects should be what is stored.
>>>
>>>
>>>
>>>>How do you define it? May be you omit table_name? It should be "table_name.field_name".
>>>>
>>>>>I'm sorry...it is a field in a table.
>>>>>
>>>>>>What do youn mean,"controlsource table "? AFAIK, Controlsource is a variable or field.
>>>>>>
>>>>>>
>>>>>>>I have created a new combobox on an existing form and am having problems getting it setup properly. The rowsourcetype is 5 - Array and the rowsource is the arrayname. The array has two columns: column 1 is a list of the values that I would like the user to see, column 2 is number values that I would like saved in the controlsource table. The way that I have it setup right now the combobox is not showing anything. And what do I need to do so that the second column is stored in the controlsource table (right now I have value = array(1))
>>>>>>>
>>>>>>>Also, I have Columncount = 2; Columnwidths = 100,0; Boundcolumn = 1.
>>>>>>>
>>>>>>>Please help!!
Previous
Reply
Map
View

Click here to load this message in the networking platform