Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Stop printing in a determinate page

Status
Not open for further replies.

ronchilla

Programmer
Dec 9, 2002
5
ES
Hello

I want to know if there is a way to handle in Oracle Reports in which page to stop printing.

Between the report paramaters I've two that says from which page to which page the user wants to print. I dont know how to say to stop in a determinate page number.

Thanks

Coyote
 
Why don't you use Printer setup dialog to manage this region? Regards, Dima
 
He he heee yes, it's a good idea, but the report is called by another application. This application has two inputs in which you insert "Page From" and "Page To" parameters. Then, my report receives only two numbers. I know how to start in a determinate page, but I don't know how to stop it ...
 
You may create formating trigger on the outermost frame to check SRW.GET_PAGE_NUM.
Regards, Dima
 
Just return false!
You'll probably have some problems with numbering (not printed pages may be not numbered), so I'd recommend you to test it thoroughly. Regards, Dima
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top