Forums
This topic is locked
User def. Rows Displayed in Query Results
Posted 03 Aug 2001 21:03:26
1
has voted
03 Aug 2001 21:03:26 Martin Ruppert posted:
Hi!I was trying to pass a user defined number (i.e. 15) on to the query results page into the settings of the repeat region, so that the user can define how many rows per page he/she wants to see. Is that possible. I am using UltraDev 4 and am relatively new in this area.
Query page: Has a field where user can enter number. (name=nores)
Dim Repeat1__numRows
Repeat1__numRows = VARIABLE <----
Dim Repeat1__index
Repeat1__index = 0
Documents_numRows = Documents_numRows + Repeat1__numRows
Any help would greatly appreciated.
Thanks!
Martin