hi
We are running in app on the powerserver
I want to open a PDF file from our network on our tablet. Is that possible. It does not have to be running in the app, just open the PDF with acrobat for instance
I tryed:
ls_filename="\\172.16.10.x:80\x\" + ls_proefcode + ".pdf"
//Open de PDF via Shell
ShellExecute( 0 , "open", ls_filename, ls_Null, ls_Null, 1)
But on a tablet it does not work, on ios it works great
Someone any suggestion