Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 2/8/12
    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($....

    Views

    6.5K

    Likes

    0

    Replies

    8
  • 2/6/12
    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...

    Views

    9.6K

    Likes

    0

    Replies

    3
  • 2/3/12
    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"...

    Views

    23.4K

    Like

    1

    Replies

    9
  • 2/3/12
    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...

    Views

    9.4K

    Likes

    0

    Replies

    5
  • 1/25/12
    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")     -...

    Views

    3.5K

    Likes

    0

    Replies

    1
  • 1/13/12
    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.

    Views

    8.8K

    Likes

    0

    Replies

    4
  • 1/7/12
    [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...

    Views

    83.8K

    Likes

    2

    Replies

    6
  • 12/2/11
    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...

    Views

    13.3K

    Likes

    0

    Replies

    9
  • 11/29/11
    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...

    Views

    12.7K

    Likes

    0

    Replies

    7
  • 11/23/11
    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 ...

    Views

    12.3K

    Likes

    0

    Replies

    14