I know this may be a novice question, but can someone please explain when/why xfa.resolveNode is used form design? Is it a form of shorthand to keep from referencing a parent subform?Thanks in advance
Hi, How do I disable a form, including its fields and buttons, with a press of a button (possibly with Acrobat Javascript)? Is there a function that will block all fields? This blocking must be permanent, that is, once the button is clicked all buttons should be disabled, allowing only t...
Hi...New here... Version 8.2.3 running in SAP.Want to format a single address line from 4 individual fields... City, State Zip-codeWant the City, seperated from the State by a comma and 1 space.... and State seperated from the Zip-code by 1 space.Examples...Boston, MA 07884Fountain Valley, CA 76877...
Hello!A client wants to use PDF forms (around 2000 forms) in their company, most of them using JavaScript or FormCalc scripts, but today their employees (thousands) are not allowed to activate JavaScript in their computers. Obviously this will have to be changed.They say their security people...
Hello!A client wants to use PDF forms (around 2000 forms) in their company, most of them using JavaScript or FormCalc scripts, but today their employees (thousands) are not allowed to activate JavaScript in their computers. Obviously this will have to be changed.They say their security people are...
Hi,We need help in field level validation.The requirement is Text Field should not allow special charecters and Numbers.We have written following script in Exit event to restrict special chars and numbers.if(this.rawValue == null || this.rawValue == "") {// Nothing}else if(!this.rawValue.match(/[a-z...
Basically, I would like the text in one text box to be split up to auto-populate other textboxs in my form, each peice of info is separated by a "-".Example:Main Text Box: "Data A - Data B - Data C - Data D"Question 1: Data AQuestion 2: Data BQuestion 3: Data CQuestion 4: Data DBasically I want the ...
Hello!I have a big quantity of forms being imported from JetForm format (IFD) to be converted into PDF.One of the difficulties we're facing is we cannot (so far) change the interval value between the grid lines, so it's difficult to edit object with milimetric precision.Another difficulty: in JetFor...
Hello,I have problems with the creation of two row headers in tables, especially with the repetition of these two headers when overflow the table in another page.I created three tables in one Subform (ASUNTOSP, ASUNTOSN, ASUNTOSO). Each table has two headings (one is the title of the table and anoth...
Hello!Is there a way of activating an automatic tab behaviour when the user reaches the end of a field with limited character number?I'd like the cursor to jump to the next field in tab order automatically.Possible?Thank you for any hints!Marcos