Page 1 of 1

Tunidump OnError Events

Posted: Sun 28 Jun 2015 14:05
by yayaretina
hello,

i'm using unidac v 6.1.3. i'm using tunidump to execute some query update to database.

when i use events OnBackup/OnRestoreProgress threre is no problem..

but, when i use OnError..

procedure TForm.UniDump1Error(Sender: TObject; E: Exception;
SQL: string; var Action: TErrorAction);
begin
/
end;

var Action: TErrorAction they came error = TErrorAction is not a type identifier..

please help me.. why it's happen..

thank you

Re: Tunidump OnError Events

Posted: Tue 30 Jun 2015 08:46
by AlexP
Hello,

To solve the problem, you should add the DAScript module to the Uses section.

Re: Tunidump OnError Events

Posted: Tue 30 Jun 2015 15:08
by yayaretina
Thank you..
i will try immediately.. and report the result

Re: Tunidump OnError Events

Posted: Mon 06 Jul 2015 05:30
by AlexP
Please let us know whether the problem is solved?