I have two master pages in my Adobeform and i need to get the current master page number to assign that value to the field in subform of bodypage.i have tried below things to get current master page number and total count of current master page but it is giving page numbers including all the master ...
Dear Friends,i have a requirement where i need to make a subform in table row(cell) visible/invisible dynamically.My Code:data.#subform[0].#subform[2].#subform[3].GT_TABLE.DATA[0].#subform[1].#subform[2]::initialize - (JavaScript, client)var length = xfa.resolveNodes("data.#subform[0].#subform[2].#s...
Hi,I'm trying to hide a row inside a dynamic table if data in cell2 has "Old Statement". If cell2 has the name "Old Statement". Hide that whole row. My code only hides the 1st row.if (statementForm.sfStatementForm.sfStatementSummary.sfStatementEntries.tblstatementEntry.rwStatementEntry.Cell2.rawValu...
Hello,I have an Adobe form that can be displayed on 1 or multiple pages.The Adobe form is composed of a header, a table, a total, a "References" block and a footer.The header and the footer are present on each page.The "References" block is only displayed on the last page.The number of pages depends...
Hello everybody, i am pretty new to the LifeCycleDesigner and especially JavaScript. So, bear with me and my and my basic questions, which I am still unable to really understand (even after googling for days).I am using the designer within SAP and want to create a form for purchase orders. In this f...
Hi Dears, I write to you because I haven't found any documents that can help me. In practice, I have a table where I insert the positions added by SAP Cloud for customer. Once I generate the summary, however, I need to hide some specific positions (the common factor between these items is that they ...
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 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...
Hello,I am using Livecycle Desinger in SAP. Here i made a Form for working Hours of customers. When i call the Form say with 3 customers (all in one PDF), i have the issue that i am not happy with the pageCount. In most cases for each customer 2 pages are created (can be more). So for 3 Customers i ...
Hi All.I developed form with table and I expected that when table content increase it will break to next page and repeat header. In table property I checked Allow Page Breaks within Content. But unfortunately when content of table reach the end of page it doesn't break to next page. What need to do ...