Hi,
How should I open a Chrome window from PB2019 with parameters...
I use:
Run ("chrome.exe " + ls_url1 + String(ll_cust_No) + ls_url2)
But get -1
Please Help
Regards,
Marina
Hi,
How should I open a Chrome window from PB2019 with parameters...
I use:
Run ("chrome.exe " + ls_url1 + String(ll_cust_No) + ls_url2)
But get -1
Please Help
Regards,
Marina
https://community.appeon.com/index.php/qna/q-a/replace-spaces-with-20-so-i-can-view-link-in-browser#reply-28569
string ls_url
inet linet_base
ls_url = '"file:///C:/temp2/folder with spaces/New Text Document.txt"'
GetContextService("Internet", linet_base)
linet_base.HyperlinkToURL(ls_url)
regards.