Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox and logical field
Message
From
04/08/2000 13:18:09
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00401090
Message ID:
00401181
Views:
31
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform