On an Adobe Form, I have 2 Numeric Fields with the following details:Data Format:DecimalDisplay Pattern: zz9.99Filed Type is NumericAppearance:CustomIf I add 1.46 + 74.24, instead of returning 75.7 it is giving me the value of: "75.6999999"The addition is posing problem for only certain values, it i...
Hi all,I am having some trouble storing and retrieving an xml variable in a custom DB. Can it be done via the jdbc-services or do I need to create some custom code which I call in an execute script?In either case, how?Thanks in advanceSincerelyKim Christensen
Hi, I am compiling flex application on server (tomcat 6.0) andusing browser firefox2.0 . The application runs well , but wheneverI shutdown server and still try to access application functionality, it don't return any fault code and noting happens. The same application runs well on Internet Explor...
Hi, I have created an interactive form with show/hide certain subforms with add Instances, with calculations using Designer 8.1.1. I have saved the form as a dynamic xml form (I can see that this form is compatible with 7.0.5 or higher) Now when the form is online I have customers who use 8.0 or 7.0...
Hi guys, first time poster so I apologize if this is a basicquestion! I am creating a Media cataloging application to run as adesktop application through Air, I initially built this as a Flexweb app but have decided I want it as a standalone. Anyway myproblem is this, in the web version I was using ...
I am currently running Adobe Pro 8 and use Groupwise as my primary email carrier. When I am creating a form and try to distribute it to myself to test to see if it works, I get a message that reads, "Failed to distribute the form via email. Detailed error: An error occurred while sending mail." Any ...
Hi,I've wondered if there is a possibility to insert a certain page when rendering the PDF using JavaScript.I've a table that contains n records. If the table reaches for example page five, I want to insert a page (cover sheet) because the following pages should be packed into a separate envelope an...
I am new to adobe designer and I'm designing a form which takes a start date and an end date from a date time field from which I want to calculate the number of working days excluding saturdays and sundays to be displayed in a text field.......can anybody help me out on this??formcalc code is: NumOf...
I am new to adobe designer and I'm designing a form which takes a start date and an end date from a date time field from which I want to calculate the number of working days excluding saturdays and sundays to be displayed in a text file.......can anybody help me out on this??formcalc code is: NumOfD...
Hi, I do a form (test1.xdp) with a Textfield (A) and a CheckBox. When I click on the checkbox, the text appears.It works on the preview Pdf tab.But I use this form in a workflow but when I click the box the TextField doesn't appear. Javascript in the checkbox click event if(this.rawValue==1){ xfa.ho...