This topic is locked

Pagesize variable

8/15/2007 6:25:12 PM
ASPRunnerPro General questions
M
monye author

Is it posible to have the pagesize variable now i change the line in xxx_variables.asp from 20 to 30 for example but it is still fixed, for working on a screen with 1024x768 it can be fine but on 1600X 1400 it is only a half screen.

Sergey Kornilov admin 8/16/2007

The initial number of records displayed on the page can be changed in include/..._variables.asp file.

gPageSize=30
M
monye author 8/16/2007

sergey,
I know you can do it like this but it is still fixed, and not everyone is using the same resolution. What i want is when size of the window is higher he program shows mor lines something like
if resolution = 640

pagesize=10

end if

if resolution = 1024

pagesize=30

end ifif resolution = 1600

pagesize=50

end if
reg,
Peter