Wednesday, January 2, 2013

Open the Webapge in PowerBuilder

integer li_rc
inet lcx_inet
li_rc = getcontextservice('Internet',lcx_inet)
If (li_rc <> 1) THEN
    messagebox('Clicked','getcontextservice failed')
ELSE
    lcx_inet.hyperlinktourl('c:\temp\error.xml')
END IF

No comments:

Post a Comment