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...
Hi,I have an problem with generate dynamic assignments to an image.In my Data Connection (xsd) I have url's for the images. Now I will give an image an dynamic binding to that url. When I do that I see nothing. It doesn't use the value as URL of the image.How can I get an dynamic loading of the imag...
Hi,I have an problem with generate dynamic assignments to an image.In my Data Connection (xsd) i have url's for the images. Now i will give an image an dynamic binding to that url. When i do that i see nothing. It doesn't use the value as URL of the image.How can i get an dynamic loading of the imag...