Documents Display

Hai ,

Is there a way where i can display only 30 Documents per page on the browser.if so please help me to display only 30 documents per page and when i cli8ck next button it should disply me the next 30 Documents… and soon

Thanx in advance

Cheers

Sri

Subject: Documents Display

Yes you can do that in two rather different ways:

1.) you can set it for the whole domino server (that means for all databases!), in the server document - by default the number of documents to display is 60

2.) you can add the querystring &count to a domino url.

e.g.

http://www-10.lotus.com/ldd/nd6forum.nsf?opendatabase&expandview&count=10

and

http://www-10.lotus.com/ldd/nd6forum.nsf?opendatabase&expandview&count=5

the same works with views:

e.g.

http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb?OpenView&Start=1&Count=5&ExpandView

and

http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb?OpenView&Start=1&Count=10&ExpandView

you do not have to use the &start=… and &expandview commands.

hope this helps,

with best regards,

  • Florian

Subject: RE: Documents Display

Hi,

Thanx for the solution but will i get the next button automatically to fetch the remaining records or i have to specify the Link to access the next records…

and where do i need to specify in the server document.

sorry to trouble you…