COLLAPSED:EXPANDED:Currently in the "Borrower Names" List Box I have my code as (in the ENTER event):this.clearItems(); this.rawValue = null; var nCount = Section2.Table1.instanceManager.count; var nCount2 = Section2.Table1.instanceManager.count; for (var i=0; i<=nCount; i++) { var v...
How to add negative numbers such as tax credits and discounts in an expanding table. The "Total" field only adds the purchases which are debits but does not add the credits.
Dear Adobe users and experts,I am currently in the following situation, I have a template for a sales document made in Adobe LiveCycle Designer.This template is used by another program to inject data in it and generate PDF sales documents.One of the main point with that template is that it contains ...
Hello experts!I have problem. ... need help.This form for SAP.Have this table warping in subform.with this settings.If i tap to arrow and trying insert columni have this errorWidth column can't resize.How can i insert column?How settings i must change?
I have a dynamic form that goes through a workflow. When the workflow is done and the form is complete, I need the final user to "finalize" it by printing it to PDF so that the dynamic properties are removed. We store these PDFs in a system that can't work with dynamic PDFs. When I place a print but...
Hi,I've created dialog with list box control. After populating with some data, I get wrong alphabetical order of items.Specifically item with character "č" is added on the end of the list[1] When i change character "č" to some other latin charcter like "š" everything works like charm[2]. Can you rec...
1. Is the Interop.ACRODISTXLIB.dll library still being distributed with the current version of Acrobat? (This permits programmatic distillation.) 2. Is it being distributed under a new assembly name? (Have not found any references to it beyond 2010.) 3. If it still exists, does the Acrobat installat...
The very first form I created in LiveCycle Designer has a "check form" button with code to check mandatory fields. If the fields aren't completed, a message box appears and the field is highlighted in red. Once the field is completed and the user clicks the check form button again, the red highlight...
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...