Print Multiple copies of report, and resetting Page number for each copy.

Dear frnds!
i am using developer 6i reports i have a problem.
i want to Print Multiple copies of report, and resetting Page number for each copy" that is 4 copies of an invoice is required
1 - for user copy
2- gate copy
3- accounts office
4- office copy
any body please tell me the solution "i am using oracle 9i and developer 6i"
Thanx
Ibrar

Hi,
I was wondering if you were able to get your multiple copies working? Below is what I have so far, just trying to get it to work before changing the actual template.
<?for-each-group@section:R5542520/Pick_Slips_Detail_Lines_S3;PickSlipNumber_ID260?>
<?variable@incontext:G1;R5542520/Pick_Slips_Detail_Lines_S3;PickSlipNumber_ID260?>
<?for-each@section:xdoxslt:foreach_number($_XDOCTX,1,3,1)?>
HEADER
PSN: <?$G1/Pick_Slip_Number_Display_ID54?>
PSN Detail: <?$G1/PickSlipNumber_ID260?>
Page 1 of 3
<?start:body?>
BODY
<?$G1/LineNumber_ID6?>
<?end body?>
FOOTER
<?end for-each?>
<?end for-each-group?>
XML:
<R5542520>
<Pick_Slips_Detail_Lines_S24>
<Header_Custom_Section_S24>
<Pick_Slip_Number_Display_ID54>123456</Pick_Slip_Number_Display_ID54>
<PickSlipNumber_ID260>123456</PickSlipNumber_ID260>

