I can't get the Active4D error codes to work. I presume I am just missing something obivous, but it has been a very long day.

Here's the code which is sitting on the page that catches the error.

$ErrorMsg := "[" + $a4d_err_type + "]" + char(carriage return)

$ErrorMsg := $ErrorMsg + "Description: " + $a4d_err_msg + char(carriage return)
$ErrorMsg := $ErrorMsg + "Source: " + $a4d_err_path + char(carriage return)
$ErrorMsg := $ErrorMsg + "Library and method: " + $a4d_err_method + char(carriage return)
$ErrorMsg := $ErrorMsg + "Token: " + $a4d_err_token + char(carriage return)
$ErrorMsg := $ErrorMsg + "After token: " + $a4d_err_after_token + char(carriage return)
$ErrorMsg := $ErrorMsg + "Line number: " + $a4d_err_line_num
www_sendEmail ("Active4D error"; $ErrorMsg; ""; "[EMAIL PROTECTED]")



Here is the corresponding email message.

[2]
Description: Indice out of range.
Source:
Library and method:
Token: 1
After token: ) + "...")
Line number: 260


Any thoughts as to why this is not working? Is anyone else using an error page to catch Active4D errors? I wish I knew what page this error was on.....



Ari Maniatis

-------------------------->
ish group pty ltd
7 Darghan St Glebe 2037 Australia
phone +61 2 9660 1400   fax +61 2 9660 7400
http www.ish.com.au | email [EMAIL PROTECTED]
PGP fingerprint 08 57 20 4B 80 69 59 E2  A9 BF 2D 48 C2 20 0C C8




Reply via email to