Hi everybody,I have a javascript to control a page named "Blank" to display in my form .The "Blank" page is not included in page Numbering. Here is the java code:var myCount = xfa.layout.pageCount();if(myCount%4 > 0){ this._Blank.setInstances(4-(myCount%4)); var myPages = this.resolveNodes("Blank[*]...
Hello,We are a multi national private company, located in Washington DC, we are looking for a expert LC developer with excellent JS expertise, its 3 months project, pls. reply ASAP, interview will be immediateThank you
Our client use LiveCycle Designer to design PDF forms. We've an ASP.Net Web form application, where they want us to embed the PDF form as part of our Data Entry Form. The Entry form has a Save button. And we want to save all the entry form entries (including the PDF form) in the Save button click.Th...
Hello,I am using a Java Script to add multiple lines to a blank text field. If the customer types in the field the text replaces the lines. If the customer just prints the form, them the lines remain. The problem I am having is if the customer types in the field and then needs to go back and alte...
Hello Livecycle Users, I use Livecycle workbench ES4 to build a process ,which to read a document from the file-system, but now I want to read a document from FTP(The path such as "http://192.138.1.201/Template/pdfs/Template.pdf") , how to set the process?Can someone help me ?Thanks a lot,Jing
I have a field which a person enters their full name (First Name [space] Last Name). I want to have another field obtain and return the substring/split value of the First name only (i.e. up until it encounters a space in the main string).For example: A value of John Doe will return "John"Thank you i...
If I've got a change event for a checkbox declared like this:topmostSubform.Page2.Competitions_CB.Checkbox::change - (JavaScript, client) how can I get this object path into a variable so I can process it and extract the "Competitions_CB" part? Even traversing up the object tree would be fine, but I...
Hi Experts,Please help me with the below mentioned 2 issue.Adobe Live cycle designer - Point 1: Disable "highlight existing field", by default its enabled, Code used: [but this is not working]data::docReady - (JavaScript, client)app.runtimeHighlight = false;Point 2: need to hide purple barCode used:...
I'd like to have a captioned button that a user could select or not, then I could fetch its selected state upon form data collection. Option 1 not selected:Option 1Option 1 selected:Option 1In InDesign I would just use a standard checkbox form control and change the graphics for the selected and uns...
Hi,I am developing this adobe in SAP and basically this is a bill printing. So the bill should be printed in what ever language the user selects. and there are three Indian languages (Hindi, Gujarati, Marathi) and the fourth one is English. so when they select Hindi lets assume the field GW_LANG = '...