Hi,Does anyone know if there is anyway of working with the text (rawvalue) of a text field as if it was xml (navigate throw nodes...). Of course the data assign to this object is a set of xml nodes.Thank you
Hi - I want to update the Acrobat 7.x Pro / Designer 7.0 combo on a PC which came with CS2.Can I just run the 7.1 install and let it intelligently remove and install over existing Designer 7.0 ? I ask because - unlike standalone Acrobat install, CS2 does not seem to offer you a way of manually unins...
Hi,I don´t want users to print using the standard print button of Acrobat. To do that, I used the PDF security functionality (in File | Form Properties).I do want, on the other hand, the users to print using a custom button on the form that uses the xfa.host.print function. However, I realise that t...
Hi,I am wondering if it would be possible to populate the subject title of an e-mail with data that has been entered into a form text field.For example,1. User enters data into Description field.2. User clicks the Submit by E-mail button.3. E-mail subject title is automatically populated with the da...
Hello,I am attempting to use the SOAP object to access a WSDL definition and soap service.I have use the same out of the book code that appears frequently on the forums.However, my page throws "Error: SOAP is undefined" on PDF render time with only this line:SOAP.wireDump = false;I am using Adobe De...
In the process of creating a PDF fillable using Adobe Designer, when editing a numeric field or moving a numeric field, the whole page automatically shifts 1 inch to the right. This is reflected in the PDF Preview as well. The page gets cut off on the right and there is a large margin on the left.An...
I am attempting to make a 74 page PDF file fillable. Every time I scroll past page 32 or so, Designer warps me down to the last page. I cannot even stop the hyper-speed scrolling. Any ideas on how to solve this problem/bug?
Hello,I have created a form in Designer 7.1 with one page. When clicking the Print button the script generates additional pages with the instance manager (addInstance) and then I want to print the generated pages. However, when using 'xfa.host.numPages - 1' in the print statement only the first page...
Hi Guys!I have two text fields, each one limited to 2 characters. When user enters the second character into the first text field, the focus should be set to the next one.I applied to the "full" event in the first text field:xfa.host.setFocus("TextField2")The problem is that the user must enter 3 ch...