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!

dynamically assign max records per page.

Status
Not open for further replies.

ORCLee

Programmer
Jul 22, 2004
2
US
In oracle reports, can I assign the maximum records per page for the repeating frame dynamically? Is there any srw attributes that I can use to do that?
 
This property can not be set on the fly, which does not mean that you can not control number of records on each page. Please tell in more details what you are trying to accomplish and we will see how to help you.
 
Thanks for your response.

This is the inv onhand report. e.g. There are 100 pieces of item A and they are located at Lot1, Lot2 and Lot3. Some users prefer to print all these lots on 1 page; And some users prefer 1 lot a page so they can be tagged with the materials.
 
Put some dummy object, like empty frame, after each lot group, set the object's "New page after" property to Yes, and suppress the object conditionally if users do not want lots separated.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top