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 >

