|
This is a multipart message in MIME format. -- [ Picked text/plain from multipart/alternative ] Is it possible to do the following: D NoError C 0 D RecordNotFound C 12 D FileIsClosed C 1211 /free Monitor; Chain mykey myfile; On-Error NoError; // perform normal processing ... On-Error RecordNotFound; // perform new record processing ... On-Error FileIsClosed; // Oops, forgot to open file ... ... EndMon; Or will NoError not activate since it is not an error? I know that most people assume that if a Chain fails that it is because the record is not found, but I like to do more error trapping. This especially comes into play when you do updates and deletes and you have Referential Integrity defined on your files. Rob Berendt -- "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety." Benjamin Franklin
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.