Re: Launch PDF file


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

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.





Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?  

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):





Each file can be a maximum of 1MB in length Uploaded files will be purged from the server on a regular basis.


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]