Repeating frame parameter [message #447002] |
Thu, 11 March 2010 07:50 |
tfilipov
Messages: 1 Registered: March 2010
|
Junior Member |
|
|
Hello,
I would like to know is it possible to make number of rows per page in report repeat frame propertie as variable or parameter?
I would like to have different number od rows per page depending on input parameter when report is run.
tnx
|
|
|
Re: Repeating frame parameter [message #448372 is a reply to message #447002] |
Tue, 23 March 2010 01:11 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
I don't think so.
What you might do is to restrict number of fetched records. To do that, you'd either use SRW.SET_MAXROW built-in or create your own lexical parameter which would, as a result have something like... WHERE ROWNUM < :parameter_value
|
|
|