Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ComboBoxes and columns...
Message
From
17/09/1998 12:02:33
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
17/09/1998 11:39:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00137822
Message ID:
00137832
Views:
24
>I'm attempted to display two fields of a table with codes and descriptions to a cbo but i only want to save the code with the record in the main table. I've tried to use columns, but can't figure them out, especially not how to add info to the second column.
>Ideas are appreciated.
>
>Thanks..
>
>Jason Nance
Jason,
Try with these properties :
Rowsourcetype : SQL
Rowsource = select description, code from mytable into cursor somecursor
Columncount : 2
Boundcolumn : 2
Style : dropdownlist
Columnwidths : 100,0
Controlsource : yourtable.code
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform