Expand my Community achievements bar.

Thom_Parker
Thom_Parker
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • So you must be using LiveCycle Designer? And are you writing in FormCalc? or JavaScript? Do you have a preference?

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • I've looked into that technique before.  It's a brilliant way to move data between the embedded files.  But it's got some issues. 1.  Data is only updated in the embedded forms then they are opened.  If the document is closed before all the forms are opened there is inconsistencies.2.  The global sh...

    Type

    Questions

    Views

    2.5K

    Likes

    0

    Replies

    0
  • The "presence" property controls the visibility of form elements.  This eseminar explains the details:http://adobechats.adobe.acrobat.com/p87746471/Thom Parker The source for PDF Scripting Info pdfscripting.comThe Acrobat JavaScript Reference, Use it Early and Often http://www.adobe.com/devnet/acrob...

    Type

    Questions

    Views

    1.3K

    Like

    1

    Replies

    0
  • This is a question that seems to come up consistently.  But there isn't a built-in or automatic way to link fields in different forms within a package.  It's too bad because it's a great idea that Adobe should have been on several versions ago. Your idea of moving data from the parent PDF into the e...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • You can't put a variable directly into an URL.  The URL has to be rebuilt dynamically in a script.  In a way very similar to how you are modifying the email URL.  Here are some articles on the topic.http://acrobatusers.com/search/google/submit?query=submit&cx=010702214422959725198:mrw4k197ftq&cof=FO...

    Type

    Questions

    Views

    4.1K

    Likes

    0

    Replies

    0
  • Very good stuff!!  Do you know if this only works on initialization.  I wrote similar code for modifying the template at runtime and it threw a security exception.  But I was able to add event nodes with exactly the same code to the form model, not that it did any good.  I could see the newly added ...

    Type

    Questions

    Views

    2.4K

    Likes

    0

    Replies

    0
  • There is a very simple way to pass info to a server script.  Add it to a query string in the URL.  Use JavaScript on the submit button in the PDF to grab the email from a form field and then paste it onto the end of the URL.  The submitted data is in the Body of the HTTPRequest, a query string doesn...

    Type

    Questions

    Views

    3.6K

    Likes

    0

    Replies

    0
  • The "listen" property is a good find.  I didn't know that one. Seems like it could be a solution.   And yes, I did mean the ES2 Macros.  Seems that if you need to add a feature to a lot of fields at once, then this would be a good way to do it.Thom Parker The source for PDF Scripting Info pdfscripti...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • Unfortunately the XFA event structure is mostly fixed.  Events can't be added at runtime like it's done in many other JavaScript models.  That's not to say that you can't dynamically create the event structure in the Form model using the XFA node operations. You can.  It's just that the model won't ...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
  • Manually placing 2500 fields must be a pain in the butt as well.  I have a suggestion that will make things easier.  Create one field with all the code you need for navigating.  Then place this field in repeatable subforms in such a way that the 50x50 array is automatically built.  The code would of...

    Type

    Questions

    Views

    2.0K

    Likes

    0

    Replies

    0
Sort by
  • Recently earned
  • Unearned first
  • A-Z
  • Z-A
Show more