Hide the close window "x"?

Is it possible to hide the close window “x” on the open database tab in the Notes client?

I have developed a company welcome page for linking all the company databases in one spot - but do not want to set it as the welcome page in the notes as our staff like to configure their own welcome pages. Instead I have it placed in the startup bookmarks folder so it automatically opens with the notes client. I would like to make it harder for staff to close the database by hiding the “x” on the tab for this database?

Subject: Hide the close window “x”?

The only way I can think of to do that would be using message hooks, which Notes can’t do. Alternatively, on the QueryClose event of the Database Script you could use:

Continue = False

That will prevent the database from being closed at all. You could also display a warning, etc.

HTH,

Charles

Subject: Hide the close window “x”?

Probably not – because it is in the notes client not the database application.