View property

Hi,when we open the view in web browser.it show previous,next expand,collapse,search in both top and bottom of the view.my client requirement is that it shows only in top not a bottom.

plz help me.

thanx & Regards

Subject: view property

http://www.redbooks.ibm.com/abstracts/sg246854.html?Open

Subject: RE: view property

Hi Harkpabst,i read whole book but i am enable to find solution.how can we reomve expand,collapse,previousnext option in bottom when we open the view in web browser.it apper in both top and botton in web browser.

plz help me.

reagrds

Subject: RE: view property

You need to use a view template. That is a form or page named either “$$ViewTemplateDefault” or “$$ViewTemplate for ViewNameGoesHere”. If you don’t use one, Domino provides its own default template (the one you are seeing now). You will need to create ALL of the navigation links yourself. See Designer Help for @DbCommand for more information.

Subject: RE: view property

thanx a lot.