I have the following code and work fine
mPDF = new WebFile
mPDF.MIMEType = “application/pdf”
mPDF.Filename = “report.pdf”
mPDF.ForceDownload = False
mPDF.Data = data
// Show PDF in Browser
showURL(mPDF.URL, true )
but the PDF file open in the same url of my project. When I click back Xojo send to me to the login page.
My question is Can I open the pdf file in a separate usr tab.?
Best Regards
Louis_D
(Louis D)
2
There are a few older threads on the topic. Here is one. In short, you need to do a bit of javascript.
Or, you can force download and let the user open the file in their viewer of choice.
AlbertoD
(AlbertoD)
3
Louis your link send me to Michel B profile.
Louis_D
(Louis D)
4
How did I do that? Need. More. Coffee.
Corrected.
Thanks, I use Valentina Report.