I am using raise as follows :
try
TranError := False;
....
except
raise;
TranError := True;
end;
This was while we were testing, but now I want the code to flow on without
displaying an error and instead, write the error message to a log file. How
do I get the error message ?
--
Cheers,
Paul
PAC Software Solutions
--
With best regards, Mike Shkolnik
EMail: mshk...@scalabium.com
http://www.scalabium.com
"Paul Coshott" <pa...@pacsoftware.com.au> сообщил/сообщила в новостях
следующее: news:3f27...@newsgroups.borland.com...
Marjan
____________________________
Marjan Venema - BJM Software
http://www.bjmsoftware.com
http://www.bjmsoftware.nl
thanks very much for your help. I have it working now.
--
Cheers,
Paul
PAC Software Solutions
"Marjan Venema" <in...@bjmsoftware.OhNoNotThis.com> wrote in message
news:m15fivcie2j50ns1b...@4ax.com...
You understand, of course, that the second assignment
never happens?
Igor