com to save error
-
HI HI HI Need to now how to make com object to save an error to file so the client can't see any msgBox but i can view the errors from the file any time i want.
Hi, I don't think it's possible to do... If the component shows the dialog on error there is no way ho hide this dialog and to get the error text, except if there are special methods/properties for that. Only if the standard IErrorInfo interface is used than you can change the component container behavior. Regards, Alex Gorev, Dundas Software.
-
Hi, I don't think it's possible to do... If the component shows the dialog on error there is no way ho hide this dialog and to get the error text, except if there are special methods/properties for that. Only if the standard IErrorInfo interface is used than you can change the component container behavior. Regards, Alex Gorev, Dundas Software.
-
Hi again How about just make a com object to save the errors that comes up to file?? regard Bjarni
Hi, Is it a third party COM object, or you designed it by yourself? If you don't have the source code just the DLL file I don't see any ways to MAKE the COM object to write the error messages in the file. Regards, Alex Gorev, Dundas Software.