Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 7/28/09
    I have a pair of radio button groups with the same name that I have set to Global binding.  The radio buttons in these radio button groups have script in the change event.  The problem is, when I click on a button in one group, it doesn't fire the change event in the other one, even though the corre...

    Views

    2.0K

    Likes

    0

    Replies

    4
  • 7/28/09
    I am limited in my JavaScript coding abilities. I am building a rather large homeowners insurance application that ultimately computes the premium. There are a ton of options that affect costs and I need a way to store a few numeric values. LC Designer doesn't appear to allow numeric variables (only...

    Views

    1.8K

    Likes

    0

    Replies

    7
  • 7/28/09
    Hi,  My form got 2 master pages. Each master page will display atleast once in the output preview. First page displays table data which may or may not flow to the second page depending on the no.of records. But, the form will show both the master pages in pdf preview( even if the second master page ...

    Views

    1.8K

    Likes

    0

    Replies

    6
  • 7/27/09
    I want to pass a value/variable when calling the .pdf file through URL from another html page. Is it possible to do this? Do i need to do anything on the pdf itself?Thanks loads.

    Views

    2.1K

    Likes

    0

    Replies

    1
  • 7/27/09
    I have a form that I'm trying to update in a certain in-house web application.My problem is that the first field on the form seems not to exist.  I can view the field and its properties in the Designer, and the associated XML source looks valid, but when I export or submit the form data nothing gets...

    Views

    869

    Likes

    0

    Replies

    2
  • 7/27/09
    I need to figure out how to make the rawValue of a textfield in a table header change when that header is repeated on the next page.  I have a table where multiple instances of a row can be added, and it could cause a page break.  When this happens, I want to take some information the user will have...

    Views

    2.0K

    Likes

    0

    Replies

    4
  • 7/27/09
    Using LiveCyle 8.2.1x and Acrobat Extended Pro 9.1.2.I have a table on my LC form, and in one cell I've got some text.  For some reason, I can't edit, access, or even click on that text object anymore.  In the Hierarchy tab, it shows as "Untitled <draw>", with a question-mark icon.  When ever I clic...

    Views

    7.8K

    Likes

    4

    Replies

    6
  • 7/27/09
    Okay, small issue, I can't figure out how to grab the first word from several in a text box. Here is the code that captures the full line:var LSTN = "LSTN"+xfa.form.OUTSTCHK12.FormPage1.Subform1.PayeeLastName.rawValue;If someone could please help I would be very greatful.

    Views

    959

    Likes

    0

    Replies

    4
  • 7/25/09
    Hello,I am using the followig script to submit a form:var Mailto = "me@myCompany.com";var mySubject = "This is the subject"; var myMessage  = "Please find attached my file.";var Mail = "mailto:" + Mailto + "?Subject=" + mySubject + "&Body=" + myMessage;event.target.submitForm({cURL: Mail, bEmpty: tr...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 7/24/09
    Dear all,I am working with LiveCycle Designer ES 8.2 (German version).I have a form with a datetimefield (the value can be changed by the user). The date is shown like  "date{D.MM.YY}"and it must be like this. The display cannot be changed to "date{WW}" and thus "this.formattedValue" will not work o...

    Views

    2.0K

    Likes

    0

    Replies

    1