The Count of Embedded View (html)

The Count of Embedded View is limited in 1000.How could i increase?Thank you.

Subject: The Count of Embedded View (html)

There are two places. On the server there is a setting with the default of 1000. For a given embedded view there is also a property that can be set (which overrides the server default). Check the Designer Help for more details. You can search on “To set line counts in embedded views”.

HTH,

Subject: RE: The Count of Embedded View (html)

Thank you,but it’s in vain.Url:http://…?count=1500

It always shows only 1000.

Subject: RE: The Count of Embedded View (html)

That code won’t work. Count is a parameter, not a query string. So you should be doing this:

http://… /VIEWNAME?OpenView&Count=1500

Subject: RE: The Count of Embedded View (html)

Ah…sorry for typing incorrectly.^^"i really open view by

http://…/OpenForm?Start=1&Count=1500&QueryString=value&…

the form has enbeded view inside.

I don’t think that OpenForm is not right.

However,Count = 1~1000 is correct.But count above 1000 always shows 1000 only.

Subject: RE: The Count of Embedded View (html)

1000 is the default limit for Domino servers. Change the Domino controls in your server document in the directory to allow more lines to show.

Subject: RE: The Count of Embedded View (html)

OK.Thanks.^^

Subject: Try opening the view rather than the form (WAS: The Count of Embedded View (html))

Also check your server configuration; it may well be set so that views only show a maximum of 1,000 docs, if that works, and anything higher doesn’t.