Reports & Discoverer :: Page And Paper Size In 6i

Jan 15, 2003

I have a dot matrix printer (Epson LQ-2180, which is a tractor feed printer). While printing a report which contains cheque information. Now while displaying the report it display in correct size but while I print the report by default it takes printer page size and print in that paper size. I want to print the report in cheque size with continuous sheet with more than 900 cheque which defined in report property.

I want that the printer should print exact page length and width what i defined in report.

View 5 Replies


ADVERTISEMENT

Reports & Discoverer :: Report 10g Page Size

Apr 1, 2011

clarify the following question:

1. What is the maximum page size (width X height) of the report?
2. How many characters (maximum) in one line (horizontal) supported by report 10g?
3.How many row per page (vertical) supported by report 10g?

View 2 Replies View Related

Reports & Discoverer :: REP-1223 / Invalid Page Size

Oct 22, 2008

I'm encountering an issue while trying to modify an existing report with REP-1223: Invalid page size.

All I'm doing is putting an image in the main section & margin. When I remove the image from the main section & margin, it works..

Its so weird that the logfile doesn't show any other error except REP-1223: Invalid page size.

View 3 Replies View Related

Reports & Discoverer :: Print In Larger Page Size

Oct 8, 2008

I have this problem. I need to print in paper size of 14.875x11 or us std fan fold. But when I print, some part is not printed, like a size of 11x8.5. Questions:

1) Is there a way I can print in 14.875x11 without configuring the page setup to 14.875x11 and automatically print what ever i can see on my live pre viewer?
2) What should be the value of Report Width/Height if it affects the printing size?

View 2 Replies View Related

Reports & Discoverer :: Dynamically Page Size Change?

Jun 16, 2011

Is it possible to change size of page dynamically , if yes the how ?? How do you dynamically change the page size of D2k Reports

View 2 Replies View Related

Reports & Discoverer :: How To Set Paper Margin In 6i

Nov 5, 2010

How to set papaer margin in reports 6i for example i use continue paper sheets on my printer i set paper margin 4 x 4 paper width 4 & papaer length 4 i want that after running report paper only eject as paper size 4 x 4 not whole paper.

View 1 Replies View Related

Reports & Discoverer :: Logo Not Showing In 10g - Paper Layout?

Apr 6, 2013

I have Report in RB 10g , it is showing the logo in PRINT View but when I am running the report in the paper layout it does not showing the logo over there

View 1 Replies View Related

Reports & Discoverer :: Avoid Object / Record Moving On Report Paper Layout?

Oct 11, 2010

I created a report ...whcih i complied and run on paper layout form.. it shown me on correct dta..but i change change layout size and postion on that viewer..

is it avoidable....if yes, then how ?? I wantto lock these object while previewing...

View 1 Replies View Related

Reports & Discoverer :: REP-0801 When Increasing Height / Width Of Paper Layout Header / Main Or Trailer

Apr 14, 2013

I understand when I decrease the width or height of the paper layout, it may cause this error if any of the objects in my report may not fit in the new layout.

But for me this error occurs even when I increase the size of my report paper layout!

View 1 Replies View Related

Reports & Discoverer :: Skip One Extra Page After The Last Page Using ORARRP?

May 29, 2012

All the reports are skipping one extra page after printing of last page irrespective of number of pages in the report. if same report file is generated and given to printer using dos or linex dosen't skips extra page at end. It happens only if i print the report through ORARRP. The report file extension is '.rrpt'.

View 2 Replies View Related

Reports & Discoverer :: Paper Layout Only Converting To Web Layout?

Nov 8, 2012

I made a report that has a report wizard option 'Paper Layout only'. As I finished that, suddenly I realized that I must have to run it also in web. So I must have choose the options both 'paper layout and web layout'.

How can I do that or is it possible to do that without repeating everything that I have done?

View 1 Replies View Related

Reports & Discoverer :: How To Compare Current Page Number With Total Page Number

Feb 19, 2013

I have a report created in Reports6i. I have two fields at the bottom

1.Page Total
2.Voucher Total

I do not want to print the Page Total if the total number of pages = 1.

How can I achieve this?

View 1 Replies View Related

Reports & Discoverer :: Text Only In Last Page?

Mar 14, 2011

I want to show two Lines of footer Text only in the Last Page of the Report. If there in only one Page , then it should come in the First page.

View 13 Replies View Related

Reports & Discoverer :: Page Margin?

Apr 23, 2013

1.)REP-1212: Object 'B_PAGENUM1' is not fully enclosed by its enclosing object 'Margin'.

View 4 Replies View Related

Reports & Discoverer :: Page Numbering

Nov 15, 2010

My table contains following result:

DeptId Empid
001 1
001 2
001 3
002 1
002 2

So I want to print page number like from first page 1/3 then 2nd page 2/3 , on 3rd page 3/3 Once grouping change for Dept 002 then page count should reset like 1/2 then 2/2

View 6 Replies View Related

Reports & Discoverer :: How To Create Half Size Report

Nov 29, 2011

I am using the Report 6i. By using the same tool i created a report. It printing portion is working correctly (that is printing only Half of the page but the next page is move to after scrolled to balance of A4 size). But i want to print with in A4 two pages.

