Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox and logical field
Message
De
04/08/2000 13:18:09
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00401090
Message ID:
00401181
Vues:
33
I have always the problem of "data type mismatch".

In the init of combobox I put the following code:
public array x(2,2)
x(1,1)="Active"
x(1,2)=.T.
x(2,1)="Inactive"
x(2,2)=.F.
this.rowsource="x"
----
mycombobox.rowsourcetype=5 (array)
mycombobox.controlsource=mytable.lactive (logical field)
mycombobox.boundcolumn=2
mycombobox.boundto=.T.
mycombobox.columncount=2
mycombobox.columnwidths="50,0"
----
It does not work!
A little help please.
Thank you.
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform