Can we have a form that can change dynamic ally a graph base on user input.example: drawing a line using 2 points coordinate.RegardsJean-Marc FlamandMass property engineer specialistBombardier Aerospace
hi,I have some checkbox on the Form, when user click on the checkbox without entering any data to other fieds on the form. the barcode calculate event is not trigger. Therefore the value in the barcode is not set correctly.I try to look for some code to trigger the calculate event. I cannot find it ...
hi,I have some checkbox on the Form, when user click on the checkbox without entering any data to other fieds on the form. the barcode calculate event is not trigger. Therefore the value in the barcode is not set correctly.I try to look for some code to trigger the calculate event. I cannot find it ...
When setting up a new form to fill and submit it only allows for one email address to be entered. How do I enter more than one email address for submittal?
Hello. I'm trying to design several forms using a large background graphic along with several other overlays (defined by the form user) that contain transparent backgrounds. Unfortunately, everytime I go to change the graphic, the program won't recognize the transparency of the overlay and substitut...
I have a drop down like so....Label Value"Selection 1" 1"Selection 2" 2However, in the change event, the rawValue is always the prior value, not the newly selected one. xfa.event.newText will give me the newly selected label but I need the newly selected value.For example, if the current selection i...
Using Designer 7.0 to create a form.When opening the form in Acrobat Pro 7.07 Commenting Tools are disabled. In the Security Settings for the Document it states that the Security Method is None, but that Commenting is Not Allowed.Is there any way to allow commenting/stamps on forms created with Desi...
I am sure that this has been answered before but I am going blind trying to find it. I have a form with a dropdown listing several communication methods. When "Phone" is chosen, I need a numeric field to appear requiring them to enter a phone #. I want the numeric field to be hidden unless phone is ...
I am running this script to change the value of a given field upon choosing an item from a drop down list what am I doing wrong that is not making this work?:if (form1.#subform[0].Subform1.room.order1.Rooms[1]==1, "$750.00")if (form1.#subform[0].Subform1.room.order1.Rooms[1]==2, "$300.00")if (form1....
Hello, I'm new to designer, and I'm trying to make a form in which there is a table with multiple rows. The fields in each row are populated by a drop down list in the first column of each row. The drop down list is populated by a Microsoft Access database, and everything is all right with the conne...