Hi all,I am reading AN XML from URL and Parsing it for dropdown lists. Now the dropdowns are in a grid and I can ADD ROWS ON RUN TIME USING InstanceManager.addInstance(). Problem is when I refresh the DropDown data with the read XML, I have to use form.remerge() so that I can save the newly populate...
Hello, I work with designer 7.0 and I ask myself if it ispossible to get a field name with java-script.The thing is that I have two text-fields or numeric fields.In one field I use a script to make a calculation and I have to getthe value from the other field.Is it possible to "detect" or get the fi...
Hi,I'm creating a form which is much like an purchase order sheet. The user can add new items by clicking on a [+] which inserts a repeated subform.[+] Item Quantity Price[-] Some item 1 $1000[-] Some item2 1 $1000 TOTAL $2000What I am trying to do is when the user hits the reset button, I want to r...
Hi all,I'm trying to install fds as service on Win2003.. i've readthat it was possible with jrunsvc but it doesn't work with the followingcommand line : jrunsvc.exe -install jrun-server "Flex data service" "FlexData Service"(I find the jrunsvc from Coldfusion installation directory)Is it something w...
hi I have 2 dropdownlistand i need copy thedropdownlist1 to dropdownlist2But i need capture the display name and value in bound in thet moment only copy the displayexample text valuedropdownlist1 = orange O lemmon JI need copy the conten int text and value of dropdownlist1 into dropdownlist2Help me...
Hello Folks,I have a couple of issues I am trying to resolve relating toFDS and EJB3.First, a question: Is it possible to deploy EJB3 sessionbeans/JPA entity beans inside the flex.war into a JBossimplentation? Currently I am having to deploy two .jars (one intoJBoss /deploy and the other into the fl...
Can we set the format of a decimal field to display zzz.999 without rounding off the value. For example,I have a decimal field with display & Edit pattern set as "zzz.999" and trailing digits limited to 3. If I enter a value 123.456, its ok. But if I put 123.4567 the value is rounded off and display...
I have a Java servlet that handles a LiveCycle Form submit. I take the XML Data that is sent, make a call to the LiveCycle Form Server to regenerate the Form with the updated data, then I write that updated bytestream to the database. Then I need to let the user know if I succeeded in updating...How...
I am trying to create emailable forms for my company's website and recently upgraded to Abobe 7.0 from 5.0 in order to do so. When I open my existing pdf in Designer (Advanced>Forms>Open in Designer) to make changes there is this mysterious background from the top of the Designer GUI behind the fiel...