Dear All,I am workking on LiveCycle Designer form and I wanted to add one column in Table ( Table has already been declared and have 7 columns )Even after reducing the size of the columns to accomodate new column it is still giving me the error of insufficient space. I tried with a new form and adde...
Hello,I have a field on my Master Page with a specific data binding. When i preview the Form, the data is displayed just as i wanted it, but if i create the Form with my printing Programm, the field on the Masterpage is empty. I do not unterstand why it is working in preview, but not while printing....
is there anyway that line through/Strike through a word in a text field by click button.e.g. in a textfiled "he is a good/bad boy."by click a button "he is a good/bad boy.plz help me
Hello guys,I need to change, by javascript code, the height of a textfield of a table repeatable n times and connected to a data connection, in order to have the same height for each textfield of each repeatable table.Below is a screenshot of the structure of my form:This is my Javascript code writt...
Hi,I have a Form that roughly Looks like this:For Explanation:i have two Masterpages "FIRSTPAGE" and "NEXTPAGE" with FIRSTPAGE having two Content Areas. Subform "HEADER_INFO" is displayed in "CA_HEADER_FIRSTPAGE". Subform "MAIN_AREA" is displayed in "CA_FIRSTPAGE". The table "FLOATING_TABLE" can gro...
I can't find a direct anwser - is there way to link works in a popup to external sites/email? This is my code:if (this.rawValue == "1" && this.resolveNode("Row5.TypeofProjectTrainingStateVALE").rawValue == "1") { xfa.host.messageBox("No one funding source can fund both of the project types you sele...
Is it at all possible to make a 3 state checkbox without having livecycle (I'm using acrobat to make a some "simple" forms). Any help would be greatly appreciated
Hello,I'm quite new to livecycle designer and I am trying to design a form with 2 sections. Top and mid sections must print the same table and with a fixed row count. For ex, top section must print 9 rows and then should flow to the next page(top section) and similarly bottom section prints 9 rows a...
Hi All,I have a form which has multiple insertion points and the fragments are stitched dynamically. Also this form has some non fragmented part or static parts.The fragmented part/insertion points will be handled from workbench and for static parts we are handling from using initialize/DocReady eve...
I've tried for multiple hours over two days now to get the xfa.host.print command to function properly in the prePrint event. When I use the following javascript command in a button, I get the proper results but using it in prePrint causes the print dialog to continuously loop back. I cannot use the...