Similar Messages

  • Reset Page Number for each Group

    I am currently creating a RTF template using XMLP 5.0
    My demanding boss gets back in town in five days, and he expects
    this report to be ready for production. :)
    But I haven't been able to figure out one last spec.
    The page number needs to be reset for each group.
    So for example, the total report is about 83 pages.
    In my RDF file (from Oracle Apps), I am grouping by a DEPT field.
    In my RTF template, I am page breaking on each DEPT.
    The page numbering should also be reset to 1 on each DEPT break.
    The reason for this, is that the report will be printed, then separated by DEPT.
    This way, each DEPT in the plant can receive their own individual report.
    Is there anyway to do this using XMLP 5.0?
    We would be willing to upgrade our XMLP,
    if this functionality is available in a later version.
    Thanks in advance.
    Mark K

    Hi Mark
    Yep, you can do this, you can even do it in 5.0 :o)
    For some reason it did not make the user doc in 5.0 ... an Easter egg if you like.
    So I'd recommend getting the 5.5 or later docs and using that for reference. Just search for "About Oracle XML Publisher Release 5.5" on metalink once you have that doc search it for "Oracle XML Publisher User's Guide" its a link to the PDF document.
    Then check pg 86/290 - Advanced Report Layouts > Batch Reports for details. This approach will work for 5.5. If you would like a sample then if you have installed the template builder there is an Advanced > Repeating Headers folder inwhich you will find an example.
    Regards, Tim

  • Reset Page Numbers for each group with XMLP 4.5

    I am currently working on the invoice report rtf template using XMLP 4.5
    We cannot upgrade to new version at this stage.
    Our requirement is, i want to reset the page numbers for each invoice. I know that it can be achieved using @section. I think this will work only XMLP 5.0 and after. Is there any other way to achive this requirement?
    Our reports are moving to production in another 3 days.
    I would be thankful If anybody can provide me the solution for this problem?
    Thanks
    Babu

    Hi Tim
    Thank you very much for your suggestion. We have upgraded to latest version of XML and now i am using @section to reset the page numbers for each invoice. This is working fine. But i have stucked to print the invoice copes for which page numbers should be reset.
    As per the client requirement i need to generate the invoice report with 3 more copies where COPY word will be there for duplicate invoice copies.
    I have written the rtf template logic like below:
    ex: <?for-each@section:G_INVOICE?>
    Invoice Information
    Invoice first copy information with COPY word (just copy the above original invoice layout and pasted)
    Invoice second copy information
    Invoice third copy information
    <?end for-each?>
    This is working fine. But client is demanding that all the invoice copies page numbers should start with 1. I tried by giving the @section for each invoice copy. But it was not working. Is there anyway to reset the page numbers for each invoice copy (anyway orginal invoice page numbers are resetting becuase i have used @section). It would be great help for me by providing the solution for my problem.
    Thanks
    Babu

  • To reset page number after each new section in DeskI

    I have a master/detail report where the master is "Customer name". I have a requirement to reset the page number at each new  Customer name.
    i.e. If "Customer A" spans to 3 pages and "Customer B" spans 2 pages. Then for Customer A the page number should be Page 1 of 3, Page 2 of 3, Page 3 of 3. Then Customer B should have page number as Page 1 of 2,Page 2 of 2.
    1. The Page number can be obtained using PageInSection but only if I display it inside the section body and select "Repeat on every page" . But I need to display it in Page footer.
    2. I am unable to get the total No.of Pages per section unless I do some calculation using the no of rows per Customer. Is there any other way of getting this detail?
    Please help on the baove 2 issues. This is very URGENT.

    Dear Thendral A,
    The "PageInSection" function resets the page number to 1 at the start of each new section in the specified section level.
    For Example:
    you have a report with two section levels, Country and Quarter.
    You set every value of Country to start on a new page and enter the following syntax in a cell placed WITHIN THE SECTION THAT NEEDS THE RESETTING OF THE PAGE (it cannot be placed in the header or footer, as it can then not refer to the relevant section. It will give the value 0 instead), to restart page numbering to 1 for each value of Country:
    =PageInSection(1)
    where (1) is Country which is section 1 in the report.
    If there are any following sections these can also be reset via this formula with the use of the relevant section number.
    This option can be used effectively when you set each value of a section to start on a new page. To do this, check the Start on a new page option in the Section Format dialog box.
    Do remember that the result will only be seen in the report, when the option View/Page layout has been set, otherwise the result will be seen as a 0 at each section (this however does get correctly displayed in the Print Preview, and when printing without the page layout option set).
    I hope that these information help you to understand the functionality of the PageInSection function.
    Regards,
    Samanta F

  • Need to reset page numbers for each layout which has same data

    Hi Gurus,
    I have an requriement to reset the page number from 1 for each layout in same template.
    I know we can do this by @section when we have multiple header_id, but in my case, i have the same data that need to be shown in 3 different layouts under the same template.
    So for the first layout it should start with 1 of 2, 2 of 2
    Second layout should start with 1 of 2 , 2 of 2
    Third layout should start with 1 of 2 , 2 of 2
    Any help is highly appreciated.
    Thanks,
    Edited by: R on May 16, 2013 8:27 AM

    Hello Everyone,
    Appreciate if any clue about the mentioned requirement.

  • Printing multiple copies of "Crayola Daily Coloring Pages"

    I have set up my printer (HP Photosmart 7520 series) for a daily delivery of "Crayola Daily Coloring Pages".
    This is one of the printable Apps available in HP catalog.
    Currently, I get one copy auto-printed every morning.
    Question:
    How can I set up for an automatic delivery of 2 or more copies?
    Thanks!

    Hi there, unfortunately there is no provision to schedule the app to receive more than one copy automatically. The closest workaround would be to manually run off additional copies using the printers copying function. Not ideal I know if you want them in a hurry and don't want to have to wait.
    Best.
    If my reply helped you, feel free to click on the Kudos button (hover over the "thumbs up").
    If my reply solved your problem please click on the Accepted Solution button so other Forum users may benefit from viewing the post.
    I am an HP employee.

  • Crucial - Printing Multiple Copies of Report

    Greetings to all!
    I have a situation to suggest a solution for this.
    I nee to call a Oracle Report from the Oracle Apps. When the user fires the "Print" from the invoice screen,
    - I need to initiate three copies of the same invoice.
    - Each copies should have the footer text as Official Copy, Customer Copy and Personal Copy respectively.
    Any suggestion will be heartfully appreciated.
    Thanks and Regards,
    R. Venkatraman.

    Hi Venkat
    1. You may want to create the same (invoice) layout across the three sections.
    2. On each section, set the respective footer text in the bottom margin.
    3. Create a Report level distribution list that distributes to the Printer.
    4. Distribute the report on issuing the "Print" command from Invoice screen.
    The Oracle Reports Team

  • Page count and total page number for multiple forms in spool

    Hi,
    I'm printing 5 or 6 forms in the same spool, they basically represent one big form.  Hence the page numbers should continue from one form to the other, also I will need a total page count that includes all the pages from all the forms. How should I go about doing this?

    I'm not certain, but if you change the the page counter mode to INC for every PAGE except the start page of the first form it may just keep counting. Normally the first page of a form is set to START, making it page 1.

  • MG7520 Printing Multiple Copies

    I'm having this odd issue where my brand new MG7520 is printing multiple copies of a document, despite my only requesting one copy.  It doesn't always seemt to do it, printing from Adobe Reader is fine, I get just one copy, but printing a webpage will just result in many copies of the same thing until I cancel the job.  Seems very odd, any idea why this might be happening.  Appreciate any insight anyone might have.

    Essentially the printer is a passive device and it really only does what it is told to do. Probably a wonky network issue, but could also be settings you inadvertantly changed (like how many copies you want printed).
    Do you have a USB cable? You can try to install it via USB then print to see whether it's the computer sending weird commands or if it's the network.

  • Getting Page number for Notes

    Hi
    I am using the below methods to retreive page number of notes.
    Method 1
    var myNotes = myDocument.stories.item(k).notes.everyItem().getElements();
    Method 2
    myDocument.stories.item(k).paragraphs.item(i).notes.length;
    Wat is the best way to scan through the notes in a document. I am trying to get the page number for each note(Page on which the note is placed)
    For Method 1:
    var myFrame = myDocument.stories.item(k).textContainers[0];
    var myPage=myFrame.parent.name;
    For Method 2:
    myDocument.stories.item(k).paragraphs.item(i).parentTextFrames[0].parent.name;
    In both the cases some of the page numbers aren't displayed. Can somebody tell me is there any other way or am i doing something wrong.
    Thanks

    Footnotes have a property storyOffset, which is the location of the footnote's cue in the text. This is an insertion point, so the following line gives myFootnote's page number:
    >myFootnote.storyOffset.parentTextFrames[0].parent.name
    Peter

  • I am unable to print multiple copies on 1 page

    I have a macbook and I used to be able to print multiple copies on 1 page. It had a selection on the bottom right. Now something has changed with the format. It allows me to select multiple copies, but only prints one.

    Hi,
    In order to print multiple documents on one page, you may follow the steps mentioned below:-
    Press Command+p- Select multiple pages or booklet
    If you are not getting these options, please send us a screenshot to better understand the issue.
    Regards,
    Nakul

  • Printing multiple copies of 3 page BOL in Duplex mode-

    Hi Gurus!
    I have created a smartform to print the BOL on front side and terms and conditions on back side. I used the duplex mode to print and it works perfectly fine. When I have a BOL with 3 pages of information , it prints the items on the front side and terms and conditions on the second side and it does everything absolutely correctly.
    At our organization we always print 5 copies of any BOL and that is when the problem arises. When we do a printing of the BOL form with number of copies set to 5 , it prints very akwardly with the settings. First it prints page 1 front and same thing on the back, then  again the first page on the first and its back and then front on the third side , then similarly 5 sides of terms and conditions and then followed by 5 sides of page 2 items and followed by 5 sides of terms and conditions, which is very akward. Actually it should print first set with page 1 and TC on back of it , then Page 2 and TC on its back and page 3 and TC on its side like it does when I make a single copy.
    Is there any settings that I am missing thats making the above happen when I print multiple copies of the BOL?
    Please suggest.

    Hi!
    Thanks for the reply. I changed the settings of the printer to 'Pass Copies as Separate Output Request(in SAP System)' and re-tried printing 5 copies of the BOL and it again seems to print the first page 5 sides then Terms and conditions on 5 sides, then again 5 sides of page 2 and followed by 5 sides of T&C.
    My settings on the smartforms is front page "D' and the back and the Last page is blank setting. This runs well when I just have to print one copy of my BOL , it prints the front page and then T&C on its back side , then again the second page and T&C on its back . This only messes when its more than one copy of the set of BOL.
    Please suggest as to what to do next to make it print in proper sets.
    Thanks and Regards
    Aarav

  • Print multiple copies in Crystal Report

    Hi All,
    I have created layouts with Crystal 2008 . I need to print first copy as original , second as duplicate and the third as triplicate . I know it is possible using PLD but i need it in CR. Is there any work-around for this problem ? I am using SAP Business One 8.8 PL 10 , Crystal Reports Basic 2008 and SQL Server 2008.
    Thanks in advance
    Regards
    ARUN

    Hi Arun
    Create a view which has a record for each copy and the docentry.  I tested using the view below but it could easily be extended to include the object type and be useful for all documents.
    CREATE VIEW [dbo].[Test_Copy]
    AS
    select 1 as 'CopyNo',
    'Original' AS 'CopyDesc',
    DocEntry AS 'InvDocentry'
    from oinv
    union
    select 2 as 'CopyNo',
    'Duplicate' AS 'CopyDesc',
    DocEntry AS 'InvDocentry'
    from oinv
    union
    select 3 as 'CopyNo',
    'Triplicate' AS 'CopyDesc',
    DocEntry AS 'InvDocentry'
    from oinv
    Add this view to your layout and inner join to docentry of the OINV table
    Add the copy number as the main group level, before the document etc.
    You will then need to fiddle around setting the current page header details into the group 1 header and sort the paging out but you will get 3 copies.
    Hope this helps
    Rob

  • Printing Multiple Copies of Same Image on Multiple Pages

    I have Photoshop Elements 11 on a Windows 8 platform.  I can NOT get it to print multiple copies of the same file on multiple pages.  I need one file printed on one page multiple times.  I have tried the CTRL-ALT-SHIFT and nothing changes.  It still just prints one and is done.
    I use this for label printing, so I need it to print more than one copy at a time.  It also is not saving the settings, so everytime I hit print, I have to readjust the print requirements.  This just is not going to work when you need to print a few hundred copies at a time.

    You can create your own picture package, if none of the options in the PSE print window>Type of Print work for you. Just make a blank file, copy/paste your image and alt drag it to make multiple copies. You can use the move tool to position things as you want them.
    Generally speaking, though, for something like label printing, it's simplest to use PSE to create the image, then use your word processing/desktop publishing program to print the actual labels.

  • How can I print multiple copies of same photo onto one page on iPhoto 9.5.1?

    How can I print multiple copies of same photo onto one page on iPhoto 9.5.1? I was able to do it on the old iPhoto, but can't seem to be able to do it on the new iPhoto. Grrr...

    Photos does the same thing.... Only workaround I can come up with is to create a template in Pages and copy &amp; paste.

