Form Printing on both pages

Dear All,
     The issue is to print on two sides.
     On First side main area has to be cotinued & second side is conditions for any number of pages.
     how many items have to continueous printing only on first side.
    second side must be conditions.

Hello,
You can implement this as follow.
Define two pages for first page the print mode should be DUPLEX and for second default.
In that case define ur main items on first page and conditions on second page.
So in this way all main items will be printed on front and conditions on back.
For your reference pleas efind below the help which you get if you pree F1 on print mode when you docuble click on page and tab output options
DUPLEX:
   The current print mode is set to DUPLEX (double-sided print, long-edge
   binding) and a new page is started. A form page defined with DUPLEX is
   always printed on the front of the page, never on the back of the page.
   If the next form page contains the attribute value DEFAULT, it is output
   on the back of the page.
Regards,
Nabheet Madan

Similar Messages

  • Adobe Form : Printing with Zero pages

    After Upgrade ECC6.0 to EPH5 Adobe form is not printing,bu print preview is working, while printing it is creating spool request with zero pages.
    Please help, Thank you in advance.

    Hello Rajitha,
    Check the print parameters once... 
    Try printing any standard form using standard program, and check whether it is behaving the same way.
    Thanks,
    Rakesh

  • My sapscript form prints a blank page...

    Hello experts,
    I am currently modifying a sapscript wherein it prints a page that doesnt contain any data in its main window. How do I prevent this? Again, thank you guys and have a nice day!

    Hi Viraylab,
    Assign a text element say it is 'TEST' to that window, and try to call the write_form with that text element.
    CALL FUNCTION 'WRITE_FORM'
    EXPORTING
       ELEMENT                        = 'TEST'
       FUNCTION                       = 'SET'
       TYPE                           = 'BODY'
       WINDOW                         = 'MAIN'
    IMPORTING
      PENDING_LINES                  =
    EXCEPTIONS
      ELEMENT                        = 1
      FUNCTION                       = 2
      TYPE                           = 3
      UNOPENED                       = 4
      UNSTARTED                      = 5
      WINDOW                         = 6
      BAD_PAGEFORMAT_FOR_PRINT       = 7
      SPOOL_ERROR                    = 8
      CODEPAGE                       = 9
      OTHERS                         = 10
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
             WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Then whatever u write after this text element will get displayed on that particular window.

  • Printing on both side of the form page front and back

    Hi experts,
                 while developing a purchase order i have come across a requirement to print on both sides of the page on the front side i wont to print the normal calculation and on the back side i have to print the terms and condition of the company what should i do for this please help.i have already created the PO which has to be printed on the front side just i wont how to print even on the back of the PO,Should i create a new window or should i go for a seperate smart form.
    Thanks
    Sumeet Malhotra

    1.  Assign next page of first page to terms and condition page. and assign terms and condition page to next  Page. Goto terms and condition page attributes and uncheck the counter button.
    In Case the printing ends of only in first page then put a command line with condition based on your requirement to trigger the Terms and condition page.
    ex: page1 -> first page
          page2 ->second page
         terms-> terms and condition page.
    assign Page1->terms
        and terms->page2 (Uncheck the counter)
        and page2->terms

  • How to print a form in a UIX page

    I want to print a form in a UIX page? I have tried a lot of methods,but they did not work.I only want to print the contents in the form ,not including the contents of the page title ,tab bar,etc. Can someone tell me?Thank you!

    Yu -
    You'll want to use the "printable" facet when rendering your page. The following sample page contains a button which allows the user to view the "printable" version of the page. It uses the <showFacet> event handler to switch to the printable facet:
    <?xml version="1.0" encoding="UTF-8"?>
    <page xmlns="http://xmlns.oracle.com/uix/controller"
          xmlns:ui="http://xmlns.oracle.com/uix/ui"
          xmlns:data="http://xmlns.oracle.com/uix/ui"
          xmlns:ctrl="http://xmlns.oracle.com/uix/controller">
    <content>
      <pageLayout xmlns="http://xmlns.oracle.com/uix/ui">
      <tabs>
        <tabBar>
        <contents>
           <link text="Hello"/>
           <link text="World"/>
        </contents>
        </tabBar>
      </tabs>
      <pageButtons>
        <pageButtonBar>
        <contents>
          <button text="Show Printable Page" ctrl:event="showPrintable"/>
        </contents>
        </pageButtonBar>
      </pageButtons>
      <contents>
        <text text="Printable area"/>
      </contents>
      </pageLayout>
    </content>
    <handlers>
      <!-- Use the showFacet event handler to switch over to
           the "printable" facet -->
      <event name="showPrintable">
        <showFacet name="printable"/>
      </event>
    </handlers>
    </page>Andy

  • Printing forms imbedded in web page

    Hi All,
    This is my first post, and I need some help.
    HP Officejet 8615
    Several doctors and dentists have embedded forms on their web page for new patients to complete.  I can't get these forms to print.
    I have tried printing the form from the web page = unsuccessful.
    I have tried saving the form to my desktop and printing it = unsuccessful
    I have run the HP diagnostics and successfully printed a test page.
    My computer:
    Windows 7 Pro 64-bit with SP1
    3.00 gigahertz Intel Pentium G3220 Processor
    6 GB RAM
    Adobe Acrobat 9.0 Standard, updated
    All MS Security updates installed. Kaspersky Anti- Virus installed. Updated, returns clean scans.
    Malwarebytes Pro up dated and returns clean scans.
    I have no problems with my computer or printer, except I can’t get these embedded forms to print.
    Any Suggestions?
    Thanks in advance,
    Owl69
    This question was solved.
    View Solution.

    Owl69
    Welcome to the HP Community Forum.
    Ideas and thoughts on the subject...
    You mentioned the word "Acrobat" -- this makes me think you are dealing with a PDF form??
    PDF format can be tricky.  Forms that look OK may or may not actually be something the printer can translate into printer language and spit out as actual print on a page. 
    You could try printing the PDF file as in Image -- this is a tried and true method of printing out PDF files that may be stubborn and won't otherwise print.  See below...
    Things that are PDF:
    PDF file will not print
    Quick fix | Print PDF as image | Acrobat, Reader
    PDF file will not print (2)
    Check your PDF viewer in your browser > Options
    Example
    Firefox > Tools > Options > Applications >
    Portable Document Format (PDF) >> select Use Adobe Reader
    Adobe Reader Download
    ===================================================
    If you get desperate, and you can SEE the form you need on the screen, you can use Snip to grab a screen shot of the form, save the file as an Image, and print that.
    Snipping Tool - Windows 7
    Snipping Tool- Windows 8.x
    Apple-Talk
    How to Print Screen on a Mac, 6 different ways to capture screenshot on a Mac
    ===================================================
    If you can get the saved form, whatever the format, into a Word file and then perhaps save that Word file into a new PDF file -- and maybe use Word's embedded font feature -- then you might be able get the file to print.
    Click the Kudos Thumbs-Up to say Thank You!
    And...Click Accept as Solution when my Answer provides a Fix or Workaround!
    I am pleased to provide assistance on behalf of HP. I do not work for HP. 
    Kind Regards,
    Dragon-Fur

  • Rearrange pages when printing adobe form with multiple master pages

    Hello!
    Good day to you all.
    I have an issue in regards with printing my adobe form with multiple Master pages. I have 4 master pages:
    1st master page: a
    2nd master page: b
    3rd master page: c
    4th master page: d
    all with different headers and footers all having the same contents (items). I don't have issue with one page content (it just prints 4 pages with different headers and footers). The issue comes out once the items exceed 1 page.
    What happens is that the preview/print shows (example: 3-page item)
    a1-a2-a3-b1-b2-b3-c1-c2-c3-d1-d2-d3.
    What i need is to print these such that all 1st pages of the 4 master page to be printed first, then all the 2nd pages, then all 3rd pages. Please see below:
    a1-b1-c1-d1-a2-b2-c2-d2-a3-b3-c3-d3
    This is because we will be using carbonless copy paper during printing and it's possible that it would be printed on batch jobs. Please suggest ways to do this.
    Thanks a lot in advance!
    Best Regards,
    abap_peer_dangs

    Hi,
    Is that requirement of multiple pages as groups only at the time of print or at print preview also...?
    Can you have a Print button on this screen or you should be using the Abobe toolbar's Print button..?
    Well if this on a click of a button in the form and the requirement is only at the time of print and not on print prieview I can have a JS script which does this...
    Let me know if this suffice, I can try with a local file and send you the script.
    @ Chris: I didn't understand what do you mean by reported, I was eager to hear and learn a solution from you may be a new approach which I am not aware of ...?
    Cheers,
    Sai.

  • Adobe Form - Print page at the end for every record of a Z table with Text

    Hello friends, I am facing a challenging here and I need to develop the following below. Mind you, I don't have much exposure/experience with Adobe Forms
    Scenario: Standard REAL ESTATE Contract Form
    I have a Z table containing RENTAL OBJECTS, in my case 3 records and I want, at the end of the form print one page like below to each record that i have in my Z table.
    "Dear Z-field1 one, regarding your contract for Z-field2, Address Z-field3, blah blah blah"
    In essence, print a page for each one of them at the end, with the text above using the fields from the z table.
    I searched the forum and couldn't find any thing like it.
    If someone can help it would be much appreciated.
    Thanks, Marco

    Hi Marco,
    You must be having the ztable fields in the context or in the data heirarchy of the adobe form.
    Assume that your main form is on the page1.
    Create a table bound to ztable with 3 rows in it and make it invisible on the form.
    Below the form create 3 pages page2, page3 and page4.
    Create a ISR text display and on the initialise event write the code such as:
    this.rawValue = data.page1.Table2.Row1.Cell1.rawValue;
    Create as many ISR texts as you want and initialize it using the above method.
    Page1
    form
    Page2
    Row1 values
    Page3
    Row2 Values
    Page4
    Row3 Values
    Hope this helps.

  • Cheque printing form always prints an extra page...

    Hello Experts,
    I have a custom form the cheque printing program RFFOUS_C. Now, my problem is that it
    always prints an extra page even though the MAIN page doesnt have any line items. So instead of
    expecting only 1 page it always shows 2 pages. And the worst thing here is that they I cannot customize
    the standard program since it is the client's rule.
    Any of you have encountered this problem before?

    Hi,
    in your Form there is only One Page created?
    just check if  there exists any other page and in the Standard attributes of the page in "Next Page", the other page is set.
    Ideally there should not be any page as the Next Page.

  • Script to print an html page in both sides (duplex printing)

    Hi,
    I have a website that can print page automatically without showing the print dialog box. Now, user's have requirement to print the page in both sides.
    Is there any vbscript/javascript that will auto print the html page in both sides (duplex)
    Thank You!

    Hello,
    This should be asked in Microsoft's ASP.Net forums:
    http://forums.asp.net/
    Karl
    When you see answers and helpful posts, please click Vote As Helpful, Propose As Answer, and/or Mark As Answer.
    My Blog: Unlock PowerShell
    My Book: Windows PowerShell 2.0 Bible
    My E-mail: -join ('6F6C646B61726C40686F746D61696C2E636F6D'-split'(?&lt;=\G.{2})'|%{if($_){[char][int]&quot;0x$_&quot;}})

  • Page breaks in form - can't print only one page?

    Hi guys
    This might be a really simple question - but how do I insert page breaks into my form?
    I have 8 pages in my document, and it is showing me this, so there seems to be no issue until I try to print only one page, and the whole document prints out.
    Is there an easy fix to this?
    Cheers
    Jess

    Hi,
    how are you printing? Control+P? File > Print? or a Print button?
    In any case the print command should bring up a print dialog, where you can set the pages that you want Acrobat to print. By default it is set to 'All' pages.
    Hope that helps,
    Niall

  • Adobe Reader 11.0.07 defaults to duplex printing. Is there a way to set the default to leave that "print to both sides of the page" box unchecked?

    Adobe Reader 11.0.07 defaults to duplex printing. Is there a way to set the default to leave that "print to both sides of the page" box unchecked?
    I am working on an end-user's computer, I just updated to the newest Adobe Reader and they don't ever print duplex. I want to be able to have the "print to both sides" box unchecked on the print dialog by default. Is there a way to do this? I have the printer settings all set to 1-sided but it is adobe print dialog settings that keep messing it up.
    Thanks!

    Hi John,
    Have you tried repairing Reader and checked?
    Does this issue occur only on this machine or are you facing the issue with other computers as well which have updated to Reader 11.0.10?
    Regards,
    Anoop

  • Adobe forms prints part of one page 6 times on a sheet of paper

    I am attempting to print a completed web based Adobe form and the 8.5x11 page prints part of  the page about 6 times on one sheet of paper.  This has happened before on Adobe documents and I was able to get around it by saving the PDF file (downloaded from a home utility website) then opening it in Adobe Reader XI and printing it.  This time I do not have the ability to save it since I filled out an Adobe form (the system will not let me save the completed form as a PDF file.)   My system:  iMac 27-inch Late 2009; OS:  OS X 10.9.4; Adobe Reader:  XI, version 11.0.07; Printer:  Canon Pixma MP490 (verified I have the latest drivers)
    Print preview shows the document the way I would expect it to print.
    The last time I called we never resolved the issue:  Apple points to the printer or Adobe, Adobe points to the computer or the printer, and Canon points to the computer or Adobe.

    When I first open the form on the web it appears to be an Adobe file, but still on the web via Safari.
    Even before I try to save the file there is a message at the top of the screen that reads, "Please fill out the following form.  You cannot save data typed into this form. Please print your completed form if you would like a copy for your records."  BUT, when I just saved a blank copy of the form to my desktop, opened it in Adobe Reader XI, filled in the form and then printed it the form printed nicely.  Problem resolved, or at least a work-around handles the problem easily
    It is frustrating that I cannot print directly from the Adobe file via Safari; i.e., I have to experiment to find a solution instead of just hitting the print button (yes, I'm lazy!). 
    Thank you!!

  • Unable to enable duplex printing through e-Print (Print on both sides - flip pages on short edges)

    I need to print on both sides on the HP Envy 100 - 410a.  How do I enable this feature.  Everytime I try this on ePrint, I have the email attachment printing out on two separate papers.  If I print direct from the document, then this does correctly print on the same paper on both sides, just the way I want it.
    I need to get ePrint to work on both sides of the paper (flip pages by short edges) by emailing the attachment.
    Any help would be greatly appreciated.

    Unfortunately, Duplex is not supported on ePrint at this moment.
    I work for HP.

  • I want my logo to be printed in every pages of my form

    in SAPSCRIPT i want my logo to be printed in every pages of my form without repeating the code for logo in each page. how can it be done?
    can i use my logo code inside TOP-OF-PAGE event to get the above requirement?

    How to Upload graphics (IMAGE) to your Sapscript?
    Command in your Sapscript
    /: INCLUDE Z_YOUR_LOGO OBJECT TEXT ID ST LANGUAGE E
    These are the steps to be followed for uploading graphics in R/3 system 
    1.   First save the file as BMP 
    2.   Open the BMP file in IMaging (Goto -> Programs -> Accessories -> Imaging) and 
          make it Zoom as 100% and save as *.TIFF 
    3.   Open SE38 and execute program RSTXLDMC
    4.   Give your TIFF file path name 
    5.   Select Bcol (for Color) 
    6.   TEXT ID will be ZHEX-MACRO-*. 
    7.   Inplace of * write your own logo name (ZCOMPANYLOGO) 
    8.   Execute the program 
    9.   Now Goto SE71 create your ZFORM 
    10. Create logo window 
    11. Goto text element of logo window

Maybe you are looking for