Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bound to Column
Message
 
À
22/11/2005 16:53:04
Andy Roth
Neyenesch Printers
Californie, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
01071331
Message ID:
01071336
Vues:
27
>>>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.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform