Hello all,I'm in the process of trying to deploy LiveCycle.ear to a JBoss 3.2.5 app server that's using mySQL as its database. However, from the server logs, it seems that LiveCycle.ear is not able to be deployed successfully. Here's an excerpt of what I see on the jboss console:17:29:01,154 INFO [T...
I am creating several forms for my company and I have a field (data drop down list) that refers to the facility name that the form is being used at. I have a MS Access DB that I have made a connection to using he Jet 4.0 driver. It makes the connection fine (or so it appears) but when I try to actua...
I've got a couple of questions about how to do a few tasks in Designer. First, a little background:<br />I've got a dataconnection called "report_data" that's derived from and xml schema. The structure of the schema is somehing like this: <br /><report><br /> <job_description><br /> <name...
Afternoon all:I'm having a problem with the fields not exporting in the expected sequence. There seems to be no consistent order to the export of fields either--I am expecting it to follow the tab order and it doesn't. I also tried setting the field names alphabetically (since you cannot start a fie...
I'm trying to set up a form so that a text field will populate with default text (that could later be edited by the end user) based on a users previous drop-down selection. For example:The end user is putting together a proposal for a client and is able to choose the type of proposal or service from...
Hello,<br /><br />I'm in the process of trying to get Forms, Form Manager and Workflow server up and running. First, some information on the environment:<br /><br />OS: Red Hat Enterprise Linux ES release 4<br />App server: JBOSS 3.2.5 <br />Database: mySQL 4.1.12<br />JDK: 1.4.2_11<br /><br />After...
I need to verify that the user signed the form. We are using a signature pad to capture the electronic signature. And then using the code below in a button to validate. If the signature is left blank I do get the message that the "Signature is not valid: signature is blank". But if I complete the si...
Hi,I'm trying to develop a form in which a secondary dropdown is populated based on a selection from a primary dropdown.The idea behind this is as followsThe first dropdown is bound to a database.From this dropdown a user would select a project.This selection would form part of a 'WHERE' clause in a...
I am able to get the URL attribute of an image field:> app.alert("Image URL = " + imageField.value.image.href);However, when I tried to change the value of the URL attribute, it did not work as it should. The value has changed but the image field don't refresh its content. > imageField.value.image.h...