I created using the following property setting....

Layout model-main section-property

Section
width 8.5
height 5.9

Character Mode
Report width 80
Report Height 35

But it utilizing to print half page and balance is scrolled then new page is start(new A4 next paper).

View 1 Replies View Related

Reports & Discoverer :: Page Number Change

Dec 3, 2011

During the Report Development for the Invoice Print the Page Number is required to display for the each Page like 1 of 3.The Report have the parameter of From Invoice Number and To Invoice Number. The Page display the Current page and Total Page. How to Split the Invoice Number wise page Number in the Report.

Presently

Invoice No Page No.
14001 1 of 4
14002 2 of 4
14002 3 of 4
14003 4 of 4

Requirement

Invoice No Page No.
14001 1 of 1
14002 1 of 2
14002 2 of 2
14003 1 of 1

View 2 Replies View Related

Reports & Discoverer :: Page Break On A Group?

Jun 5, 2003

I have a report with 4 groups one above the other and there is data such that each group has certain number of records for a particular value. Now what I want is, to have a page break after each set of data for all the groups. Can this be achieved using format triggers ?

View 3 Replies View Related

Reports & Discoverer :: Find Out Last Page Number?

Sep 29, 2011

I want to display a boilerplate item and their value only on the last page.

The item is under frame . So print object at last page doesn't work.

I could find the page number by the use of srw.get_page_num(n).

But not sure how to find the last page number.

View 2 Replies View Related

Reports & Discoverer :: Break RTF Page After Every 8 Records?

Aug 6, 2010

how can i break my rtf page after every 8 record.

View 2 Replies View Related

Reports & Discoverer :: Report Does Not Move To Next Page

Sep 30, 2010

I have developed a report it remains to the first page only. It contains thousand of record.

What should be select for a repeating frame in "OBJECT PRINT ON"

What should be select for a static frame in "OBJECT PRINT ON"

View 1 Replies View Related

Reports & Discoverer :: Report Page Alteration

Dec 6, 2010

I have a report lay out as follows.If there are 3 engine nos then 3 Engine nos are printed in first 3 consecutive pages and an attachment which prints in next i.e 4th,5th and 6th page.I want the report to be printed like 1 Engine No and its respective attachment in the second page. 2nd Engine No and its respective attachment in 4th page.

View 1 Replies View Related

Reports & Discoverer :: Page Wise Total

May 20, 2010

6i reports
windows XP

I created a summary column reset at page wise placed on page and print object on all page but it showing only last page .

View 4 Replies View Related

Reports & Discoverer :: How To Spill The Group To Next Page

Oct 28, 2010

what i need to do so that the Group shown by the RED arrow spills over to next page ?

The image shows that my report is grouped into 4 Levels. Do i simple create a Page Break on Last Group ?

View 20 Replies View Related

Reports & Discoverer :: SRW Change Space Between Page And Frames?

Feb 7, 2013

with an SRW example that changes vertical spacing between page and frames?

i read some documentation that says there is a "between page and frames" property?

View 5 Replies View Related

Reports & Discoverer :: Incorrect Page Number At Top Right Corner?

Jan 17, 2012

I am working on the Reports Builder 10.1.2 at the Database Oracle 11.2.0. I have developed a report , which shows the page number at top right cornet. So I have selected a field and set the Source as "page Number". While I run the report through Reports Builder,it is properly displayed the page number. But while I copied the report to unix and run through "$ORACLE_INSTANCE/config/reports/bin/rwrun.sh", the page number is showing as 65536 . By changing the Source of the field to "Total Page" or "Physical page Number" make no difference.Every times It is showing the page number 65536 in the pdf output of the report.

View 6 Replies View Related

Reports & Discoverer :: REP-1222 Invalid Body Size Error In Oracle?

Oct 20, 2010

I'm working on an RDF report. This report runs as a part of Payment Process in Oracle Payables. This report has the printer style as BACS. The layout has only main section. The body of the main section of the report has only one repeating frame and the body field inside the frame. The body field gives concatenated values from the select query. I have to modify the SQL query(where clause) of the report. After I change the query and save it, the report compiles sucessfully on report builder.

However after following payment process and submitting request, the report fails with error:

'REP-1222 Invalid Body Size.'

View 2 Replies View Related

Reports & Discoverer :: Report Not Printing Complete Line On Second Page

Oct 28, 2010

I am trying to create a report, but for the second page its trying to print the text from the middle of the page, i.e its cutting half line, suppose if the line has description 'HELLO WORLD 123456' I see only 123456, the whole report is cutting the first 15 characters for the second page?

View 1 Replies View Related

Reports & Discoverer :: Master Detail Record Show One Page

Jun 30, 2011

When i create report in master detail. When detail record end on the page, the second record show on same page. Problem is that detail show on other page. I want that if record is completed on that page then ok. Otherwise it show on next page.

View 3 Replies View Related

Reports & Discoverer :: How To Attach Excel File As Last Page Of RDF Report

Aug 3, 2012

I have an .xls file which needs to be the last page of an rdf report. I would prefer to not type up the contents of the file and lay them out. Is there some way I can link this to the footer section or any other alternative?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved