Hi,

I wish to use the cfmail tag to email an administrator that  a database =
error has occured.

I was attempting to keep it simple, so within the cfmail tag I placed:

<CFOUTPUT>
        <CFIF ISDEFINED("CFCATCH.Type")>
        Error Type: #CFCATCH.Type#<BR>
        </CFIF>=09
        <CFIF ISDEFINED("CFCATCH.Message")>
        Error Message: #CFCATCH.Message#<BR>
        </CFIF>=09
        <CFIF ISDEFINED("CFCATCH.Detail")>
        Error Detail: #CFCATCH.Detail#<BR>
        </CFIF>=20
</CFOUTPUT>     =09

However, I am getting an error. I forget the exact wording of it, but is =
was suggesting that the Detail item was not defined... despite it being =
within the cfif block and that the usual cause was a programming error.

Any thoughts?

What do you guys do?


---
You are currently subscribed to cfaussie as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to