Hello everyoneI need a suggestion:I have a document with a lot of tables that must be paginatedWhen pagination starts, is it possible to replace some field value to keep track of the point?Here's an exampleThank you so muchFabio from Turin
Hello;I'm trying to calculate row subtotals and a page total within a repeating table (see below).What code should I be using for the Total Value column to total each row and then the Page Total row at the bottom to add up all of the rows in the Total Value column? I know the easiest way is with For...
I have a dropdown with a switch statement in the exit event with about 80 "cases". There are only 3 of them though that if they are selected, the presence of a text field needs to change to "hidden". Without having to put a "presence" statement on every single case, is there a more efficient way to ...
Hi experts. I'm a very novice LiveCycle user and have created a form with set prices which are hidden or invisible when the "NO" box is checked and shown when the "YES" is selected. I'm having trouble figuring out how to get the total to only calculate the visible amounts. Can someone help me figure...
Hiif have like this structure, where there is only one instance each:ParentSubform ChildSubform MyTextfield.rawValue = 99999now, i try to get that value in ParentSubform::initialize event:var value = xfa.resolveNode("xfa..ChildSubform").MyTextfield.rawValue;console.println("vlaue: " + v...
Hi All.I try to show and show/hide some subforms by click on radiobutton. By default all subforms are hidden. When I click radiobutton the according sunform is appears. But when I selected other radiobutton the other subform is appears also but first subform not disappear. My goal to display only on...
I currently have a form where I dynamically populate the To and CC fields of an automated email. First, I grab the value of the 'email' text fields in a table, and I populate another text field with it's value, then the 'submit email' button references each of the separate text fields to populate To...
Is it possible to customize the formatting for the numbered list options that LiveCycle provides? My client wants a lettered list (a., b., c., etc.), however, they want the close parenthesis behind the letter instead of the period.Ex:a) Text 1b) Text 2c) Text 3Can this be done?Thanks
What does After Effects: CT bad param: invalid glyphID ( 83::2) mean? I'm working in After Effects Version 15.1.2 (build 69), as I was typing the application froze and this dialog box appears, "After Effects: CT bad param: invalid glyphID ( 83::2)". Why? What does that mean? I've researched online; ...
AME Forms Designer/LiveCycle Designer question:Is it possible to add keyboard access to trigger the 'Mouse Up' action for Regular or Execute buttons?For submit button, I can use Tab key to navigate to the button, then press Enter/Return to trigger the button action.However for other buttons this doe...