skip to main content

Controls Reference : WEB-BROWSER : Styles : No-Msg-Before-Navigate

No-Msg-Before-Navigate
This style prevents the generation of the MSG-BEFORE-NAVIGATE event. This is useful when
the Web-Browser is used to browse disk folders, by setting the Value property to a URL that begins with “file://”.
This style is automatically applied if iscobol.gui.webbrowser.no_msg_before_navigate (boolean) is set to true in the configuration.
 
Example - Define a web-browser control with no-msg-before-navigate
screen section.
  03 screen-1-wb-1 Web-Browser
     line 23.9
     column 2.2
     size 62.2 cells 
     lines 25.6 cells 
     no-msg-before-navigate
     value "http://www.veryant.com"

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left