Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combo bound to multiple fields
Message
De
17/01/2006 16:19:12
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01087706
Message ID:
01087728
Vues:
10
>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)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform