Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bound to Column
Message
 
To
22/11/2005 16:44:49
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
01071331
Message ID:
01071332
Views:
20
>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
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