Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combo bound to multiple fields
Message
From
17/01/2006 16:19:12
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01087706
Message ID:
01087728
Views:
11
>I have a combo that has four columns: subdivision, county, state, Upper(subdivision+county+state). The first three columns show in the drop down, the fourth column is just used to sort the array in what the client's consider "correct sort order". My problem is that I need to bind to m.subdivision+m.county+m.state, but I do not want to show that column in the drop down. Does the bound to column always have to be the first? If not, how do i specify which column to bind to? If so, how do I not show the first column in the drop down.
>
>thanks
>
>Brenda
rowsource is ?
controlsource is ?
a way
BoundColumn = 4
ColumnCount = 3
BoundTo = .T.
rowsource = 4 columns subdivision, county, state, Upper(subdivision+county+state)
Previous
Reply
Map
View

Click here to load this message in the networking platform