How to show all docs in embedded view

I have an embedded view on my form. It works almost perfect.

I have a field of type dialog list. The embedded view uses the value of this field to select doc’s.

Only the 150 documents shows in the view, but there are several documents. How do I get all the doc’s in a category visible, even if it’s 300?

Subject: need details

Subject: details …

I have an embedded, categorized view on my form with the property “show single property”. The value of this property is computed from a field of type dialog list. I can choose from the list and the content of the view changes correctly.

The problem is: if a category in the view contains lots of doc’s - not all of them is shown on web. This is like when you try to open a view on web - only the f.ex 50 first documents are shown. To show the others you have to put &count=500 at the end of the url.

My problem is that I can’t use &count in my url since it’s a form, not a view… I open the form with this url on web.

/db.nsf/MyFormName?openform

Hope this is helped to understand my problem…

Subject: RE: details …

Go to the embedded view properties on the form and set the “Lines to display” property (deselect “default”).

Subject: it helped but I’m not there yet…

I have now deselected the property “use default”. Now exactly 1000 docs are shown, but ther are several docs in the category…

I have tried to put f.ex 9000 in the property “Lines to display” but it does not help. Is it a limitation in Notes?

Subject: RE: it helped but I’m not there yet…

There’s a maximum number of lines to display setting on the HTTP Web Engine tab of the server document as well. Set that to 0 for no limit.

Subject: RE: it helped but I’m not there yet…

Thank you, I’ll try to increase the value.