OL2000: Save as Web Page Option Is Missing After You Install Team Folders (249337)
The information in this article applies to:
This article was previously published under Q249337 SYMPTOMS
After you run the Team Folders Wizard, the Save as Web Page option is missing from the File menu when you open your default calendar file.
CAUSE
The Save as Web Page option is not designed to work with Team Folders.
WORKAROUND
You can manually add the Save as Web Page option to your File menu, or the administrator can modify the Default.htm file that is associated with the Team Folder. NOTE: The Save as Web Page option functions normally for your default calendar, but is not designed to work with folder home pages such as those that are used by Team Folders.
To manually add the Save as Web Page option to your File menu:
- Open your default calendar folder.
- On the View menu, point to Toolbars, and then click Customize.
- On the Commands tab, click File in the Categories box.
- In the Commands box, drag Save as Web Page to your File menu and drop it below the Save Attachments command.
- In the Customize dialog box, click Close.
To modify the Default.htm file that is associated with the Team Folder.
- On the Web server, open the Default.htm file in Notepad.
- On the Edit menu, click Find.
- Use the Find dialog box to search for "Call displayCommandButton(0,3823)" (without quotation marks).
- Change 0 to 1 so it appears as "Call displayCommandButton(1,3823)" (without quotation marks).
- On the File menu, click Save, and then close the Default.htm file.
MORE INFORMATION
The displayCommandButton function in the Default.htm file that is associated with a Team Folder is used to show or hide a specified CommandBar control. The first parameter determines the visible state of the control (0 = invisible, 1 = visible). The second parameter is the Control ID that identifies which control is affected. The number "3823" is the control ID for the Save as Web Page CommandButton control.
Modification Type: | Major | Last Reviewed: | 9/29/2003 |
---|
Keywords: | kbprb KB249337 |
---|
|