Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 12/16/09
    Hi,I want to create a form which prints silently, and bypasses all settings such as scaling and Duplex settings - I've created a sample form (attached) with the following script on a button click eventvar myDoc = event.target;        var pp = myDoc.getPrintParams();        // Insert your Printer nam...

    Views

    4.8K

    Likes

    0

    Replies

    14
  • 12/16/09
    ***Edit - Sorry I meant to post this in the ES / ES2 thread - I have posted a copy there with the attachment***Hi,I want to create a form which prints silently, and bypasses all settings such as scaling and Duplex settings - I've created a sample form (attached) with the following script on a button...

    Views

    655

    Likes

    0

    Replies

    0
  • 12/16/09
    I noticed that there was a new SDK Release.  What where the additions/changes? I checked the Release notes, but the info there is still for release .94

    Views

    1.7K

    Likes

    0

    Replies

    4
  • 12/16/09
    I have a form I'm building in LiveCycle Designer ES that has a large table.  I have written script to add three cells together.  In Excel, I can drag the calculated cell down, and the formula copies all the way down, as far as I drag it, and the formula automatically enters the adjacent fields so th...

    Views

    575

    Likes

    0

    Replies

    1
  • 12/16/09
    Hi,Need help with scripting. I'm creating a Menu Page where in I list the PDF files and right beside it put a PRINT BUTTON which of course will print that specific PDF file. Is this doable or not?Thanks.VicZam

    Views

    582

    Likes

    0

    Replies

    0
  • 12/16/09
    Hello,For years in some of my companies forms, we used the following code:if (_RepeaterAdditionalInsured.count > 1) {_RepeaterAdditionalInsured.removeInstance(this.parent.parent.index);SaveButton.presence="invisible";SubmitButton.execEvent("click");   //this causes the reform to refresh. But then we...

    Views

    441

    Likes

    0

    Replies

    0
  • 12/16/09
    Hello, i want to deploy the applications in Mosaic. I'm following these instructions:Use the Ant build files provided with the Mosaic ES2 installation to deploy sample applications to the server.To run Ant, type ant from the command line. When you do not provide arguments, Ant looks for a build.xml ...

    Views

    4.3K

    Likes

    0

    Replies

    9
  • 12/16/09
    I have a form that I'd like to set up to only print certain subforms when a checkbox is clicked. They can be viewed on the screen, but they simply won't print unless they have been checked.I'm not certain how to go about this. I already have some radio buttons that I am using to hide or display a co...

    Views

    503

    Likes

    0

    Replies

    0
  • 12/16/09
    Any script available that upon clicking can display name of person who is logged into computer/network or even email account.  The older version 'Adobe Designer 5.0' had a feature called form.environment("Username") that captured user name.  What I ideally would like to perform is auto-populate empl...

    Views

    482

    Likes

    0

    Replies

    1
  • 12/16/09
    Is there any way to stop the override warning (for override fields) from appearing at runtime?  Thank you!

    Views

    647

    Likes

    0

    Replies

    1