HyperLinkToURL
PowerScript function
Description
Opens the default Web browser, displaying the specified URL.
Applies to
Inet objects
Syntax
1 |
servicereference.HyperlinkToURL ( url ) |
Argument |
Description |
---|---|
servicereference |
Reference to the Internet service |
url |
String specifying the URL to open in the default Web |
Return value
Integer.
Returns 1 if the function succeeds and -1 if an error occurs.
Usage
Call this function to display a URL from a PowerBuilder
application.
Examples
This example calls the HyperlinkToURL function. Iinet_base is an
instance variable of type inet:
1 2 |
GetContextService("Internet", iinet_base) iinet_base.HyperlinkToURL(sle_url.text) |
See also
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest