LaunchBrowser() method
- Last UpdatedNov 26, 2024
- 1 minute read
Use the LaunchBrowser() method to launch the browser application specified in the commandInfo parameter. If the underlying control contains a grid and a row is selected in the grid, the method can pass information from the row to the application.The method can also be used to pass global information to the external application.
This method is available by means of the Button Bar control and allows the LaunchBrowser() function to be accessed in a context where a Button Bar control does not exist.
For example, to place the Utilization control in a form that contains a menu but does not contain the Button Bar control, the method can be called by a script with corresponding menu options.
For information about how to pass global information or information from the selected row in a grid, see Passing information with the ButtonBar Execute() and LaunchBrowser() methods.
Syntax
LaunchBrowser(commandInfo);
Parameter
commandInfo
A string that provides information needed by the specific application being launched