Dear Appeon:
i need to access a web site from my PBL app.
i need to open this web site and forget about it, no return to my app.
i thought (naively) that a simple call similar to
run(iexplore https://www.google.com/)
would do it.
but nothing happens here, the above run exits with no action.
i am forced to use
w_web_browser.ole_1.object.Navigate( 'https://www.google.com' )
i d like to avoid invoking w_web_browser, and run iexplore directly from my PBL app.
is there a way to do so?
thank you for help
sasha