ExecuteOptions:=[eoAsyncExecute]出错???(50分)

  • 主题发起人 主题发起人 howyer
  • 开始时间 开始时间
H

howyer

Unregistered / Unconfirmed
GUEST, unregistred user!
procedure TForm3.eoAsyncExecute1Click(Sender: TObject);
begin
with adodataset1 do begin
try
active:=false;
ExecuteOptions:=[eoAsyncExecute]; //!!!
finally
active:=true;
end;
end;
end;

(//!!!)行编译出错:
ordinal type required
 
你的代码在我的机器上可以编译通过。Delphi5+Win2000.
 
接受答案了.
 

Similar threads

S
回复
0
查看
696
SUNSTONE的Delphi笔记
S
S
回复
0
查看
656
SUNSTONE的Delphi笔记
S
S
回复
0
查看
799
SUNSTONE的Delphi笔记
S
S
回复
0
查看
763
SUNSTONE的Delphi笔记
S
后退
顶部