Embedded view and count problem

Hi

Can somebody help me with the following problem

This is my situation :

  • embedded view on form

  • in the embedded view properties :

Display : using HTML

Lines to display : 10

Use default : unchecked

  • I placed 2 buttons for Previous and Next with the commands : @DbCommand(“Domino”; “ViewNextPage”) and @DbCommand(“Domino”; “ViewPreviousPage”)

When I preview the form (IE 6) it displays indeed 10 documents in the embedded view but when you click the next button (it displays 10 documents again) but starting from the 30th document (so it skips 20 documents).

Same thing happens with the previous command.

Thanks for any help

Subject: embedded view and count problem

Try this:The server document or website document - if you are using website documents - contains a default setting for the nr of lines to display in a view (domino web engine tab). It is set on “30” by default. I suppose that is why he starts from the 30th doc.

Try changing this to “1000” … I haven’t tried it but it could work.

Subject: RE: embedded view and count problem

Thanks Lieve,

I’ll give it a try with a replica on the server.

Still, if you do a preview (designer) of a local DB, I don’t think this serversetting comes into play.

Subject: RE: embedded view and count problem

I am having the same problem…did you ever discover a solution.