I might not be thinking about this clearly. Part of what I want to avoid is coding MessageDialogs in nearly every single bit of code to handle any possible error. Usually several in each method.
My thinking was that when an error is encountered that you would simply supply an error type and a string to describe the error to a module or class. This would be done within If/End If and at the end of the method using an Exception block. Is this a bad idea? Impossible? Waste of time? _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
