I am trying to dynamically change the logo on an adobe form using XML data binding. That is, if my XDP form has an ImageField like the following, I would like to pass in various values (ex. logo1.jpg, logo2.jpg) for the 'href' attribute on the 'image' element.<field name="ImageField1" y="0.2999mm" x...
I am using Spring and Hibernate 3. The problem I am runninginto is lazy loading, the session is getting blasted when Flextries to create an object that has sets. <set name="loans" inverse="true" lazy="true"> <key> <column name="amortization_type_id" /> </key> <one-to-many class="com.gcloans.dao.hibe...
Hello,Can anyone explain to me in plain english how my Flexapplication uses FDS to connect to an oracle database?Ok, so the mxml/swf calls the dataservice.... WHERE is thedataservice? WHAT is the dataservice (functionaly a servlet?)?? HOWis the dataservice configured?? Do I use J2ee connection pools...
Hello,Is there a way I can programatically generate an XDP from a PDF using livecycle or any other tool? I have looked at the XPAAJ library but was VERY disappointed with the XDP file it exports. Not only is it all encoded in a binary "chunk", but it doens't even load in lifecycle.I essentially want...
Has somebody faced the problem with Live Cycle designer getting crashed even with resizing the control. Since yesterday it has crashed almost 10 times on my machine and mots of the time when I try to resize or move around the controls.Thanks
Hello all, I have a 4-page PDF file. I need to print out this document for 4000 employees. However, I need to put the employee's name and address at the top of the document. I have a CSV file and an XML file with all of the names and addresses but I am having trouble merging this file into the PDF d...
Hello everyone,Since the image field will always be in the front I have a problem. I want the user to choose an image. This image should be in the background but after having chosen the image it appears in the front covering every other object. So what I'm thinking about is creating an image object ...
Depending on the magnification of a Sunken Box, the outline of my text boxes is missing the bottom and/or right lines. It seems to be completely arbitrary, as some boxes are missing them, and some boxes are not.Can someone explain?Thanks
I need some help to make the following statement work in JavaScript event in LC Designer 7.1. The same statement works well if executed as FormCalc function. I need to replace "1" with some expression. I am having trouble executing "Eval" in JavaScript.xfa.host.messageBox(eval(1+1))Thanks in Advance...
Hello!I was wondering if there is a function to find a field by name in a PDF.I already saw a lot of examples using Resolvenode, however, these examples always used the path to the node (page.subform.etc). Because I don´t know where the field will be or even if the fields really exists, I would like...