Hello,
I have created a view and when I open it in the internet I can see only a special amount of the documents. I use treat view as html contents.
I have searched all over the forums an the help dbs. Is there anywhere a restriction set how much documents are shown when opened in web.
Other views/servers/dbs problem is all the same.
I do not want to use any of those automaticaly created ugly Notes things as next Buttons or Show as Java Applet. Only tell me how can I get my server to deliver all docs.
Thanx Martin
Subject: look at the count property for the view
The default is 30. Search this db (and the other forums for count property). Also, check several blogs such as Codestore as there are elegant ways to get around the lousy navigation that is provided by default for the web. I don’t recall there being a server document setting for number of documents to display. I could be mistaken on this, however, so it won’t hurt to look through your server document for a pertinent setting. As far as I know, however, it is a view property only.
Subject: Problem solved
I solved the problem just not using a page with an embedded view.
Now I use the &&Viewtemplate technique and I open the view with the command
Datum?Openview&Count=200
Bye Martin and thanx for your help