#6985
Anonymous

    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