Print Page Number as on Requirement [message #182284] |
Fri, 14 July 2006 02:38 |
aslme
Messages: 26 Registered: May 2006 Location: Pakistan
|
Junior Member |
|
|
Dears I have a Report of Inventry in my database which is run on daily basis some day this Report Print on 1 Page and some time it's print on 2 or some times 3 Pages. I want to know any such way that when ever this report print on 1 Page there is no need to print page number on it but when ever it on 2 Pages or 3 Pages it must be Printed Please Help me in this regards
Thanks
Chears
Najm
|
|
|
Re: Print Page Number as on Requirement [message #182411 is a reply to message #182284] |
Fri, 14 July 2006 11:34 |
atagore
Messages: 29 Registered: March 2006
|
Junior Member |
|
|
I am not sure.
I have not tested this myself.
Create a field on the Page Layout
Name the field anything...
Open Property Inspector for this field
Look in the Field=>Source LOV
Oracle Reports has a Physical Page Number
Also the Total Physical pages
Pick Total Physical Pages
Set Visible=NO
Now your field contains a value that can be used in Format Trigger
Create the appropriate Format Trigger for the page numbers
When this new field contains a value = 1 Format Trigger returns FALSE otherwise true
|
|
|