Expand my Community achievements bar.

Adobe Summit 2025: AEM Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/5/10
    What is the correct syntax for insert a variable into brackets?  I have the following java script.----var tcount = Subform2.instanceManager.count - 1xfa.host.resetData("form1.Subform1.Subform2[tcount]");---- tcountreturns 0 (checked with text field)andxfa.host.resetData("form1.Subform1.Subform2[0]")...

    Views

    707

    Likes

    0

    Replies

    1
  • 3/5/10
    I need to lock all the fields in a form, after clicking a button.I have used the following script, seen in the documentation, but when I save the form and reopen it, the fields are all again editable.//Disabling all form fieldsfunction disableAllFields() {    // Get the field containers from each pa...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 3/5/10
    HI again everyone!Is it posible when in a numeric field(9 digits allaw) the first entered numbers are 202 a pop-up warning to come up(Please copy to...).Thanks

    Views

    2.9K

    Likes

    0

    Replies

    8
  • 3/5/10
    I have a XDP template that's merged with XML data on the server to produce a flat PDF. Several pages are sometimes produced. Everything on the form is good including page totals and grand totals except the page number. The current page and number of pages are always blank. In designer the preview al...

    Views

    970

    Likes

    0

    Replies

    4
  • 3/5/10
    Hello,we've just noticed that (I suppose since LC ES SP 3) no notification email seems to contain any whitespace (LC ES running on Win2K3, JBoss, MSSQL). I'm 100% sure that this has been working before SP3 was applied.Is there any fix to solve this issue, or a way to work around it? Or maybe we're d...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 3/5/10
    I am able to upload files to documentum server but have an issue with the uploaded file format. If the uploaded file format is .doc or .docx then it uploads as interleaf 3.x, 4.x as file format in the documentum server. I have tried setting the Document Content Type to doc but it still displays inte...

    Views

    4.9K

    Likes

    0

    Replies

    3
  • 3/4/10
    Higuys im pretty new to adobe live cycle designer es2 i have a really easy one.how do i change the boxtype or apperance of a textbox  from solid to none after pressing a buttonI have tried this on the click even tof a a button but does not seem to work.NumericField1[0].border = "None";    any sugges...

    Views

    9.8K

    Likes

    0

    Replies

    9
  • 3/4/10
    Not java savvy (unless it comes hot with foam) I have a submit button with mailto: address's. how do I get the CC to come from a field text box?

    Views

    3.0K

    Likes

    0

    Replies

    5
  • 3/4/10
    How do you align a set of mututally exclusive radio buttons horizontially in a table so that each button falls into an independent cell?  When I create a mutually exclusive set the group vertically?

    Views

    3.8K

    Likes

    0

    Replies

    13
  • 3/4/10
    I am attempting to populate a field on page 2 with the selection of a drop-down field on page 1 of the linked dynamic XML pdf (http://www.screencast.com/t/NTRiZmQxNTE).In "Subform2, the drop-down field is named, "subformOptions". Clicking on this field and opening "Change*" will show the instruction...

    Views

    1.3K

    Likes

    0

    Replies

    4