The forms that are used to show the inbox and other views are found under the name : $$ViewTemplate for ($Inbox) / ($All) / ($Sent) / ($Trash) etc. and $ViewTemplateDefault.
Open them
Above and below the integrated view you have the hotspots with the text of each.
You can then erase them.
However, you need to activate the ‘do not refresh design’ option for each of the elements you change, otherwise, at 01:00 in the morning, Notes will replace your changed design by the original Notes mailbox template.
Alternatively, copy the mail template under another filename (using the copy fucntion of Notes not of windows), rename it and do the changes in it. Rename the template name and apply this template to each mailbox.
On the debug side, the buttons are just using a standard Notes formula language @ command.
I have doubts about the standard commands not working. There must be some other issue on the side of your server, its HTTP configuration or something else.
Subject: Re : How to suppres next/previous button in a calendar view ?
Thanks a lot.In fact, I am working on the Resource and Reservation DB, but your answer helps a lot because templates are used in the same way in this db.
I only have to find why changing page causes an “Entry not found in index”
It seems to me that it can be a access right limit …
each time you click on a ‘previous’ or ‘next’ domino generates an HTTP request/link that appears on the bottom of your navigator when you hoover over it on the bottom of the navigator and when you click in the field on top of you navigator.
Look at the syntax of both links, the one that was generated, try changing it, try typing in the address/link yourself, etc
Most of the times I did find the reason by analizing what was going on there.