IAdeUICallbacks::OpenURL
ADE User Guide > ADE Server Class Reference > IAdeUICallbacks
void IAdeUICallbacks::OpenURL([in] string url, [in] string window, [in] string specs)
Called when the OpenURL() function is evaluated. You implement this message to take your user to the requested URL when the function is evaluated. If you don't implement this function, then the OpenURL() function will have no effect when evaluated in your ADE-based application.
Parameters
The parameters are the same as the parameters passed to the OpenURL() function by the model.
«url» is the requested URL.
The «window» and «specs» parameters are optional and hidden in the OpenURL() function. They have no effect in desktop Analytica, but could be used to specify which window the browser should open to in a browser-based application, and other style specifications for the window.
Return value
None
Examples
See Also
- OpenURL() function
Comments
Enable comment auto-refresher