I have used the Java API to create a user in Livecycle, but I cannot seem to find a way to give this user a password.Here is the code I'm using to add the user.http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000004.htmlAfter the user is set in LiveCycle I want the user to ...
Has anyone had any luck building the esubmissions_2_0 build? I was able to build the eSubmission.1.0 a few weeks ago with the help of the esm-gettingstarted.pdf, but I can't find the documentation for the 2.0 build. I tried to do the same thing I did with 1.0 but there are some slight differences.
Here is the XML source for that particular fragment. Obviously the that is editible is quite different from the one that is not.Maybe this can help you understand that problem.Editible:<subform x="0mm" y="135.052mm" usehref=".\fragment\LimitedWarrantyStatement.xdp#som($template.#subform.LimitedWarr...
I'm not exactly sure how they created the fragment. I don't see an embed option anywhere after the fragment is created. Do you mean when they right-click and select "create fragment," they must have the "Replace selection with reference to new form fragment" selected?
One of our customers made a form with multiple fragments. Some of the fragments on the form can be edited directly on the form, one does not have to right-click the fragment and select edit fragment.This appears to be a bug or something or perhaps they are creating the fragments incorrectly. Has any...
I am creating a dynamic form that reads in XML. I have serveral subForm chunks that may be split up over a page break. Is there a way to dynamically add something like "continued from previous page" after a subForm is paginated?
OK, I have it set up like this now, but the rows are not repeating. It prints out the first row elements and then stops. Here is my element hierarchy and a sample XML. Any suggestions?<summaryPage><row><instruction><instruction_item>instruction one</instruction_item></instruction><tool><tool_item>t...
The data is variable, so yes, it can go past one page. Is this not possible with a table as well?Could I perhaps make 2 one-column tables? Can a table read in the XML. I've tried, but I couldn't get it to work.