|
<< Click to Display Table of Contents >> Navigation: Telegram > 2021 > 05 > 04 > Telegram_2021-05-04T14 |
2021-05-04T14:15:07
Hi Kudzu,
Permissions are there.
Just before the call, I retrieve it from a database and write it there to be able to open it.
Earlier I tried to open the pdf with js, but I did not get it running.
2021-05-04T14:17:02
if it works in Debug but not in Release then i would check the path of UserSession.PDFpath
2021-05-04T14:19:03
Yes, thats OK. When not or the file is not found an error appears. Now the screen flickers once - like opening a new tab - and then returns
2021-05-04T14:21:10
are you reading the path from a DB?
see if you save the exact full path or a relative path.
(it happened to me before...)
2021-05-04T14:30:02
Thank you Eitan.
But if the pdf is not found, an error appears.
When I look with my explorer it's there too
So, all goes well, I think the pdf is found, but one way or another the new tab is not opened.