千
千中元
Unregistered / Unconfirmed
GUEST, unregistred user!
var b1,b2,b3,b4:variant;
.......
b1:=combobox3.Text;
b2:=combobox4.Text;
b3:=combobox1.Text;
b4:=combobox2.Text;
query1.Locate('gcmc;gcxm;nf;yf',[b1,b2,b3,b4],[loCaseInsensitive]);
错误: [Error] Unit1.pas(182): Ordinal type required
该怎么改?第一次用locate,请多指点。
.......
b1:=combobox3.Text;
b2:=combobox4.Text;
b3:=combobox1.Text;
b4:=combobox2.Text;
query1.Locate('gcmc;gcxm;nf;yf',[b1,b2,b3,b4],[loCaseInsensitive]);
错误: [Error] Unit1.pas(182): Ordinal type required
该怎么改?第一次用locate,请多指点。