Maybe you are looking for

  • I cant open my .CR2 files with photoshop verion CS5.1

    Hi i recently photographed an event and I used the Canon Rebel T3i. I also stored all the Images with using RAW format. When I went to edit my photos i could not open them with Photoshop. I could open the JIP files but not the RAW camera files that w

  • Quarter variable  in Bex reports

    The report need to run for the selected quarter. The time char I am using is 0FISCPER3 The Q1 will be Period 1, 2,3 totals. Q2 will be Period 1 to 6 Q3 will be period 1 to 9 Q4 will be period 1 to 12. The reqiuired quarter will be selected at the tim

  • IPMP error in Solaris 8

    A V890 machine is connected to Cisco switches then link to a Nortel firewall. After configuring IPMP. pc can telnet and ftp to the sun machine without any problem. Host is showing some errors in message files. But IPMP configuration was done similar

  • Lost pictures in Adobe Photoshop Starter 3.0

    I have not used my Adobe Photoshop Starter 3.0 in years.  H doqwn loaded pictures from my didital camera, and they downloaded to Adobe.  I try to open Adobe on my desktop, and a cover registeration form popped up.So I registered, and was sent an emai

  • Bit rate for all computer?

    Hi all, I'm burning a DVD in DVDSP 4, I burned and tried it in my MacBook Pro and on normal DVD player and It works perfect, the problem comes when I play it on some not so new PCs, in one of them the buttons (text and silver frame) in the menu seem