Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 3/4/11
    Here is my script for a email button1 which execute a invisible one(see below) and hides a Subform(form1.HR_USE.Hide_HR):var flag = false;while (flag != true){var CheckPW = xfa.host.response("Password required", "Comments", "", 0);if (CheckPW == "123"){form1.HR_USE.Hide_HR.presence="hidden";form1.HR...

    Views

    1.2K

    Likes

    0

    Replies

    1
  • 3/4/11
    I have a scripts that checks to ensure users have added Denial comments.  If the leave the Comment field blank then it gives a pop-up to puts the focus into the comment field.  It works perfect with Reader9 ...but doesn't recognize the comments in ReaderX now.  What is really strange is if you leave...

    Views

    724

    Likes

    0

    Replies

    0
  • 3/4/11
    Hello, I design dynamic XML forms in LifeCycle Designer ES. Because many of our users use Adobe Acrobat 7 Standard, I choose the corresponding Reader target version. When 7 Standard users use one of the dynamic XML forms, an error message pops up stating:"Bad value: 'designer_defaultWindowOrphanSett...

    Views

    620

    Likes

    0

    Replies

    2
  • 3/4/11
    I'm a bit desperate I have to admit. I just want to create a nice form where the content can "grow" according to the demand of the user: Cover page, index page, followed by two pages with tables. If the user has a large dataset he should be able to duplicate those last pages and rearrange them at wi...

    Views

    959

    Likes

    0

    Replies

    2
  • 3/4/11
    Hi,I have written following email script on button(not Email button). The problem is the functionality is not working in Adobe Acrobat Reader version and it is working fine in Adobe Acrobat pro and Adobe Standardvar mail;var saddress = "test@abc.com";var subj = "Test Subject";mail = "mailto: " + sad...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 3/4/11
    I have created an editable PDF, I have also created a button so that the person completing the form can press to submit and clears the form for the next candidate. What I also want the button to do is rather than bring up the Save as dialogue box, automatically save to a folder on the desk top. Can ...

    Views

    6.9K

    Like

    1

    Replies

    5
  • 3/4/11
    Hi,I do need assistance for creating a valid UPS Maxicode.My string which is used in Livecycle ES looks something like this:[)><RS>01<GS>96303281483<GS>840<GS>001<GS>1Z12345675<GS>UPSN<GS>123X56<GS>187<GS><GS>1/1<GS>37<GS>Y<GS>123<FS>567<GS><GS>GA<RS><EOT>But the output with the barcode scanner is:0...

    Views

    714

    Likes

    0

    Replies

    0
  • 3/4/11
    Hi allwe have re-designed our (existing) DDX-templates with the Document Builder in LC Workbench. The DDX templates are used to assemble PDFs with LC Assembler-Service.Now my question: Is it still possible to use XPath-expression in the DDX template? Please find our example below:The XPath expressio...

    Views

    611

    Likes

    0

    Replies

    0
  • 3/3/11
    I have a 4 pages form and I want to be able to print1 copy of page 1 and 2 copies of page 2-4.I have tried this script for printing but it works a bit clumsy as the user will have to accept the printing twice, because Acrobat displays a warning even though I don’t show the print menu in the second p...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 3/3/11
    I have placed a script object on my form to control the field color and it works fine in Adobe Reader X but not in previous versions of Reader and not in Acrobat pro 9. Can anyone tell me what’s wrong?The script object looks like this: form1.#variables[0].RGA_format - (JavaScript, client)function RG...

    Views

    1.1K

    Likes

    0

    Replies

    3