Hi all,
I have a look up table and a master table. The field that link both is
numeric.
I also have a combobox bound to both files, but for some reason it doesn't
display the field values.
my code looks like this
comb1.sourcecode= daily_log.jobn
comb1.rowsourcetype= 3
comb1.rowsource= "select jobname, jobn from jobs into cursor cc1"
comb1.boundColumn= 2
When I navigate the Daily_log the combobox doesn't display anything. What am
I missing??
I have other combobox bound to other tables with a key (type char) and
there is no problem at all.
Another problem is when I define many columns in a combobox it display only
the first one. I checked columncount and columnwidth properties and they are
ok.
comb2.columncount =3
comb2.columnwidth= 200,200,200
TIA