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).
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.