Hi all,
I have created a trusted function that works perfectly when I open my form directly through Reader or Acrobat :-)
My trusted function does something like import a file as an attachment from a certain place on disk.
However when I try to open it through the browser plugin (ie. Internet Explorer) it does not work - what could I be doing wrong? And what do I need to take into consideration to make it work through the browser plugin?
Please don't hesitate to ask if you need further information.
Thanks in advance
Sincerely
Kim Christensen
Dafolo A/S
Denmark
Solved! Go to Solution.
Views
Replies
Total Likes
Strange i did not have any issue with setting up trusted functions in reader. Tried it in a browser and had no problem. Make sure you have the javascript file containing your trusted function in the correct javascript folder. Anything on the console? Might be something else in the code which reader is complaining about.
Views
Replies
Total Likes
Strange i did not have any issue with setting up trusted functions in reader. Tried it in a browser and had no problem. Make sure you have the javascript file containing your trusted function in the correct javascript folder. Anything on the console? Might be something else in the code which reader is complaining about.
Views
Replies
Total Likes
Hi again dohanlon,
You were right, something in my script on the form was not executed correctly - seems like the util.stringFromStream does not work in the form if you run it in the plugin. I changed my code into usinsg the stringforStream method in my trusted function and then it suddenly worked.
Thanks a lot for your help btw - it led me into understanding that it was possible to use the trusted functions inside the belly of the browser plugin also
\Kim
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies