Hi,We followed the steps given at :: http://help.adobe.com/en_US/livecycle/9.0/adminHelp/admin.htm?content=000217.html to create and enable the SSLon ES2 instance , but we are not able to get https//<servername>;8443/ on the browser. We have seen log to debug the error, but we could not find...
I have been having a real issue trying to load data from text files (tab delimited text file) into my form.It works fine if I use importTextData() with no parameters and it prompts for the file name, then the row, but if I try and pass the path and row it comes back with a -2 result "User Cancelled ...
I am quite new to the adobe form.. and having problem with it. I am trying to get the subtotal from every page.I already put this code into the script:var fields = xfa.layout.pageContent(xfa.layout.page(this)-1, "field", 0);var total = 0;for (var i=0; i <= fields.length-1; i++) {if (fields.item(i).n...
Hi All, I planning to develope a sample application using Selection and Capture building block. I am new to this concept, Please can any one help me Step by Step process to develop the application.Thanks in advance.
Hi all ,Does Form Server comes bundled with a basic Process Management Server? Please give me an idea on what does this form server do? what is purpose of form server? what is the use and purpose of form server, Process management and reader extension? I have some idea about all these by reading som...
Hi, I posted a question and a forum user Raghu was really great, and helped to get a working demo going, but i'm still a bit lostthe demo form is attached, and as you can see Raghu has some cool code on the variables to make stuff go ALL CAPS and Sentence caps, which is what we need, and you can see...
I tried the following filter to find members of a given group as:(objectCategory=user)(memberOf=CN=QA Users,OU=Help Desk,DC=dpetri,DC=net)which does not works.Anybody can share their experience in searching LDAP for members of a group?Thanks,Nith
I want to invoke a short-lived process via REST. In the short-lived process, I have a long-lived subprocess that does nothing but stores data in the database and track submissions. When I try to add a long-lived subprocess to a short-lived one, it forces me to change the parent to long-lived as well...
This is hopefully a simple one.... but i have not figured it out after a few hours so any help would be greati want to take rawValues from text fields and use them in various places so imagineFirstName.rawvalue = "steve" and Surname.rawValue = "Brown"I want to be able to use FirstName and Surname wi...