Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 8/2/06
    I have two date fields, "StartDate1" and "EndDate1".When I make the EndDate1 value less than StartDate1, the "button" remains VISIBLE, but INACTIVE, and I can move on to the next field.Why does the button remain visible, why is the button inactive, and how do I force the user to enter an EndDate1 va...

    Views

    334

    Likes

    0

    Replies

    0
  • 8/2/06
    Hi! I've been tasked with automating the new hire process and the client would like to include the Federal W4 form in with a collection of other forms required for their internal new hire paperwork. So I download the form from http://www.irs.gov/pub/irs-pdf/fw4.pdf, opened it in LiveCycle Designer 7...

    Views

    904

    Likes

    0

    Replies

    3
  • 8/2/06
    Hi! I've been tasked with automating the new hire process and the client would like to include the Federal W4 form in with a collection of other forms required for their internal new hire paperwork. So I download the form from http://www.irs.gov/pub/irs-pdf/fw4.pdf, opened it in LiveCycle Designer 7...

    Views

    2.0K

    Likes

    0

    Replies

    9
  • 8/2/06
    I need some help to make the following statement work in JavaScript event in LC Designer 7.1. The same statement works well if executed as FormCalc function. I need to replace "1" with some expression. I am having trouble executing "Eval" in JavaScript.xfa.host.messageBox(eval(1+1))Thanks in Advance...

    Views

    2.1K

    Likes

    0

    Replies

    7
  • 8/2/06
    Hello everyone,I was wondering if anyone has had a problem with a formed created using Designer 7.0 that was working with Reader 7.0.5 but no longer functions with Reader 7.0.8?The form consists of a numeric textbox N1 and 2 checkboxes C1[0] and C1[1].All code is done using FormCalc.Here is the situ...

    Views

    459

    Likes

    0

    Replies

    3
  • 8/2/06
    Hi,I´m using XMLData.parse to put a xml in memory. Then I get some nodes of that XML.var xmldata = XMLData.parse(xfa.resolveNode("page2.xmldataset").rawValue, false);var nodeList = XMLData.applyXPath(xmldata, "//ItemSet"); Now, for each node in the nodelist I would like to get all its child nodes.Ho...

    Views

    545

    Likes

    0

    Replies

    3
  • 8/2/06
    Since we cannot edit the click event of the submit button, I have another button which calls the click event of the Submit button. The submit button can check for the required fields to be filled. Can I edit the code so as to if the submit button finds an empty field, display the error message and s...

    Views

    812

    Likes

    0

    Replies

    8
  • 8/2/06
    Hi,I am trying to send an email with Outlook using the following syntax in an email button:app.mailMsg(1,"", "", "", "Test", "Korean Text goes here");When the email comes up, instead of displaying the Korean text in the body it displays "... ...". If I just copy the Korean text shown here and try to...

    Views

    364

    Likes

    0

    Replies

    0
  • 8/2/06
    Hello,I have designed a dynamic form, where user can add rows dynamically by clicking a button on the form, the form is working fine in preview in designer.this form is initiating a LC WF process, but, if I deploy this form to form manager as an XDP and choose to render it to PDF, adding rows functi...

    Views

    933

    Likes

    0

    Replies

    3
  • 8/2/06
    HelloI have a TextField and set its type to "User Entered - Required" at design time and later, I programmatically set the access to readOnly. The TextField becomes read only but the validation is still active when I submit the form. Is this behavior by design? I have to change its validation proper...

    Views

    489

    Likes

    0

    Replies

    2