Re: Oracle Reports 2.5 - suppress page breaks ?
Date: Sun, 4 Jul 1999 08:27:40 +0100
Message-ID: <7ln2lo$t7m$1_at_nclient1-gui.server.virgin.net>
Jim
I haven't got my notes with me but I effectively made a large page to
achieve this.
I created a printer defn file :
printer "vlong"
height 9999
width 180
after page control("")
return control(M)
linefeed control(J)
and told the designer it was a very long page. Beware this can impact on performance - Although I don't know why.
eric
Valeri Sorokine wrote in message <377C6FB2.66D42F5_at_dd.ru>...
>Why don't you use TEXT_IO package in any Format Trigger of your report?
>
>Jim Martin wrote:
>>
>> We are currently implementing various Oracle Applications at Southern
>> Illinois University... We have a need to use the Oracle Reports 2.5
>> Product to create a flat file with "NO" Page Break (form feed)
>> characters in the flat data file.
>>
>> Questions:
>>
>> 1. Can a flat data file be created with Oracle Reports that contains
>> only data?
>>
>> 2. What Oracle Report/Layout Properties are required to suppress the
>> "Page Break" (^L) special character?
>>
>> 3. Can anyone give us an Example of how to do this?
>>
>> Thanks.
>>
>> Jim Martin
>> Southern Illinois University
>> Information Technology
>> jmartin_at_siu.edu
>> 618.453.4852
>
>--
>Valeri Sorokine
>ProSoft, Russia, Moscow, Information Systems Division
>Phone: +7 (095) 234 0636 (6 lines) FAX: +7 (095) 234 0640
>E-mail: vsorokin_at_dd.ru OR vsorokin_at_prosoft.ru
>http://www.dd.ru
Received on Sun Jul 04 1999 - 09:27:40 CEST