Subject | Re: [IBO] executing already or not in passive mode |
---|---|
Author | newgen2549 |
Post date | 2007-03-11T00:22:31Z |
Hi,
You are right the script scTireMan tries to execute twice!! but how is
this possible with this code?What is wrong with my code?
start2 never gets executed
with TireServer do
Showmessage('start');
if not FileExists('tireman.FDB') then
begin
Showmessage('start1');
scTireMan.Execute;
Showmessage('start2');
end;
when is executes scTireMan goes back to start and tries to execute the
script a 2nd time
I'm really confused with this can someone help
please
Daniel
--- In IBObjects@yahoogroups.com, "Jason Wharton" <supportlist@...>
wrote:
You are right the script scTireMan tries to execute twice!! but how is
this possible with this code?What is wrong with my code?
start2 never gets executed
with TireServer do
Showmessage('start');
if not FileExists('tireman.FDB') then
begin
Showmessage('start1');
scTireMan.Execute;
Showmessage('start2');
end;
when is executes scTireMan goes back to start and tries to execute the
script a 2nd time
I'm really confused with this can someone help
please
Daniel
--- In IBObjects@yahoogroups.com, "Jason Wharton" <supportlist@...>
wrote:
>
> > Would someone know what causes this error from IB_Process. I cannot
> > figure it out.
> >
> > All I have in this application is TIBODatabase and a TIB_script
> > creating a new database.
> >
> > I'm using Delphi6.wit a main form and a datamodule
>
> Somehow you called Execute while it was already Executing.
>
> Jason
>