This topic is locked

Select record per page...

7/2/2009 3:56:12 AM
ASPRunnerPro General questions
S
stalbone author

Hi

Is it possible to increase (2000) the maximum number of record for page

selected from the combo?
Now max is 500...
Thanks
Stefano

J
Jane 7/2/2009

Stefano,
sure you can set up 2000 records per page on the Miscellaneous tab.

S
stalbone author 7/2/2009

Thanks Jane.

I intended however the combo of selection...


Stefano

J
Jane 7/3/2009

Stefano,
switch to HTML mode on the Visual Editor tab, find this code:

<option value="500" {$rpp500_selected}>500</OPTION>



and replace it with this one:

<option value="2000" {$rpp500_selected}>2000</OPTION>