RE: cfcatch and email

2001-05-23 Thread Dave Watts
Date: #DateFormat(Now(), MM D, YYY)# #TimeFormat(Now(), h:mm tt)#br Just out of curiosity - which century is your server set in? We're currently in the 22nd century now... g I always knew you were a man ahead of your time! Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/

Re: cfcatch and email

2001-05-22 Thread Bryan LaPlante
PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, May 21, 2001 10:39 PM Subject: cfcatch and email I want to send an email with database error info using cftry/cfcatch. But it is not working. Am I trying to do something that can't be done within a cfcatch block? Sebastian

RE: cfcatch and email

2001-05-22 Thread Steve Martin
Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: 22 May 2001 09:44 To: CF-Talk Subject: Re: cfcatch and email Never tried to do that inside of a cfcatch block before but could you just populate a variable with the email message and then outside the try block check to see

Re: cfcatch and email

2001-05-22 Thread sebastian palmigiani
Subject: cfcatch and email I want to send an email with database error info using cftry/cfcatch. But it is not working. Am I trying to do something that can't be done within a cfcatch block? Sebastian --- cftry cfquery name='foo' datasource='foo

RE: cfcatch and email

2001-05-22 Thread Will Swain
# Detail: #CFCATCH.detail# /cfmail /cfcatch /cftry -Original Message- From: Bryan LaPlante [mailto:[EMAIL PROTECTED]] Sent: 22 May 2001 09:44 To: CF-Talk Subject: Re: cfcatch and email Never tried to do that inside of a cfcatch block before but could you just

RE: cfcatch and email

2001-05-22 Thread Philip Arnold - ASP
Date: #DateFormat(Now(), MM D, YYY)# #TimeFormat(Now(), h:mm tt)#br Just out of curiosity - which century is your server set in? We're currently in the 22nd century now... g Philip Arnold Director Certified ColdFusion Developer ASP Multimedia Limited T: +44 (0)20 8680 1133 Websites for the

cfcatch and email

2001-05-21 Thread sebastian palmigiani
cfcatch type=database !--- EMail WebMaster --- cfmail from=[EMAIL PROTECTED] type=HTML to=[EMAIL PROTECTED] subject=Database Error Date: #DateFormat(Now(), MM D, YYY)# #TimeFormat(Now(), h:mm tt)#br Error Type: #CFCATCH.Type#br Message: #CFCATCH.Message#br Template