UNC Paths with Browser Control don't work. What can I do to solve it?

Question ID : 252
Created on 2015-09-14 at 2:47 AM
Author : Veryant Support [support@veryant.com]

Online URL : http://support.veryant.com/support/phpkb/question.php?ID=252



Please add the style No-Msg-Before-Navigate to your web-browser control..

This style prevents the generation of the MSG-BEFORE-NAVIGATE event and it is useful in that cases:
- the web site that you’re navigating must send data thru POST (e.g. a login form) and the MSG-BEFORE-NAVIGATE event handling performed by isCOBOL causes parameters to get lost.

- the Web-Browser is used to browse disk folders, by setting the Value property to a URL that begins with “file://”

- the Web-Browser is used to show a file with an embedded component, for example if you load a PDF file that is rendered through the Acrobat ActiveX embedded in the browser.

This style is automatically applied if the iscobol.gui.webbrowser.no_msg_before_navigate (boolean) is set to true in the configuration.



Back to Original Question