E
eighteenzl
Unregistered / Unconfirmed
GUEST, unregistred user!
ADOQuery1.Close;
ADOQuery1.SQL.Clear;
ADOQuery1.SQL.Add('select 操作员姓名 from 操作员信息表');
ADOQuery1.Open;
while not ADOQuery1.Eof do
combobox1.Items.Add(ADOQuery1.Fieldbyname(操作员姓名).Value);
ADOQuery1.Next;
combobox1.ItemIndex:=0;
bitbtn1.Enabled:=false;
[Error] DLunit.pas(53): Illegal character in input file: '操' ($B2D9)
[Error] DLunit.pas(53): Not enough actual parameters
[Fatal Error] firstERP.dpr(15): Could not compile used unit 'DLunit.pas'
请问高手们这算是那门子的错误码呀
谢谢
ADOQuery1.SQL.Clear;
ADOQuery1.SQL.Add('select 操作员姓名 from 操作员信息表');
ADOQuery1.Open;
while not ADOQuery1.Eof do
combobox1.Items.Add(ADOQuery1.Fieldbyname(操作员姓名).Value);
ADOQuery1.Next;
combobox1.ItemIndex:=0;
bitbtn1.Enabled:=false;
[Error] DLunit.pas(53): Illegal character in input file: '操' ($B2D9)
[Error] DLunit.pas(53): Not enough actual parameters
[Fatal Error] firstERP.dpr(15): Could not compile used unit 'DLunit.pas'
请问高手们这算是那门子的错误码呀
谢谢