I am new to Designer - I have been successful in creating an interactive form where the use clicks on a radio button - 5 choices for each statement - and then the score is calculated.Now I Want to create a questionnaire with fill-in-the blank text fields. I want to test for values in each field - fo...
Anyone know the simple code to display the date and time in the same field? What I mean is when the form would load it act as a timestamp, 12/12/2005 6:30pm. Right now all I have is this:$.rawValue = num2date(date(), DateFmt(1))Which only displays the date.Thanks
I am new to Designer - I have been successful in creating an interactive form where the use clicks on a radio button - 5 choices for each statement - and then the score is calculated.Now I Want to create a questionnaire with fill-in-the blank text fields. I want to test for values in each field - fo...
I am new to Designer - I have been successful in creating an interactive form where the use clicks on a radio button - 5 choices for each statement - and then the score is calculated.Now I Want to create a questionnaire with fill-in-the blank text fields. I want to test for values in each field - fo...
I developed a large PDF form created in designer for use on a Fujitsu Lifebook Tablet PC. The users are selecting a dropdownlist with the digitized pen(stylus), and immediately the dropdownlist does not select anything, then when the user clicks it a second time, the value is selected. Any thoughts ...
I have an application form that people fill out and submit for consideration. After they open the doc I want it to generate a random number for a confirmation code that they can include in the memo field when they mail in a check to be approved. I think I just need a number field with an initiate ca...
Does anyone know how to use Time2Num to determine the time difference?I have tried the following FormCalc in "calculate" with variations of "HH:MM:SS" and anything I do yields a calculation result of "0".if (HasValue(timein) and HasValue(timeout)) then $ = (Time2Num(timeout,"H:MM A") - Time2Num(time...
I have worked with adding more instances of subForms but only adding more to the end.How do I add an instance after a certain subForm?For example, if I have 6 instances of a subForm and I want to insert another instance of the subForm after number 3 how do I do it?Or can it be done?
Hi, I've just started trying to create forms with Designer 7.0. I have managed to import a Word document and have found it easy to tweak the appearance and add different types of fields, but I have a couple of questions that I just can't figure out.1. I have created text fields in certain areas, but...
I am passing in xml that merges with xdp at runtime. This works fine expect for radio buttons. I have a radio group that has 3 radio buttons with values 1,2,3. In the xml if I pass in 2 for radio group, I expect the second radio button to be selected when xdp loads at runtime. Also, the selection of...