is it possible to use assembler to create a child page or arrange documents in a hierarchy?I thought I'd be able to do it by just setting it out the way I want it in the ddx file.(something like this) Thanks
Hi, I'm new in Flex technologies & java Technologies, but iliked too much the way it's resolved the communication with de JavaServices & my Pojos.The question is: My Flex Client , define a .As…. comunicate via LCDSwith the server to an Java-Assembler-Service, who recibed thepetition …..¿¿¿¿ the Java...
Hi,We have a subform that is being used in about 20 places in a dynamic PDF form and basically showing/hiding this subform and setting it's internal object values based on user's selection somewhere else in the form. Using the normal way of scripting this subform and its objects directly is working ...
Hi All,I have created one drop down list and linked with xml schema.I want to initialize the drop down list with values at tun time.Then I want to get the drop down list values in form initialize event.How to do that?Please any one help me.Thanks,Saravanan G
Hi, has anybody tried setting up a Data Source in a Windows/WebSphere/Oracle9 environment?I followed the LC-ES WebSphere install guide, and configured an Oracle Data Source. But when I did the "Test Connection" from WebSphere's console, I got the following error:The test connection operation failed ...
I am trying to pass values to a workbench process that is invoked by watched folders. What I need to be able to do is at least provide a path (string) to the process so that it knows where to store one of the result files. This value is not always the same and for reasons that I don't want to get in...
We are trying to submit a PDF over the Internet that is received and then dropped to a share for pick-up (a few millisecond delay). A second process then picks up the PDF, attaches it and then sends it out. We want to execute these two events in the form.<br /><br />What happens in the following c...
I installed the turnkey solution and, not realizing that I would not need to work with PDF Generator, installed the trial version of Acrobat Professional. I then created some forms in workbench but, when my trial expired, had to uninstall Acrobat professional. Now when I try to open any of my forms ...
I use the JDBC - Query Single Row service in a process to query LC's "edcprincipalentity" table.The exact SQL statement specified in the property sheet is this:select commonname, email from edcprincipalentity e where e.id = '{$ /process_data/@InitiatorGUID $}'The Data Source name in its property she...