notesRetriever parameter ignored in notesUIWorkspace.URLOpen()

Hi experts,

Maybe you can help me with this before my hair goes grey.

I have a web-application that is supposed to be opened in the notes-client’s embedded browser. If the client preferences is set to “Use the browser embedded in this client” the page opens correct and all is good.

Unfortunately I can’t force users to have this setting as that will impact how links are opened from their mail etc. So I need to find a solution to open this specific url only in the embedded browser.

There is a parameter in notesuiworkspace:

“notesUIWorkspace.URLOpen( Url$, reload%, urlList%, charset$, webusername$, webpassword$, proxywebusername$, proxywebpassword$, notesRetriever )”

but the client still opens the url in separate browser window.

I have tried

ws.urlOpen(myUrl,true),

ws.urlOpen(myUrl,1) and also ws.urlOpen(myUrl,0,0,“”,“”,“”,“”,“”,true) but none works.

Please help if you have any clue why

Best regards,

Katarina