Report printing only 1 page

Hi folks,
I have a report, but I run it only the first page is displayed. (query returns enough data for displaying more then 1 page).
I checked every repeat frame and also normal frame within repoirt and it's "Print Object On" property (it's setup for "All pages") and also Base Printong On = Enclosing Object.
What else should I check?
Thanks,
Tomas

If you have repeating frame and 'Print Object On' is set to 'All Pages' then change to 'First Page'.
If you have repeating frame and it is enclosed by another frame then change both frames 'Print Object On' property to 'First Page'.
Hope this helps.

Similar Messages

  • How can i print only pages which have been highlighted, from a multi page file?

    How can i print only pages which have been highlighted, in a multi page file.

    Ah, I see want you mean. This might not be practical for you, but if you select one instance of the highlighted text and add a [space] to the little sticky note, all of the highlighted text on that page will appear in the summary.

  • From the command line, print only page 2 and 3?

    What is the syntax for the command line, for print ONLY page nr° 2 and nr°3 of a pdf file, skipping page nr°1?
    Thanks

    Not possible.

  • Print only pages that are checked on page one??? Hidden is possible?

    Please help. I know a little about java and acrobat but not enough to do everything I want.
    I am making a form that has many pages but not all the pages apply to every event. So what I want to do is put a number of check boxes near the top of the form. When I print I only want the pages that are represented by the checked boxes to print.  Even better, I would like those pages not visible at all just print. For example: Page one is a form that one would fill out: name, address, phone number, etc. Near the bottom that person would check all that apply: page A, page B, etc. That’s all he would see but when printed, it prints out the form and any of the pages that are checked.
    Am I asking too much?
    Thank you for any and all help.

    It's possible to use a script to print only certain pages, but any contiguous page ranges have to be sent as a single print job. For example, to print pages 1-5, 10-20, and the single page 50, you would have to issue 3 separate print statements.
    It's possible to have non-visible pages (templates), but it's not possible to print them until they are displayed. Since Reader 11 now supports templates, it would be possible to display the selected pages in the order that you want, which would presumably be a single continous range of pages, which would then require just a single print statement, as opposed to multiple ones as described above.

  • Reports printing blank pages

    I am running oracle reports on my windows 2000 computer. When I send the reports to my screen, I can see everything fine. When I tell the program to print the report, either directly or after having previewed it, the report prints nothing but blank pages ( the correct number of blank pages also). When I tell it to turn into pdf, I likewise get nothing but blank pages. Any ideas?

    Dear All,
    I am facing the same problem of printing.
    If I send to screen it is shown properly. But if I direct the print to a printer, it does not print anything but skips the same number of pages as I have sent to print. Please if any one knows please reply to this as soon as possible as it is a bit urgent.
    Thanks in advance,
    waiting for your replies
    Padma S Bhat
    [email protected]

  • BEx Web Reports: Print only Results area??

    Hi gurus,
    I know that it is quite messy printing BEx Web reports with 3.5. ....
    Is there the possibility to print only the results area of a BEx Web report, e.g. without the menus (e.g. Rows, Columns, Free Characteristics)??
    Thanks a lot for your answers,
    Sabine

    Try this link:
    <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/bc4fa990-0201-0010-588e-ca4e63050d6d">How To Enhance Web Printing</a>
    Rgds

  • Can you print only pages with a specific master page designation?

    I'm laying out a fairly large technical book using InDesign CS4 and need to print proofs of pages that use a specific custom master page. Rather than scrolling through the Page window and writing down page numbers that use that specific master, i'd like to have a quick way of doing it. If anyone knows of a way to do this by either script or other means, I'd really appreciate the help. Thanks!
    NOTE: Originally posted in general discussion and recommended to scripting forum.

    Straight to the point, methinks. Extensive commenting was free, today.
    // Gather Master Spread names
    masterlist = app.activeDocument.masterSpreads.everyItem().name;
    // Create a simple yet effective dialog
    masterDialog = app.dialogs.add ({name:"Select Your Master",canCancel:true});
    with (masterDialog)
              with (dialogColumns.add())
                        with (dialogRows.add())
                                  listbox1 = dropdowns.add ({stringList:masterlist, selectedIndex:0});
    // Get input
    if (masterDialog.show())
              selectedName = masterlist[listbox1.selectedIndex];
              // Build Print string
              pages = [];
              for (i=0; i<app.activeDocument.pages.length; i++)
                        // What if there is NO master page applied?
                        //          .. then it's NULL and doesn't have a name, that's what
                        if (app.activeDocument.pages[i].appliedMaster != null &&
                                  app.activeDocument.pages[i].appliedMaster.name == selectedName)
                                  pages.push (app.activeDocument.pages[i].name);
              // Make a printable string of it
              printpages = pages.join(",");
              // Feed it to your current Print settings
              app.activeDocument.printPreferences.pageRange = printpages;
              // Show the Print dialog
              app.activeDocument.print (true);

  • How to print only pages with selected checkboxes

    Hi
    Here is what I've got:
    - a PDF with 101 pages
    - page 1 is a form
    - end-user fills in his logo (image-field)
    - this is placed on all the following pages
    - end-user fills in price of all 100 products and
    - decides if he wants this item (page) to be printed by checking a check-box
    - end-user hits a buton and voila; only the checked items print-out
    Problem is with this last item; I can not get it right.
    I implemented a script (see below) but it does not work.
    Maybe because I am so not used to this, I putted it in the wrong place?
    I know the script works without a Print-Dialog-Box; I could always first present a message or so with instructions or what the pressed button is about to do.
    Please help? Thank you very much
    if (getField("Check Box1").value !== "Off") {
    print({
    bUI: false,
    nStart : 1, nEnd : 1});
    if (getField("Check Box2").value !== "Off") {
    print({
    bUI: false,
    nStart : 2, nEnd : 2});
    if (getField("Check Box3").value !== "Off") {
    print({
    bUI: false,
    nStart : 3, nEnd : 3});

    You may try writing the following script at "pre-print" event with Javascript as scripting language,
    if(CheckBox1.rawValue == false)
        CheckBox1.relevant = "-print";
    And so an so forth for every other CheckBox<no.> .
    Ensure to save your form as “Dynamic XML Form”.
    -vaibhav

  • ITunes still printing only page 2

    Previously: http://discussions.apple.com/thread.jspa?threadID=2409616&tstart=0
    OK, I've upgraded to version 9.2 ans iTunes STILL refuses to print anything except page 2.
    I'm at my wit's end trying to figure this out. I tried deleting to plist but while that fixed the print problem, it also lost all my apps, books, ringtones, etc. So I put the old plist back. I figure the plist must be edited but I don't know what changes to make in it.
    Message was edited by: romad

    Closed due to lack of response - NOT ANSWERED

  • How can I print only Selected pages from a Multipage document?

    HP Envy 114 e-All-in One Printer
    How can I print only pages 2 and 4 from a 10 page document using my Envy 114 Printer?
    This question was solved.
    View Solution.

    Hi,
    Where do you print from ? Under Word or PDF you can select page(s) you want to print.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • How to: print selected pages, same pages, odd pages on a book?

    hi,
    about book:
    how can I print only pages that I want to?
    Like selected pages, odds pages or only that I want?
    How can I print front-back sheet?
    Thank you

    [Jongware] wrote:
    I don't think it's possible to set the page range of a Book.printPreferences
    Theoretically it ought to be possible. Can't test for myself now; what does happen when you set the pageRange to overlapping sub-files?
    I've just tried it with CS3. It might have been implemented in later versions.
    In the print Book dialogue the page range field is disabled. You cannot enter anything there.
    If you try to do it with a script it says that printPreferences is read only.

  • JavaScript Print Button Page Range Not Working Ubuntu Linux

    I have created a PDF file that has several button programed in Javascript to print a page or page range in the file.  It works great in Windows and Mac but in Ubuntu Linux there is a problem.  When you hit the button it brings up the Print window but it has all pages set to print instead of the 1 or 2 pages it is programed to print.  How do you fix this.  I used the following Javascript.  Please help.
    this.print({
    bUI: true,
    bSilent: true,
    bShrinkToFit: true,
    nStart: 1,
    nEnd: 1
    This is supposed to print only page 2 of the document but in Adobe Reader in Linux it wants to print page 1-12.  Apparently the nStart and nEnd does not work.  Is there another way to do this so it will work in Ubuntu Linux.
    Thanks

    I suspect that the problem has to do with the added security
    included in Flash 8 and above that restricts javascript. If you
    search the flash player KnowledgeBase on Adobe.com you'll find more
    detailed information about fixes, but here is what worked for my
    Javascripted items.
    Find your Program Files > Adobe > Adobe Captivate 4
    > Templates > Publish folder. Within the folder is a
    standard.htm file. Open this file (for this simple task, i just use
    notepad). In the script section, add...
    so.addParam("allowScriptAccess", "always");
    you'll see other similar param declarations. It doesn't
    matter the order.
    You can edit the individual .htm file if you want to test
    this first.
    That should do it.
    Here is the KB article that discusses the security features
    in greater detail:
    http://www.adobe.com/devnet/flashplayer/articles/secure_swf_apps_04.html

  • Cannot print specific pages in Leopard

    How do I print only page 2 and 3 of a fifty page document?

    What application are you attempting to print from? There should be some option in the print dialog to print only certain pages but it may vary from app to app. There should be some "radio buttons" that you can select from to print everything or only a range of pages....no?

  • Safari printing single page iPad?

    I have searched and searched for a solution to this but cannot find one...How can I print a single page from safari on my iPad? For example...when a page is really long and it takes 4 pages to print it, how can I print only page 3?

    If you go to print in OSX you get the option to print page 2-5 if desired out of a 20 page document. I know it's not an option in iOS standard print from safari and I thing that is unfortunate as page range is an option in other programs such as Dropbox or pages so I want to know if there is a way to get this option that some forum member has found.
    Thanks anyone and everyone who has any answer of this. I don't post usually because I am a very experienced Mac user since 1986 and don't run into difficulty unless it is with non standard usage of systems.

  • How to get the subtotals to only print on page 1 of the report?

    Hello :
    Could someone tell me how to best accomplish this in CR 2008?. Thank you in advance!
    On Page 1 of the report, I only want to print a summary of provider then the total of each procedure type performed at the clinic.
    Here's a sample of the result that I'm looking for:
        Dr. One
         Office visit, new         = 15
         Office Visit, established = 10
         New wellness care         = 18
        Dr. Two
         Office visit, new         = 5
         Office Visit, established = 18
         New wellness care         = 20
        Dr. Three
         Office visit, new         = 15
         Office Visit, established = 10
         New wellness care         = 10
         Established wellness care = 30
    **The 2nd part of this report I was able to get the desired result, but I thought it would be helpful to share this informationl.
    The subsequent pages is grouped by provider, visit date, patient name, date of birth,
    and procedure description. Then subtotal by provider.
    Here's a sample result
        *Dr. One*
         12/1/2009 Patient 1  06/29/1977 Office visit,new
         12/1/2009 Patient 2  5/5/1960  office visit,new
         1/5/2010  Patient 3  8/18/59   Office Visit, established
         1/14/2010 Baby 1     11/1/2009 New wellness care      
        +Total = 4+
        Dr. Two
         09/16/2009 Patient 4 7/19/80   Office visit, new
         10/20/2009 Patient 4 02/02/1986   Office visit, new 
         10/23/2009 Patient 4 06/15/1994   Office visit, new 
         11/11/2009 Patient 4 02/02/1972  Office visit, established
         1/12/2010  Baby Boy 1/1/2008    New wellness care 
         1/12/2010  Baby Girl2 9/21/2009  New wellness care
         1/18/2010  Baby Girl3 8/1/2009  New wellness care
         1/19/2010  Baby Girl4 12/21/2009  New wellness care
        Total = 8

    Copy the date parameters to the sub-report.  In the sub-report criteria use the local parameters to select the date field data.  In the sub-report linking link the main report parameter field(s) to the sub-report parameter fields (not the ?PM-?<parametername> default links).   You may need to also link the data in the sub-report by the Dr. field.
    Good luck,
    Eric

Maybe you are looking for

  • USB no longer works

    My iPod no longer works when connecting to the computer via USB. I've tried all the 5 steps (except updating or restoring because the updater doesn't recognize it). I know the battery is dead and when I plug the iPod to the computer via USB I get a w

  • Production order usage for external vendors

    Hi Guys, I am working on a scenario where the company is orderiing to manufacture from external vendors involving different stages. There is no material sent to the vendor and the vendor manufactures the first stage and sends to next vendor, there ar

  • I'm calibrating the battery on my new iPhone 5S. It drained fully, but since it's off, how can I tell when it charges to 100%?

    Thank you very much in advance for your help!

  • How to adjust screen layout

    When I first open Sg on my Macbook Pro, the screen layout is a mess. I can't find the similar tab that's in Pr that I can drag and move panels and windows around. Is there any way that I can adjust my screen layout? Thanks!

  • Filters cause CS6 to crash after update

    Hello: I am running Photosop CS6 64 bit on a Windows 7 machine with a quad i& Intel processor and 12 GB RAM. Everythng ran perfect until I installed the latest updates.  I got a message that the update failed, the code brought me to update my Applica