Web view navigation (Buttons First & Last)

Hello everybody,

I just wanna know if there is a way to create buttons to access the first and the last set of documents in a view on the web? Ex: To access the the fist 10 and the last 10 of 500 documents.

Right now i’m using the commands @DbCommand(“Domino”;“ViewNextPage”) and @DbCommand(“Domino”;“ViewPreviousPage”) to navigate. If so, how can it be done?

Thanks in advance

Subject: Web view navigation (Buttons First & Last)

See this thread/post as a starting point:

http://www-10.lotus.com/ldd/46dom.nsf/ShowMyTopicsAllFlatweb/71c50ad9e95c122085256e7b0062c28a?OpenDocument

Subject: RE: Web view navigation (Buttons First & Last)

Thanks for the tip.