Second page not printing from the beginning [message #448076] |
Fri, 19 March 2010 06:53 |
rhnshk
Messages: 26 Registered: May 2008
|
Junior Member |
|
|
Hello Guys,,
How are you all ?
i have a Letter type report, on which i am printing Data with totals in between M_BODY1 AND M_BODY2.
:M_DATE := SYSDATE;
:M_REF := 'HRA/SR/ ';
:M_TO := 'Chief Executive Officer';
:M_FROM := 'Chairman';
:M_SUBJECT := 'Loan Summary for ';
:M_BODY1 := 'The Loan Scheme Committee has reviewed the following Loan applications .....';
<table data starts here....>
whats happening is when the data rows goes on to 2nd page, then on the 2nd page the top space
reserved for from M_DATE AND M_BODY1, remains blank. and the remaining rows are printed leaving so many space.
i want on the 2nd page the data to start print from top.
The property for all fields from M_DATE and M_BODY1 is set to "First Page and Enclosing Object"
:M_BODY2 := 'I seek your approval on the above for total amount of US$ 316,854.64 as recommended by the Committee of the Loan scheme.';
:M_PREPARED_NAME := 'R A S';
:M_PREPARED_DESIG := 'Housing Loan Administrator Secretary';
:M_APPROVED_NAME1 := 'Y A H';
:M_APPROVED_DESIG1 := 'Chairman, Loan Committee';
:M_APPROVED_NAME2 := 'A A. A K';
:M_APPROVED_DESIG2 := 'Cheif Executive Officer';
Also, if after printing the data upto M_BODY2, i want all the Fields from M_PREPARED_NAME upto M_APPROVED_DESIG2 to be always printed together. Suppose if on the last page theres only space left
for M_PREPARED_NAME or M_PREPARED_DESIG, I want all to be printed on the fresh page..
Kindly help solve this.
I am using Report 6i, DB oracle10g
some URL of my problem;
http://www.flickr.com/photos/41671539@N05/4445208242/
http://www.flickr.com/photos/41671539@N05/4445208430/
http://www.flickr.com/photos/41671539@N05/4445208570/
|
|
|
|
Re: Second page not printing from the beginning [message #448174 is a reply to message #448076] |
Sat, 20 March 2010 01:22 |
wazir
Messages: 18 Registered: February 2010
|
Junior Member |
|
|
well.. here is very simple solution...
what to do..just enclose all those feilds (with static frame) of body-1 which you donot wants to print on second page and change it properties as under...
General Layout:-
Vertical Elasticty = variable
Horizontal Elasticity = variable
Adavnace Layout:
Print object on = First Page
Base Printing On = Encloseing Object
-
Attachment: img-1.PNG
(Size: 21.52KB, Downloaded 939 times)
|
|
|