Hello,
I'm using this code for a checkbox on a finish screen. It works great if I am trying to open a .txt file, but if I use it for a .pdf, not only does it not open the .pdf but it breaks Acrobat so that no pdfs will open even directly until restart.
What am I doing wrong?
if check02 then
File.Open(SessionVar.Expand ("%AppFolder%".."\\Postage $aver\\Help\\Postage Saver Help.pdf"), "", SW_SHOWNORMAL,false);
end
I'm using this code for a checkbox on a finish screen. It works great if I am trying to open a .txt file, but if I use it for a .pdf, not only does it not open the .pdf but it breaks Acrobat so that no pdfs will open even directly until restart.
What am I doing wrong?
if check02 then
File.Open(SessionVar.Expand ("%AppFolder%".."\\Postage $aver\\Help\\Postage Saver Help.pdf"), "", SW_SHOWNORMAL,false);
end
Comment