Posted by Barbara Brazil on September 09, 2013 at 13:37:44:
In Reply to: Launch PDF file posted by Yves Ste-Marie on September 09, 2013 at 12:47:39:
Yves:
Launch returns a result string. You can get it like this:
length 4 & local LaunchResult$
print (launch=pdfdoc$)
input LaunchResult$
if ihexdec(LaunchResult$) <= 32 msgbox("Unable to launch pdf doc")
If the result is <= 32 look up the error code in the list of Windows Errors to get more info.
Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.