Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 3648 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted
The script I use to open PDF and Word documents on a Mac and PC does not seem to work on the ipad or iphone.  It simply says it cannot find the container.
 
They are externally stored with the secured setting.
 
Is there a better mechanism for this?
 
 
Presently I have: 
    
 
   Set Variable [$path; Value:Get (Temporary Path)]
    Set Variable [#filename; Value:Middle (GetAsText(Authorities::authorities_pdf) ; Position (GetAsText(Authorities::authorities_pdf): "/" ; 1 ; PatternCount (GetAsText(Authorities::authorities_pdf); "/")) +1 ; 1000...]
    Set Variable [$final_path; Value:$path & $filename]
    Export Field Contents [Authorities:authorities_pdf; "$final_path"; Automatically open]
    
Now, the above does work when I connect with a PC or mac, but seems to fail on Go.  What am I doing wrong?  Perhaps everything!

This topic is 3648 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.