Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bound to Column
Message
 
To
22/11/2005 16:53:04
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
01071331
Message ID:
01071336
Views:
24
>>>I have a list box that is bound to coluimn 1 but I need the value in
>>>column 2. Not sure on the correct syntax.
>>>
>>>ThisForm.CClist.?????????
>>>
>>>Thanks
>>>Andy
>>
>>
>>WITH thisform.CClist
>>     .BoundColumn = 2
>>     .BounfTo = .t.
>>     .RowSourceType = 6 && Fields
>>     .RowSource = "MyTableField1, FieldValueOfTheControl"
>>ENDWITH
>>
>
>I thought there is something like thisform.CClist.Value.[2] or something close to that

Now I am not sure what you are asking :-)
I think you have 2 columns in a listbox and want to bound column 2 to return the value of that listbox. Am I right?
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform