Description
This feature provides up to four links to the World Wide Web from within the PowerBuilder development environment.
Uses
Use this feature to give yourself easy access to Web pages you use frequently.
Usage
Up to four web links are available. You specify the Web pages to link to by using the keys WebLink1, WebLink2, WebLink3, and WebLink4 in the [pb] section of the PowerBuilder initialization file. Separate the menu item label from the link by a comma. Enter up to four Web links. For example:
[pb] WebLink1=&Powersoft,http://www.powersoft.com WebLink2=&Sybase,http://www.sybase.com WebLink3=&Microsoft,http://www.microsoft.com WebLink4=&Netscape,http://www.netscape.com
The menu items appear under the Help menu, above the About menu item.
This functionality is currently not available on the Macintosh and UNIX.
Links are resolved using URL Moniker technology, which means that the opening of the URLs is not dependent on a particular browser and any URL that can be opened with a URL shortcut can be opened.
|