Jump to content

Viewing PDF on Filemaker Go that's in External Storage


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

Recommended Posts

  • Newbies

Hi

 

Can anyone help, I've stored Scanned PDF's of purchase invoices on our FM database which is running on FM server 13. 

 

Stored externally and secure storage option on the container field.

 

We can view the files fine on FM pro but when we try and view on FM Go goes to a web view and errors and does not show the PDF.

 

How do you view stored pdf's in filemaker go?

Currently running the below script which works for Filemaker Pro Clients just not on Filemaker Go on iOS

 

Set Variable [$AttachmentPath; Case (Abs (Get(SystemPlatform)) = 1, "filemac:", "filewin:") & Get (TemporaryPath) & TableName::SerialNumber & ".pdf"]

Export Field Contents [TableName::ContainerFieldName; "$AttachmentPath"; Automatically open]

 

 

 

Any ideas

 

Thanks

 

Clive

Link to comment
Share on other sites

This topic is 3451 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.