Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox con tablas
Message
De
04/04/2003 11:27:35
 
 
À
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
Information générale
Forum:
Visual FoxPro
Catégorie:
Programmation Orientée Object
Titre:
Combobox con tablas
Divers
Thread ID:
00774063
Message ID:
00774063
Vues:
47
I have a table with this structure

Table Name Test
Name C(20)
Id I

Data
Name Id
Number 1 1
Number 2 2
Number 3 3

I bind a table in a combobox

Poperties from combo

BoundColumns = 2
BountTo = .T.
Rowsource = "Test"
RowSourceType = 2
ControlSource = "ThisForm.ValueTest"


Value from ThisForm.ValueTest = 0

Why i can't select an item in this combo ??? The property valuetest is defined in form the form test

Thanks

Miguel
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform