How to display the time when the file was open and keep that time only, I have used the inbuilt Date & Time Field and use RunTime Property, now what happens is ..when document is opened it shows the current date and time.. but it time keeps on running. I want to make it static once the file is opene...
I have made a expandable form which works fine and expands to infinite number of pages..... but i want a footer on every page beginning from page 1 which says P.T.O. (except for last page) and Continued ... on the top of every page (Starting from 2nd page).Thanks
Hoping someone has faced a similar problem and can assist!I created a dynamic PDF form in LiveCycle Designer that embeds a specific branded font. The font's embeddability is "installable", so will allow embedding.I have never had an issue embedding the font in InDesign, Illustrator, etc. The form pr...
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, I am attempting to dynamically change some colors on my form based on a condition with the following code:data::ready:layout - (JavaScript, server) if (xfa.resolveNode("data.#pageSet.DocumentHeader.TYPE").rawValue == "G2"){ xfa.resolveNode("data.BODY.ITEM_DETAIL.HEADER_DETAIL.Total.border.f...
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 ...
I want to add Five Fields (numeric) and also allow user to enter "-" (dash sign) if no value is present instead of 0.but when i put "-" in any field it returns NaN.Following is my script :var n1 = Number(this.getField("Text1").valueAsString);var n2 = Number(this.getField("Text2").valueAsString);var ...
if (this.parent.instanceManager.count = 1){ this.rawValue = " Yellow";} else{ this.rawValue = "Pink";}i use this script in a dynamic formbut always same value appeared in all new addinstance plz help whats wrong in script.
Sir i have a new queryin a dynamic form add instance create multiple row by click a buttonTable4._Row1.addInstance(0);value of Table4.Row1(0).cell1.rawvalue, Table4.Row1(1).cell1.rawvalue, ............can be copy in a textfield?