/ Forums / Advansys Formativ / Creating Solutions with Formativ / Disabling IE Script Error dialogs / Reply To: Disabling IE Script Error dialogs
May 26, 2004 at 7:31 am
#6985
Thanks, I will try this to confirm it works.
Also, I believe I have found another way to do this, using the NativeInterface property of the Portal, to access the IWebInterface interface to the browser control.
IWebInterface implements a property called Silent; setting this True appears to work in suppressing the error dialogs:
Dim objWeb
Set objWeb = objPortal.NativeInterface
objWeb.Silent = False
Thank You
John H
IntelliReach Corp