Expand my Community achievements bar.

kingphysh
kingphysh
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Hi All,I have a large, complex form that has several subforms that I need to have zero instances the first time the form is opened. Most of those subforms that I set the initial instances = 0 on the Object pallet do exactly that--they behave and open with zero instances! However, I have one subform ...

    Type

    Questions

    Views

    5.5K

    Likes

    0

    Replies

    12
  • Hi,I have a problem with a single user where a script on the preOpen event of a dropdown box fails. The script is in FormCalc.The error message says:Error: accessor 'Cell' unknown.I use various hidden tables to store 2 dimensional arrays and name every row 'Row' and every cell 'Cell'. This allows me...

    Type

    Questions

    Views

    1.7K

    Likes

    0

    Replies

    7
  • Hi All,I haven't encountered this in the past, but it started happening now and then on a form I'm building. Occasionally, Numeric Fields change to Text Fields (either upon opening? or saving?). At first I thought it was just a fluke, or a mistake on my part--however it has happened on at least 5 va...

    Type

    Questions

    Views

    517

    Likes

    0

    Replies

    1
  • Greetings All,OK, I have a formCalc script on the calculate event of a text field. It assigns different strings to the text field using an if/elseif/else evaluation of the value of a sibbling numeric field.I decided I wanted change the three word string in final else assingment to one with the first...

    Type

    Questions

    Views

    639

    Likes

    0

    Replies

    2
  • Greetings All,I am using formCalc.My form has a dropdown box that Allows Custom Text Entry. On the change event is a script like the following:     SubformRecap.TableLiabilityRecap.Row[13].Cell[1] = xfa.event.newTextThe custom entered text works ONLY when the user:starts typing without viewing the d...

    Type

    Questions

    Views

    1.4K

    Likes

    0

    Replies

    6
  • Just need some clarity and guidance.I have a form created in LC Designer ES2 that "ideally" needs to export its data to an XML file to be saved. I have done this by openning the "completed" form in Acrobat Pro, however, it would be great if the data can be exported using Reader--with a script on a b...

    Type

    Questions

    Views

    3.8K

    Likes

    0

    Replies

    4
  • It took me a while to figure out what was happening when I couldn't seem to add rows. The tried and true script seemed to fail to add new instances of the table row. Then I figured out what was happening and added a line of script to fix it, however, I'm not exactly sure why it was needed--is this a...

    Type

    Questions

    Views

    1.2K

    Likes

    0

    Replies

    4
  • I have a form where there are multiple intstances of tableRows inside a Repeating Subform.Subform[*]     ..TableRow[*]I want to devise a way to round up all the information contained in fields in the TableRows and populate other fields with some of that data, in a different subform, in a different p...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    8
  • I have a few drop-down boxes populated by scripts on their respective Initialization events. Everything worked great through development--except, when I demonstrated the form for a group, I noticed the drop-down boxes were populating twice. I wasn't using a clearItems()--shouldn't have needed it, ri...

    Type

    Questions

    Views

    2.1K

    Likes

    0

    Replies

    6
  • I would like to have a field or a button caption change in response to the user mouse click. The caption or value to be displayed would be  an integer increasing +1 with each mouse click--until a limit is reached (the limit is a _subform.count of a subform that is not a parent of this object I'm try...

    Type

    Questions

    Views

    1.5K

    Likes

    0

    Replies

    3