Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
DataCombo (OLEDB)
Message
De
22/11/2001 05:59:33
Douglas Salla
Folhamatic Sistemas
Americana, Brésil
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Titre:
DataCombo (OLEDB)
Divers
Thread ID:
00584840
Message ID:
00584840
Vues:
57
Personal good morning.
I know that already posted here that message in the group but I didn't still get to obtain success in which I want to do, it is the following:
I have a RECORSET of a table of States that I created in ACCESS, that table has TWO FIELDS, the field of ACRONYM OF THE STATE and the field of DESCRIPTION OF THE STATE, it would like to play the TWO FIELDS FOR DATACOMBO (OLEDB), even so I only get to show A, see the code below:

With ThisForm.Ole_Combo
.BoundColumn = xestados.Fields(1) .Name
.ListField = xestados.Fields(0) .Name
.RowSource = xestados
EndWith

the one that I could do to play the TWO fields in DATACOMBO (OLEDB), I already sought in HELP, in sites that speak about DATACOMBO (OLEDB) but I didn't get to solve the problem.

I am using VFP 7.0

Thank you very much for the help of everybody.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform