[JDEV] Source not found
Ricardo Valfreixo
rvalfreixo at clix.pt
Mon Mar 19 16:31:50 CST 2001
procedure TForm1.Button1Click(Sender: TObject);
begin
jab.Username := 'someuser';
jab.Password := 'somepass';
jab.Resource := 'someresource';
jab.DoConnect(false, jatAuto);
end;
When i do this.. the script does not do anything. Afterwards.. i debug it
and he returns me the error "Source file not found" and asks for a
oleserver.pas. Can anyone help me on this one please?
I'm using Delphi5 in Window2000.
Thanx in advance.
Vx
More information about the JDev
mailing list