This topic is locked

Default filter

10/23/2005 19:26:05
ASPRunnerPro General questions
E
eocasio author

My table is very large so when my users try to list the table they have to wait a long time. Once they filter it's not bad, but when they first open the list it takes a long time.
Can I set a default filter so that when they open the list (the first time) they only get x number of records? I can't use a limit on the actual table query because then they won't be able to see past those records.
Elias

Sergey Kornilov admin 10/23/2005

Elias,
you can use "No records on the first page" option for this purpose.

A
ashumak 2/2/2006

Elias,

you can use "No records on the first page" option for this purpose.


And if I wanted to put an included page on this page, where would I put it? Which asp page?
I want to put a menu on different pages for different tables.
Alan

Sergey Kornilov admin 2/2/2006

Alan,
you can freely modify ASPRunner-created files to customize their display.

To insert something into List page please modify ..._list.asp file.

A
ashumak 2/2/2006

Thanks for the guidence again. BTW Love the new look on front page.
The problem is I don't want to change all the list pages. I want a page with a menu on it to show prior to the list page. I need to put a different menu of links for too or three different groups that have different permissions.