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, My requirement is to have a FIX QR code size. But i see if my data in the binding is changing the QR code size s also Changing. I need to convert Purchase Order Line item data to QR code , Please help. Thanks,rakesh.
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 ...
BackgroundI have 2 Floating Field of Text Field type that are bind to same Context.I would only like to have one of them to be shown in all UpperCase.I've tried to include the below in its layout:readythis.rawValue = this.rawValue.toUpperCase();But with the above, it changes the rawValue of the 2nd ...
I am printing a nested table on form with headings. It prints data as shown below which is fine.H1 L1 L2 L3H2 L1 L2 .....I have setting selected to continue printing to next page in case of overflow and print Header in all pages. My requirement is check where in the page the heading is ge...