Z
zhangheaaa
Unregistered / Unconfirmed
GUEST, unregistred user!
我打算用一个dblookupcombobox 显示一张表里的一个字段的所有值。
中间层有一个query组件,sql=select name,no from table1,
客户端用一个clientdataset连接此query,
datasource1 连接 clientdataset,
dblookupcombobox的listsource为datasource1,
listfield为name( 姓名)
keyfield为 no(代号)
运行时dblookupocombobox将所有的姓名在下拉框中显示出来,
但选择其中某个姓名时,出现错误:
'constant is not correct type 4'
中间层有一个query组件,sql=select name,no from table1,
客户端用一个clientdataset连接此query,
datasource1 连接 clientdataset,
dblookupcombobox的listsource为datasource1,
listfield为name( 姓名)
keyfield为 no(代号)
运行时dblookupocombobox将所有的姓名在下拉框中显示出来,
但选择其中某个姓名时,出现错误:
'constant is not correct type 4'