Expand my Community achievements bar.

mouslander
mouslander
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • I have a form with 6 tables. i.e. Table1, Table2.. Table6. On export, I only want the data in the xml file for Table1.

    Type

    Questions

    Views

    2.6K

    Likes

    0

    Replies

    2
  • I need to get the full name of the field with the path. I can use this.name but that only pulls the field name not the the full pathi.e. xfa.resolveNode("form1.#subform.test1[0].TextField1")

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • I have a data connection in my form and I need to loop through the data within the node items. On the form ready event I have:var a = xfa.resolveNode("$record.message.node[*]...").valueThe loop should replace the * with a number starting at 0 and run till done. It does not work. I have tried to modi...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    4
  • I am running LiveCycle Designer ES4 sp1, with Acrobat DC and Windows 10. I can preview a pdf in LCD but it will eventually just crash. This is regardless of whether it is a file I've worked on or a brand new file. I believe I can reproduce it by switching to Preview PDF (first time it works fine), g...

    Type

    Questions

    Views

    10.0K

    Like

    1

    Replies

    19
  • I have a large list of items in a drop down ~30. Based on the selection I need to generate some options. I can do this several ways but figure there has to be a better way.My first thought is:var a = dropdownList1.rawValueif (a == "Option1" || a == "Option2" || etc){then do something}else if(a == "C...

    Type

    Questions

    Views

    854

    Likes

    0

    Replies

    2
  • I have been pulling my hair out on this one. I created a table in LCD ES4 with form properties set to Acrobat target version 9 my table aligns properly when expanded. See below:However when I change the Target version to Acrobat 10 or greater the table does not align properly. I have tried everythin...

    Type

    Questions

    Views

    328

    Likes

    0

    Replies

    0
  • I need a script that on file open will get the names of all attachments and add them to a listbox.

    Type

    Questions

    Views

    488

    Likes

    0

    Replies

    0
  • I need a way to determine if the form is blank. I have a project and the customer wants one of two scenarios. If the form is 100% blank, no data of any kind in any field, then the want to print it one way. However as soon as a field (any field) has any data in it then it will be printed a different ...

    Type

    Questions

    Views

    859

    Likes

    0

    Replies

    5
  • On the first part of my form are buttons, user picks either button and the proper form is displayed. The first page is hidden. After that they need to import data using: xfa.host.importData("");  The system browser lets them select the XML file. When the data is merged the file rerenders and the fir...

    Type

    Discussions

    Views

    918

    Likes

    0

    Replies

    4
  • I need help figuring this out. I have an order form with many pages. A user can go to any product page and go to a field on any page and add a number to it. This allows them to order 27 red widgets on page 4, 10 large widgets on page 39, and 123 large purple widgets on page 30. When they are finishe...

    Type

    Questions

    Views

    439

    Likes

    0

    Replies

    0