Customize page size in report builder 6i layout.

hi all ,
I have developed a contact order report in report builder 6i ,which print its output on preprinted form (using DOT Matrix printer).
for example if output is giving 3 orders ,each order and its details should be printed on each preprinted form.
But when i given print from report builder 6i to dot matrix printer for every order one page is getting skipped .
Even i adjusted wide and height as 35 and in printer file also adjusted but even it is skipping one page for every order .
Even i adjusted wide 80 and height as 66 and it is skipping one page for every order.
Kindly help me how to customize page size in report Builder 6i.
Thanks for all in advance.

Hi,
Thanks for your reply. To get rid off that error, i did the following thing.
I set the width as 132, and height as 62 of header, main body and trailer section in report builder.
In Concurrent program window also, i set the column as 132 and rows as 62, and style as BAC.
When i submit the report through concurrent program, it's working fine.
Now i changed the width of the report to 200 and height to 66.
Now, i want to change the style to A4 in concurrent program window. I don't have A4 style in list of values. I went to SYSTEM ADMINISTRATOR ---> INSTALL --> PRINTER --> TYPES. (Added A4 style to all types)
Now i changed the columns to 200 and rows to 66 and style as A4.
Now, it's showing below error.
ERROR: APP-FND-00314:INVALID PRINTER.
Again i selected BAC style and try to submit the program, it's giving different error.
REP-1219: 'Body' has no size - length or width is zero.
Could somebody help me to solve the issue. (Why it's giving above error after adding the A4 style to all types of printers) and why did i get the previous errors (REP-1212, Body fully not enclosed).
Kindly help me, it's urgent.
Thanks.

Similar Messages

  • How to allow domain users to customize page Size in Adobe PDF printer.

    Hi all,
    I am not able to customize page size in Adobe PDF printer when I logged in with Domain user login. But I am able to Customize PDF printer in admin Login.
    I need a solution to allow Domain users to customize page size for Adobe PDF printer.
    Looking for a solution ASAP
    Regards
    Nagesh

    Oops, I misread your question, so I edited my response.

  • How We Can Change Page Size During Report Run Time

    Hello !
    How We Can Change Page Size During Report Run Time .
    How can we stop to change the column name when we amend a sql in report data model.
    Thanks !
    null

    hello sohail
    1. question - i'm afraid this cannot be done ... bit in report 6 and newer you have posibility to divide your report in 3 parts (former header, body, trailor) and each part can have diferent page siz, orientation , ...
    2. question - best is give each column in your statements in one report diferent alias. when you have to chnge something, alias will remain same ...
    try this: select 1 as fist_column, 1 as second_column from dual
    hope this helsp

  • Physical page size in reports 9i

    Greetings all.
    I am trying to create a report to print on multiform dot matrix epson printer. The height of the pre-printed form is 5.5".
    Is it possible in graphics (bitmap) mode to define a custom size? Or is it only possible to do the same in charater mode?
    I am able to do the settings on the printer control panel but the program settings always override and there is no custom size available in the page setup.
    Please help!!
    Thanks in advance.
    Mahesh

    Hi Mahesh
    You need to perform three task to design your report:
    1. In Reports property palette, change the Unit of
    dimesion. You can design the report in any of
    different units i.e characters (charcater and bitmap
    mode), points (bitmap), inches (bitmap) and centimeter.
    2. Set the Dimension. Report can have any length and any
    width. Because printer pages may be smaller or larger
    then report, the concept of physical pages versus
    logical pages are used in Reports. A logical page is
    the size of one page of your actual report. You need
    to set this ratio in reports properties.
    3. Set the required page size in Reports section
    properties. There are three sections: header,
    body/margin and Reports trailer.
    Hope this helps!
    Thanks
    The Oracle Reports Team

  • How to dislay other language font in Report Builder paper layout?

    How to I display other language font (e.g. chinese) in Report Builder paper layout?
    I have no problem displaying Chinese characters in web layout.

    If your NLS_LANG is properly set to chinese character set and if you are choosing the right chinese fonts, in Reports builder, your report paper layout should display chinese characters properly.
    If you are generating to PDF, then you might want to use PDF subsetting to display the chinese characters properly.
    See the documentation on how to use PDF subsetting.

  • Customization of Page size in report

    Hi ,
    I've a report which is having 60,000 records, i have created filter on showing only 5 records , when i click on show all it will take more space to show all the records, is there any customization of page size.
    Appreciate your help.
    Thanks,
    Malli.

    Hi,
    1. An alternate is to restrict the records in the report to some range.
    For Ex- Record_count <1000 (ie ., Some value).
    In this case the report will always show only '1000' (in this case) of records.
    2. Another solution is make a column and write the case statement as
    case when rcount(Column_name)>1000 then
    'Data Too Large. Apply filters'
    end
    And in the narrative view refer this column and place it in the report.
    This narrative view will be visible whenever the record count exceeds the specified limit.
    Hope this solves your problem. Please do award points if was helpful.
    Regards,
    MuRam

  • Need help adding a second page on reports builder, paper layout.

    Hi,
    I have a requirement where I need to create a paper layout using Reports Builder (10.1.2.0.2). This report will print out the following:
    1) Invoice
    2) VAT Slip (on a separate page)
    So far I have created the invoice part and it is printing properly. Now I want to add the Vat slip. When I use the "Trailer Section" on the rdf report, I create a frame and inserted some text. The report ran just fine. Then in the same frame, I added a repeating frame. And now the report is completing with the following error:
    APPLLCSP Environment Variable set to :
    Current NLS_LANG and NLS_NUMERIC_CHARACTERS Environment Variables are :
    American_America.UTF8
    stat_low = 86
    stat_high = 0
    emsg:was terminated by signal 6
    Enter Password:
    MSG-00100: DEBUG: AfterPForm_Trigger +
    MSG-00100: DEBUG: Multi Org established.
    MSG-00100: DEBUG: AfterParam_Procs.Get_Country_Details
    MSG-00100: DEBUG: Get_Country_Description.
    MSG-00100: DEBUG: AfterParam_Procs.Switch_On_Debug
    MSG-00100: Running in debug mode
    MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_Low
    MSG-00100: DEBUG: AfterParam_Procs.Get_Trx_Number_High
    MSG-00100: DEBUG: AfterParam_Procs.Get_Tax_Option
    MSG-00100: DEBUG: AfterPForm_Trigger -
    *** glibc detected *** ora_rw20_run: munmap_chunk(): invalid pointer: 0x09067b10 ***
    Anyone have any idea why this is happening? Any help is much appreciated.
    Or is there any way I can add a page that has to be printed after the invoice?
    Thanks
    -Nelly

    If you have created your own template (but it sounds like you haven't) you will need to 'capture' that page so it repeats on following pages.
    The whole process is described here:
    "Letterhead and follower sets"
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&mforum=iworktips ntrick
    Peter

  • PHYSICAL PAGE SIZE IN REPORT DESIGNER 2.5

    I have designed a report in character mode and it prints on a page size of 15" * 5.5". Only one record is printed on one page. I have set the page size at design time and looks fine. I have also defined page as 130 * 33 characters. But when you run the report and send it to printer, and the end of each record page feed skips one page. i.e. printer feeds 11" paper or 66 line paper. Now how can I make the printer to set page size 5.5" or 33 lines.
    Thank you.

    Check on your printer defintion file and modify it to match with your page size or print area. Hard work to modify from standard
    HP files to legal (242x66) and letter (88(?)x134) since nobody or vendor or Oracle
    provide (max)many columns and rows on letter and legal. I had to modify two special printer define files. I am glad to print exact layout to the HP printer without contact any vendor or Oracle. Also I dropped my special files to Window NT shared disk area and Later I am only person to run Oracle Report 2.5 output at my personal computer. Therefore you must work very hard to test, test, test and understand PCL language script for your need or this page size than standard letter or legal. Sam

  • Cfreport cutting off lines on multiple pages created with report builder

    I have a report built with report builder and it appears that if you set the body to "stretch with overflow" that cfreport will "cut off" a line or two every time it paginates see attached for a simplified version of the report, I have removed all but the body on this (actual report has a watermark, report header, page header and page footer ...the problem is pretty apparnt with this scaled down version as you can see it's missing text from one page to the next ..any ideas/suggestions/known bug?? You can see a sample of the issue here: http://www.arroyoc.com/onlybody.pdf

    Hi Helen,
    As per my understanding, I think this issue is caused by width size is not appropriate in the report. To narrow down this issue, please make sure that Body Width + Left margin + Right margin <= (Page width).
    If the tablix is a matrix, because of the column group can expand to multiple columns, we should according to the following rule:
    Body Width + Extra expanded column width + Left margin + Right margin <= (Page width).
    Besides, please make sure there are no extra page breaks before each “R”. To check whether the issue is caused by the letter “R”, we can try to use another field to replace the Company Name field.
    Hope this helps.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Page Size in reports 6i

    By default the page size in D2k reports (forms 6i) is 80 colum i.e. 8 1/2x11.
    How can i enlarge the page size..i.e. i want to make if fanfold 15x12 inch i.e. 132 colum .How do i go about it?
    please help.

    Hi Rajeev,
    Set the Unit of Measurement in the Report property inspector, and then set the Height and Width in the Section (Header, Main or Trailer) property inspector.
    Navneet.

  • To Unable to Import Customize Java classes in Report Builder 10g

    Hi,
    In Report Builder 10g , I am trying to load image from Remote server
    URL:"http://imagecache5.art.com/p/LRG/15/1544/1ABDD00Z/muhammad-ali-vs-sonny-liston.jpg"
    Steps did in Report Builder 10g
    1.In Report Builder Created a Formula column with
    Datatype : Character
    Read from File: Yes
    File Format: Image
    In Formula columns trying to Unable to Import Customize Java classes.
    To read methods from Java classes.
    Please help on this.
    Ranga

    Hello,
    To import the Java classes:
    Add your jar in the REPORTS_CLASSPATH
    Launch Reports Builder.
    Note:
    You must launch Reports Builder now so that the new REPORTS_CLASSPATH is used.
    Choose Program > Import Java Classes to display the Import Java Classes dialog box.
    Regards

  • Page size problem while creating character mode report

    Hi All,
    I've designed a report in character based layout design. The report needs to be loaded into NOTEPAD and then EXCEL sheet. I need maximum page width for this report. I kept page size of width 23" in layout design and pulled the fields so that to get maximum room. When I run the report and load it into NOTEPAD, I don't see the page width, meaning that it gives me normal 140 column size which is of course not what want.
    Please can someone provide some assistance in this scnario.
    Thanks - Zahir

    The character mode and bitmapped page sizes are different, and independant of each other.
    For character mode you need to set the width in the following places:
    1) In the appropriate layout section property palette (assuming you're on 6.0 or above).
    2) In the .prt file that you're referencing in desformat to produce the output.
    If you set the width in both these places to the size you want you should be okay.
    Alternatively, you may want to look at the delimited format to generate output for spreadsheets.
    Hope this helps,
    Danny

  • Dynamic Page Orientation in Reports 6i

    I have the following requirement. I need to print a letter that contains an attachment. The letter is two pages long and the page size letter and orientation is portrait. The attachment is legal but the orientation is landscape. So what it essentially means is that I need to change the orientation between pages. The letter is a separate repeating frame that the attachment, they are at the same level. I have set the main layout section to H=11 and W=8.5. When I layout the attachment in the layout editor and run the report I get error that the body is outside the frame etc... Meaning the size of the attachment is outside the page. I can define a different page size in the Trailer Section and it works fine if I am only printing one letter, If I enter parameters to print multiple letters, ie. from Customer A to C I get Letter A followed by letter B then Letter C then the three attachments. Problem is the letters go to a folding machine and need to be in order. I know I can do it by using text fields that contain the field name prefaced with and ampersand and then rotate the text field accordingly but this seems very cumbersome. Does anyone know of a better way to essentially create a single report that has different page orientations from page to page. Thanks in advance for any insights. Phil

    hello,
    in 6i we only support one page size per report. in 9i/10g we allow for different pagesize settings for the three sections of a report.
    thanks,
    ph.

  • Formatting webI issue: page size such as othe normal US sizes are missing.

    In a WebI report formatting "//page layout > page size", the report page size issue of other normal US sizes are missing. Such as: 11x17 inches. Is there a way we can include these page sizes?

    I face a somewhat similar issue. We have existing reports in Reporting Services - that can present the complete data in one page PDF and similar page creation in webi is just not possible. With sections and data seperation the whole report comes in 3 or 4 pages and no recourse to manipulate page size.
    I hope BO provides more enhancements to Webi - once adhoc users start creating reports they expect to see formatting that's traditionally present in canned reports

  • Report Service And Report Builder Issue

    SQL SERVE 2012
    In our web site project we use ReportingService2010 Methods to show and operate folder and report which stored in Report Service, in our project configuration file, we use windows authentication mode for Report Service.
    In requirement
    User can show and operate folder “A” and folder “B” (we can create and delete report or folder) in web site.
    User can’t use “Report Builder” to save reports which created by Report Builder to folder “B”, Reports which created by Report Builder only can be saved in folder “A”.
    [User click “Report Builder” button in our web page to start Report Builder, use
     “Report Builder” to create report, if user want to save report, we need to hidden folder “B” in “Report Builder” or we need to remove some operate right from folder “B”.]
    We have no solution for this requirement, could you help us?

    Thank you for your replay, but I don't understand it very clearly.
    Please check the first requirement:
    User can show and operate folder “A” and folder “B” (we can create and delete report or folder) in web site.
    For example, I login my PC with account "lfang", in report server, we grand "Browse" permission on both folder and grand only "Publish" permissions for folder "A", report builder can't save report into folder "B",
    it's correct.
    But our web site has create report function, that means in our web site we want to create report for both folder "A" and "B", that is the issue, if we don't give "Publish" permissions to folder
    "B", we can't create report in our web site.
    Is there any method to run "report builder" use specified account? then we can only give folder "A" "Publish" permissions with specified account.

Maybe you are looking for