Can anyone tell me how to remove the “Welcome Tab” from the Domino Web Access 7? I have looked over the inotes\forms7.nsf and can’t find where I change the code or what I can do to remove it.
Thanks in advance,
Jason
Can anyone tell me how to remove the “Welcome Tab” from the Domino Web Access 7? I have looked over the inotes\forms7.nsf and can’t find where I change the code or what I can do to remove it.
Thanks in advance,
Jason
Subject: iNotes_WA_Areas
There’s a KB Article regarding this. Search the KB for document 1089521.
iNotes_WA_Areas
Syntax: iNotes_WA_Areas=value
Description: Use this setting to disable any combination of the six functional areas in Domino Web Access: Welcome, Mail, Calendar, To Do, Contacts, or Notebook. Each area can contain a value of 0 to disable an area, or 1 to enable an area. The format is iNotes_WA_Areas=ABCDEF where
A = Welcome
B = Mail
C = Calendar
D = ToDo
E = Contacts
F = Notebook
Example: In this example, all sections except for Mail and Contacts are disabled:
iNotes_WA_Areas=010010
Applies to: Domino Web Access clients
Default: 111111 – if this setting is not used, all functional areas are enabled by default.
UI equivalent: None
Subject: RE: iNotes_WA_Areas
Thanks alot! I think this is just what I needed. I added the line iNotes_WA_Areas=011111 to the server’s notes.ini file and saved it. I then tested the Web Access and it’s still there. What do I need to do to refresh the variables for the server?
Jason