This topic is locked

Changing the initial number of groups on a report page

9/6/2007 2:53:18 PM
ASPRunnerPro Tips and tricks
admin

Use Before SQL Query event and the following code:

if Request("pagesize")="" then

PageSize=10

end if