DeskApp: With Lianja.showDocument(URL) you can display other websites
This is not possible with WebApp.
I just want to display a different URL in the standard browser with a click (Canvas section) in a new tab.
Thanks for help
Georg
DeskApp: With Lianja.showDocument(URL) you can display other websites
This is not possible with WebApp.
I just want to display a different URL in the standard browser with a click (Canvas section) in a new tab.
Thanks for help
Georg
Hi Georg,
I am not seeing a problem with that in a web App.
What is your code?Code:Lianja.showDocument("https://www.lianja.com");
Regards,
Yvonne
Thank you Hank!
I have used DocumentView Sections to display PDF files several times.
But I just wanted to have a link to a PDF URL that would be shown in a new browser tab when a button was clicked.
My mistake was:
I wrote >Lianja.ShowDocument< instead of >Lianja.showDocument< as Yvonne posted here.
Ah .. that's a good point. Coming from VFP that would be an easy mistake to make. I would have made it. <s>
Hank
Bookmarks