I have searched in google for this and i found this // Current Date in MMM DD, YYYY style in uppercase. $.rawValue = Upper(num2date(date(), "DDMMMYY"))but i don't want the current date, i want the date i select in the Date/Time Field.i tried this but it didn't work $.rawValue = Upper($....
LC ES2 9.0.0I'd like end users of pdf forms to be able to insert working hyperlinks into text fields. Can this be done? I tried to create a text field in a form, but the hyperlink only reads as text and not as an active link. Is there a setting, or special type of field somewhere, either in LC ES...
I have a form with a drop-down field that has 3 possible values (Today, Tommorrow, Next Week). Below this drop-down field is text field (TextField10) that needs to be filled out by the user ONLY if "Next Week" is selected in the drop-down. I would like for TextField10 to be hidden unless "Next Week"...
I have a requisition form that consists of three major sections - a header, a details table, and a footer. The details table must be able to expand to fit, which means the form must be able to flow onto a second page. All the fields in the header must repeat on the second page. The footer should onl...
Hi,i have a field in the masterpage that i need to hide on some particular pages of a pdf form.the scope is to hide the field called "phone" in an empty pages named "BlankPage"this is my PDF structure:- form1 - (Master Pages) - MASTER (with the field that i need nto hide: "phone") -...
Is it feasible to write code that loops through a table in a form? I'm currently writing separate sections of code for each row of a five-row table to validate data entries.
[Thread Edited By Adobe] /*Don’t forget to meet and greet your fellow peers virtually by telling them about yourself here. Go ahead and to it now: https://adobe.ly/3eDnB4v */ Actual Question: the pdf file in which i kept my pictures gt corrupt. i used image extractor tools but for nothing. please...
Hello,I have a subform that is bound to a node in XSD which will have mutilate occurrences at runtime. The subform has just one textfield which prints the name of such item. My form has three pages and I need to use this same subform on Page 1 and Page2. Problem is that it works on Page1 but does no...
Hello,I have a specific question -I have a PDF template that I am designing in Livecycle Designer ES2. The data binding is XML Schema. For one of the fields I need to bind the data with some formatting.For example: If my XML (based on the schema) is as follows...<xml:element name="EffectiveDT" value...
I have yet another dumb question. I have a subform with a field displaying the instance number for that form. It is in layout:ready this.rawValue = this.parent.index + 1;How do I retrieve the value of that field for use elsewhere on the form? I have tried getting the value as itemno.rawValue but ...