Print dialog opens automatically

Using Acrobat Pro 9.5.2
I have a two-page form. I only desire to print page two of the form upon a mouse up button event. I thought I had used this before:
this.print({bUI: true, nStart: 1, nEnd: 1});
But this causes the print dialog to open when the PDF is opened. How do I only have the dialog open when the button on page 2 is clicked?
Thank you, Mike

Hello try67,
As mentioned in the original post, it is on the mouse up event of the button:
The print dialog opens when the PDF is opened with the above.
Thank you. Mike

Similar Messages

  • How to suppress print dialog box from popping up under a condition

    Greetings...
    There may be a better way to accomplish what I'm trying to do, so I'm open to outside-the-box suggestions.
    I have a pretty simple page which lists a set of statuses and descriptions of each. The user can edit these status flags and their descriptions on the page as well. When I view the page in "printer friendly" mode, I see a nice simple report of what the statuses are and their descriptions. Everything works great so far.
    In our work request system built in ApEx, there's a page where someone can view the details of a work request, including the current status. When someone clicks on the help of that item, what I'd love to do is simple show the "printer friendly" version the status page mentioned above in a pop up window. My problem is that the print dialog box automatically shows up when a page is displayed in "printer friendly" mode and I do not want this to happen in this case.
    I see the javascript code in the Printer Friendly page template which causes the print dialog box to show up automatically, but I don't want to remove it in the template just for this one case. This would suppress the print dialog box on all "printer friendly" page views and the users are used to it showing up when they ask to print the page.
    I guess I could create a custom request to pass to the master status page which would pretty much do everything that the "printer friendly" mode is doing, but that seems like a lot of work when I'm so close to using something that is built in.
    Am I not seeing some simple other way of doing it or perhaps asking too much? Any suggestions?
    Shane.

    Hi,
    I think you have to call the FM GET_PRINT_PARAMETERS and pass NO_DIALOG = 'X'.
    Something like:
      CALL FUNCTION 'GET_PRINT_PARAMETERS'
        EXPORTING
          no_dialog      = 'X'
        IMPORTING
          out_parameters = ls_params
          valid          = lv_valid
        EXCEPTIONS
          OTHERS         = 1.
      NEW-PAGE PRINT ON PARAMETERS ls_params NO DIALOG.
    * Display Table
      lr_table->display( ).
    add: Spool numbers can be found in TSP01 or in system field SY-SPONO available in the submitting program...
    Hope it helps,
    Kr,
    m.
    Edited by: Manu D'Haeyer on Sep 28, 2011 10:02 AM

  • How to print set of documents without showing print dialog box

    I have created a smartform tht prints a Payment Advice. Its input includes range of Document numbers.
    I call the smartform function in loop for all those document numbers. Now my problem is tht everytime tht function is executed the print dialog opens up askin for Printer name and then on pressin 'print', one document is printed and so user has to press print tht many times. To avoid this i added code:
    DATA: it_ssfcompop TYPE ssfcompop.
    DATA : gst_control_parameters TYPE ssfctrlop.
    DATA : gt_job_output_info TYPE ssfcrescl.
        it_ssfcompop-tddest = 'LOCL'.
         IT_SSFCOMPOP-TDNOPREV = 'X'.
         it_ssfcompop-tdnewid = sy-prnew.
         it_ssfcompop-tddelete = sy-prrel.
         it_ssfcompop-tdimmed = 'X'.
         it_ssfcompop-tdnoprint = 'X'.
         CLEAR gst_control_parameters.
         gst_control_parameters-no_dialog = 'X'.
         gst_control_parameters-preview = 'X'. "Deactivate preview!
         gst_control_parameters-GETOTF = 'X'.
    and called smartform function like this:
      CALL FUNCTION FM_NAME
           EXPORTING
            BUKRS                      = BUKRS-LOW
            BELNR                      = BELNR
            GJAHR                      = GJAHR-LOW
            CONTROL_PARAMETERS         = gst_control_parameters
            OUTPUT_OPTIONS             = it_ssfcompop
         IMPORTING
            JOB_OUTPUT_INFO            = gt_job_output_info.
    this shows print preview but still does not print. What could be error. Please help.

    Try this
    * Work Area declarations
    w_objhead TYPE soli_tab,
    w_ctrlop TYPE ssfctrlop,
    w_compop TYPE ssfcompop,
    w_return TYPE ssfcrescl,
    w_doc_chng typE sodocchgi1,
    w_data TYPE sodocchgi1,
    w_buffer TYPE string,"To convert from 132 to 255
    * Variables declarations
    v_form_name TYPE rs38l_fnam,
    v_len_in LIKE sood-objlen,
    v_len_out LIKE sood-objlen,
    v_len_outn TYPE i,
    v_lines_txt TYPE i,
    v_lines_bin TYPE i.
    call function 'SSF_FUNCTION_MODULE_NAME'
    exporting
    formname = 'ZONE'
    importing
    fm_name = v_form_name
    exceptions
    no_form = 1
    no_function_module = 2
    others = 3.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.
    w_ctrlop-getotf = 'X'.
    w_ctrlop-no_dialog = 'X'.
    w_compop-tdnoprev = 'X'.
    CALL FUNCTION v_form_name
    EXPORTING
    control_parameters = w_ctrlop
    output_options = w_compop
    user_settings = 'X'
    IMPORTING
    job_output_info = w_return
    EXCEPTIONS
    formatting_error = 1
    internal_error = 2
    send_error = 3
    user_canceled = 4
    OTHERS = 5.
    IF sy-subrc <> 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
    ENDIF.

  • Print dialog in Firefox causes Flash player to crash

    We have an application that allows viewing and printing reports.  It works fine in IE and Chrome.  In Firefox, when Print button is clicked and print dialog opens, if it is left for 30-45 seconds without user interaction Flash crashes.  The problem exists in FF4 and higher.  Does anyone know a workaround for this?

    I found this in another thread:
    This issue seems to be related to hang protection that was added to Firefox. To disable follow these steps:
    1. In the Location bar, type about:config and press.
    2. The about:config page should appear. In the Filter box, type dom.ipc.plugins.timeoutSecs
    3. Double click the setting and change the number to -1 to disable hang protection.
    I set it to -1 and the problem went away.  This isn't really a valid solution because we have hundreds of thousands of users and we can't tell them how to configure their browsers.  I am waiting on someone internally to test with the regular Flash player.  I am using the debugger player.
    Was able to test non-debug version.  Problem exists with either.

  • Print dialog window does not go away

    Hi,
    This is an issue I've experienced many times. When I try to print a web page from Safari, the print dialog opens, I select the printer and/or orientation, then I click on the "OK" button. But, the window does not respond, Safari seems to be working (it does not appear as 'not responding' in the 'force quit' dialog and the menus are selectable. But the window does not go away, nothing is sent to the printer, and Safari does not respond to certain operations such as moving to another tab, go back, or change the url, so basically I am stuck, no printing, and end up closing safari to open it again.

    Hello mario:
    Is this an intermittent problem, or does it happen all the time? I would, at a minimum, run repair disk from your software install DVD and also run permission repair from your HD.
    I would also trash the Safari preference file (com.apple.safari.plist) and restart.
    Of course, the problem could lie in the connectivity with your printer, but that is another issue.
    Barry

  • Print dialog does not show DINA4 anymore?

    Hey,
    after upgrading to Lion, i can't print DINA4 (e.g. PDFs through Preview) anymore,
    the only option in the dialog is US-Letter...
    do I have to add a special language pack? is the printing driver (SAMSUNG CLP-315)
    not ready for Lion yet?
    thanks for any help
    max

    When the print dialog opens (e.g. in preview) it chooses the default printer and only gives US-Letter as option.
    When I then choose the other printer from the pulldown menu, I can choose from lots of different
    paper formats...switching now back to the default printer I can choose A4...
    This is reproducable: whenever I open up a new printing dialog with the CUPS network printer as default printer
    I only have US-Letter in the menu...
    wow bugtracking: feels like back in the days when we were using linux
    I have the same setup and since my update to Lion I experience the problem you describe. The print dialog only offers "US letter" in the "Paper Size" drop down.
    I also use the same work around as you to set the paper size to A4. I select a local printer to get a long list of different paper sizes to choose from. When I switch back to a printer connected to a CUPS printer server, the list is kept. This allows me to select A4. However, it also allows me to select paper sizes not provided by the currently selected printer.
    This is no satisfying solution

  • Crystal Report viewer print dialog not working.

    I have an asp.net website that i developed in VS 2010 that is using Crystal Reports 10.2.  Everything works fine in the devleopment environment but when I upload it to the production server the print dialog wont print.
    The print dialog opens up just fine but when i click print it says "Class not registered" at the top of the dialog.
    How can I fix this problem?
    Thanks in advance.

    Hello,
    Please search before posting.
    Visual Studio 2010 is not meant to work with Crystal Reports 10.2.
    Download CR4VS2010 here:
    [/people/blair.wheadon/blog/2010/07/29/crystal-reports-for-visual-studio-2010-beta-2-and-runtimes-now-available|/people/blair.wheadon/blog/2010/07/29/crystal-reports-for-visual-studio-2010-beta-2-and-runtimes-now-available]
    Thanks,
    Bhushan.

  • Photoshop print dialog

    Is there any way to get an event before the print dialog opens in Photoshop?
    thx
    AC

    I'm not sure. many thing can go wrong.
    First be sure your OS has all updates.
    If you have a Mac, Repair permissions using the Disk Utility
    Check with your Printer manufacturer for the latest drivers.
    Check that Photoshop is fully updated. Some of these updates fix Print bugs.
    One way Print issues have been fixed in Photoshop is to reset Preferences.
    Hold down Ctrl-alt-shif or cmd-opt-shift, start Photoshop and answer "Yes" to delete the settings file.
    Gene

  • How to automatically show print dialog as soon as pdf opens?

    A pdf template was created using adobe livecycle, then the final pdf is created using pdfMerger. Is there a way to invoke the print dialog as soon as the pdf is open?

    You might want to ask in the LiveCycle Designer forum, but in general, you just need to execute a print statement in an event that triggers when the document is opened, such as docReady:
    event.target.print();

  • Opening print dialog automatically

    I'd like to put a pdf on my website, and when the user clicks a link,
    have Acrobat Reader open the pdf and show the print dialog. (It would
    even be better if it would jump to a specific page).
    Is this possible?
    Something like this:
    http://mysite.com/mypdf.pdf?openprintdialog=yes

    This I know.
    Let me refrase my question:
    I have a table with selected cells (Rows Cols
    whatever ...) I wish to open the print dialog box
    with Selection radio button enabled, such that when I
    will check it and click print, the selected table
    cell get printed.This I had understood.
    Let me refrase my reply:
    If you simply print a new table containing the selected data
    then you don't need to have the Selection radio button enabled
    in the print dialog box.

  • Opening a saved printer friendly version of a web page (PDF) opens a print dialog.

    On the web I asked to view a printer friendly version of the page which opened a PDF which I saved.  When I attempt to open the saved PDF it automatically brings up the print dialog. If I cancel the print it opens in Adobe Reader.  What can I do to open the file without the print dialog popping up

    Hi Stanley Trela,
    If you are on Windows, open up your application preferences, then go to the "Security (Enhanced)" category and deselect "Protected View". If you are on a Mac, unfortunately, the only workaround is to "print as image" - you can select that after clicking on the "Advanced" button on the print dialog.

  • KDEmod very long time to open print dialog

    Then I want to print something from a KDE application it takes a few minutes for the print dialog to open while I can't use the application I want to from because the window is blocked.
    I have set cups of from systemsettings and the printer is a Dell 2135cn (network printer) using the dell 3100cn driver.
    The print dialog come up almost at once in firefox (shiretoko) but the printed fonts is very ugly, which they are not from KDE applications.
    Any idea how to fix this?

    Hi,
    Have a look at this post :- Very large Input form-how to handle
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Slow opening print dialog screen in Windows 8.1

    I have Adobe Reader 11.0.5 and am using Windows 8.1.  When I click on the print icon, it takes 20 to 30 seconds for the print dialog screen to open.  This is maddening.  Does anyone know why and how to speed it up?

    Hello eycon
    Try out the article below to troubleshoot your issue with iTunes freezing on you. Also check to make sure that when you removed iTunes, did you uninstall in the order of the second article as it does make a difference when troubleshooting the issue.
    iTunes for Windows Vista, Windows 7, or Windows 8: Fix unexpected quits or launch issues
    http://support.apple.com/kb/ts1717
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    http://support.apple.com/kb/ht1923
    Regards,
    -Norm G.

  • Print Dialog Box Won't Open in InDesign CS5.5 on PC

    Worked fine yesterday and today I can't get the print dialog box to open by either the print button or ctrl-P.  Have tried restarting the program and restarting the computer with no resolution.  The rest of the program works fine.

    I was unable to find the SavedData file.  I am running Windows 7 and there seems to be two files there /Roaming/Adobe/InDesign and /Roaming/Adobe/AdobeInDesing5.5 and neither one has a clear file name "InDesign SavedData" for me to remove.  I think I found the "InDesign Debaults" under the /Roaming/Adobe/InDesign/version7.5/en_US/InDesignDefaults.  Is that one it?

  • Error when opening print dialog

    I am on a MAC using photoshop CS5  version 12.0.6.  I specified an unsupported custom size for a printer and it now causes an error when I attempt to open the print dialog by choosing "Print" from the file menu.  If I select "Print One Copy", the document attempts to print but generates error.  Since I can't get to the print dialog, I can't change the print setting.  Is there a file or way to change the print setting by some other means?

    RodneyH2 wrote:
    I am on a MAC using photoshop CS5  version 12.0.6…
    There's no such thing.  The latest version of Photoshop for the Mac is 12.0.2.  
    What routine trouble-shooting steps have you taken so far?

Maybe you are looking for