Hi John, Putting something in the Error Results window will work for all Actions that have the Error window (I think only the Group and Else Actions don't have it).
You can also trap for specific erros like the one Steve posted eariler: -3035 [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. S1000 <@ifequal <@error part=NUMBER1> -3035> Some goofy Access error that I don't have an answer for....Sorry :-) <@clearerrors> </@if> Using <@clearerrors> (SP1), you can then decide to continue the TAF (or TCF) execution without interruption. Hope this helps. Cheers.... ----- Original Message ----- From: "John Shaw" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, January 30, 2003 9:27 AM Subject: Re: Witango-Talk: SQL Error Trapping > So, I can't trap it if I use a search, update, insert, or delete action? > > ----- Original Message ----- > From: "Prasad Ramalingam" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, January 30, 2003 11:00 AM > Subject: RE: Witango-Talk: SQL Error Trapping > > > > if you are using a DBMS action then I think you can have an error message > > embedded in the ERROR results page. This should work fine > > > > Prasad > > > > -----Original Message----- > > From: John Shaw [mailto:[EMAIL PROTECTED]] > > Sent: Thursday, January 30, 2003 9:29 PM > > To: [EMAIL PROTECTED] > > Subject: Witango-Talk: SQL Error Trapping > > > > > > You know how ugly it is when you get a SQL error? Is there a way to > handle > > that so the user doesn't get to see it? > > > > John > > > > ________________________________________________________________________ > > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > > > > ________________________________________________________________________ > > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > > with unsubscribe witango-talk in the message body > > ________________________________________________________________________ > TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] > with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
