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

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

Recommended Posts

Posted (edited)

Hello - If I run my script to insert a PDF from a saved PDF I get an error after the insert picture step saying "can't find the file" - I tried "insert PDF" but the debugger says it is a wrong file type. The data viewer shows - $temppath as 

filemac:/Macintosh HD/var/folders/bd/v_q7j9997d1dph_lz5m1x_mm0000gn/T/S10/Dec 2016-2077 UTAS Retainer.pdf

the Script is as follows;

Set Variable [ $temppath; Value:"filemac:/"&Get(TemporaryPath)&Project»DATA::worksheet filename&".pdf" ]
Save Records as PDF [ File Name: “$temppath”; Current record ]
Go to Field [ worksheet PDFs::PDF ]
[ Select/perform ]
Insert Picture [ “$temppath” ]

Any help would be appreciated. Cheers John

 

Edited by Aussie John
Posted

Drop filemac: , it's not needed. You have an extra space before .pdf.

Not sure what context you are in. So, does that Go to Field fail?

Posted

Thanks but unfortunately no luck

  1. I had already tried with out filemac (didn't work).
  2. There is no space - just looks that way
  3. And yes I can see the field highlight during the script
Posted (edited)

The file appears to save ok and the error occurs on the insert picture step. (error 100 file is missing).

Just to be sure I changed get(temporarypath) to get(desktop path) but with same error.

Screen Shot 2016-12-16 at 7.28.15 am.png

Edited by Aussie John
Posted

So, you see the PDF on the desktop. What if you used Insert File instead of Insert Picture?

Posted

Yes PDF is visible and will attach to an email if the check box is selected.

Insert file does work. just not Insert picture or PDF

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