Expand my Community achievements bar.

kingphysh
kingphysh
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • 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

    561

    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.2K

    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.7K

    Likes

    0

    Replies

    4
  • Greetings All,My question is,How do I stop further processing in response to a particular returned MsgBox value? I have placed a MsgBox script on the change event of a drop-down box.Depending on the return value, I don't want subsequent events for the drop-down box to fire (like the scripts on its e...

    Type

    Questions

    Views

    741

    Likes

    0

    Replies

    1
  • 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.1K

    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.7K

    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
  • In a large form with over 89,000 lines of XML, I have noticed an error message that has persisted in the log panel:    Invalid append operation: draw cannot have a child element of value       The element [value] has violated its allowable number of occurrences.       The fault occurred on line 7273...

    Type

    Questions

    Views

    1.9K

    Likes

    0

    Replies

    6
  • >I am re-posting this because my previous post is confusing.The following is a funtion on the click event of a button:function clickIncrement(oButton) { var capTxt = ""; var txtIndex = 0; var ttTxt = ""; if (oButton.caption.value.text.value < lossPayees.value) { capTxt = String(1 + parseInt(oButton....

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    2
  • I have a global variable: lossPayeesI have a function that is called by the "click" event of a button:payeeButton.clickIncrement(this);This funtion is intended to perform 2 tasks:     1) change the caption on the button     2) change the toolTip on the button+++++++++++++++++++++++++++++++++++++++++...

    Type

    Questions

    Views

    699

    Likes

    0

    Replies

    1