I guess it depends on the type of errors that you would want to trap. I.e.
if you want to trap syntax errors, then TRACE would be the way to go.
Otherwise write a piece of code that has as an input parameter the error, as
processing the action to be taken and as output one ore more log file where
everything gets recorded.

I made a such a piece of code that does this and I "CALL" it from each of my
modules.

Regards


Frank van der Zwaag

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Trinity
Business Technologies
Sent: Thursday, 8 January 2004 12:05
To: [EMAIL PROTECTED]
Subject: [RBASE-L] - Re: Additional Info On Error Handling Routine.


Victor,

  I am creating an application that has to perform an unusually large amount
of error handling and I was hoping that someone had already created a
comprehensive error handling routine.

  However, I have decided to create one myself.


Thanks,

Rick Brown

----- Original Message ----- 
From: "Victor Timmons" <[EMAIL PROTECTED]>
To: "RBASE-L Mailing List" <[EMAIL PROTECTED]>
Sent: Wednesday, January 07, 2004 4:58 PM
Subject: [RBASE-L] - Re: Additional Info On Error Handling Routine.


> I know you probably already do this but have you tried to just trace your
> files to find out all the information your talking about below
>
> R>TRA YourFile.RMD
>
> or in the file at the place in question you can add a tra
>
> when you are traceing a file
> F10 moves you to the next line
> F5 just runs the file
> F6 lets you pick a var to watch
> Shift + F6 let you remove the var from being watched
> F8 will show you the file name
>
>
> On 7 Jan 2004 at 16:39, Trinity Business Technologies wrote:
>
> > Victor,
> >
> >   I was looking for an error handling routine that will provide most of
> the
> > following information:
> >
> >   *  Error number.
> >   *  Error message.
> >   *  Error description.
> >   *  Command file in which error occurred.
> >   *  Line number at which the error occurred.
> >   *  Line of code that caused the error.
> >
> > Thanks,
> >
> > Rick Brown
> >
> >
>
>
>
> Victor Timmons
> Tiz's Door Sales, Inc
> 425-258-2391
>

____________________________________________________________________
CAUTION - This message may contain privileged and confidential 
information intended only for the use of the addressee named above.
If you are not the intended recipient of this message you are hereby 
notified that any use, dissemination, distribution or reproduction 
of this message is prohibited. If you have received this message in 
error please notify Air New Zealand immediately. Any views expressed 
in this message are those of the individual sender and may not 
necessarily reflect the views of Air New Zealand.
_____________________________________________________________________
For more information on the Air New Zealand Group, visit us online
at http://www.airnewzealand.com 
_____________________________________________________________________

Reply via email to