How to suppres next/previous button in a calendar view?

I migrated the customized Reservation DB from DominoV6 to Domino V8 with sametime functionalities.

In notes client every thing seems to be OK.

In a web browser, i have pb with some buttons in the calendar view.

For example, in the “view by date” i can’t use

Page précédente | Page suivante | Première page | Dernière page

(in english : next | previous | first | last page)

the answer is an Error 404 :

HTTP Web Server: Lotus Notes Exception - Entry not found in index

My questions are :

  • how to suppress these buttons untill i can correct the problem ?

  • how can i get info on what this pb is ? I mean , how to debug ?

thanks for your help

Subject: Suppressing the buttons

Open the mailbox in designer modeGo to Forms

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.

Need any help, you may email me at cjost@trace.ch

www.trace.ch

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 …

Subject: Try looking at the HTTP line

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.

cjost@trace.ch

www.trace.ch