The idea was that a document based file (never an exe or such) could be opened with the correct application (if the user created the document, they would have the appropriate application) and this document type might vary.
My first thought was that the complete path was defective, though it worked with pdf, txt, doc, but not .jtp (journal).
The copy and pasted full path worked perfectly with .jtp when pasted into the address field of My Computer. So I concluded the error was neither address/path or an unassociated application.
Code: Select all
on mouseUp
launch field "DocPaths"
--launch url "file:" & field "DocPaths"
end mouseUp