No Bookshelf 1994 Toolbar Button in Word for Windows

ID: Q114989

2.x 6.00 6.00a 6.00c WINDOWS kbmm

The information in this article applies to:

SYMPTOMS

When you install Microsoft Bookshelf 1994 and choose to integrate it with Word for Windows, no Bookshelf toolbar button appears in Word.

NOTE: Microsoft Bookshelf for Windows, 1994 Edition, does not integrate with Microsoft Word for Windows 95, versions 7.0 or later. Bookshelf 1994 is a 16-bit application and is not supported with 32-bit applications.

CAUSE

By design, Bookshelf 1994 does not add the Bookshelf toolbar in Word. When you integrate Bookshelf 1994 with Word for Windows, Bookshelf Setup adds the "Quote of the Day" command to the View menu in Word and the "Copy to Word" command to the Edit menu in Bookshelf. For Word 6.0, Bookshelf Setup copies the Bshelf94.dot template to your Word STARTUP subdirectory (usually Winword\Startup). For Word 2.x, Bookshelf Setup places the "Quote of the Day" macros in your Normal.dot file.

WORKAROUNDS

Method 1

To start Bookshelf 1994 from Word, use the Quickshelf toolbar.

Method 2

Create the following WordBasic macro and assign it to a toolbar button in Word. This macro uses the Shell statement to launch Bookshelf 1994 from Word.

WARNING: ANY USE BY YOU OF THE CODE PROVIDED IN THIS ARTICLE IS AT YOUR OWN RISK. Microsoft provides this macro code "as is" without warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

   Sub MAIN
      Shell "C:\BOOKS94\BS94.EXE"
   End Sub

NOTE: This macro assumes that Bookshelf 1994 is installed in the C:\Books94 directory on your computer. Modify the macro accordingly if you installed Bookshelf 1994 somewhere else on your computer.

MORE INFORMATION

Below are excerpts from the Bookshelf 1994 Readme.txt that describe how to integrate Bookshelf 1994 with Word.

NOTE: The description of the WabSetup macro in Bshelf94.dot contains the following incorrect information:

   Copies Word & Bookshelf macros to Normal.dot, adds the Bookshelf button
   to the Toolbar, and adds a few commands to menus.

Bookshelf copies macros to Normal.dot only if you are running Word 2.x, not if you are running Word 6.0. Furthermore, the macro does not add the Bookshelf button to the toolbar, regardless of which Word version you are running.

BOOKSHELF AND WORD FOR WINDOWS INTEGRATION

Setup Issues

During Setup, you will be given the option of installing the feature that integrates Bookshelf and Word for Windows if your system meets the following conditions:

For Word for Windows 2.x: For Word for Windows 6.0: If you install the integration feature, the Setup program modifies Normal.dot, the global document template for Word 2.x, to customize the Word Toolbar and menus. Changes you have made to the Toolbar, to the default menus, and so on, are preserved.

The integration feature adds these features to Bookshelf and Word:

To send a topic from Bookshelf to Word, choose the "Copy to Word" command from the Edit menu. Detailed information on copying to Word is available from Bookshelf Help.

Manual Integration of Bookshelf with Word 6.0 for Windows

The following directions assume your hard disk drive is drive C, that Bookshelf is installed in C:\BOOKS94, Windows is installed in C:\Windows, Word for Windows 6.0 is installed in C:\Winword and that your CD-ROM drive is drive X.

To manually integrate Bookshelf with Word 6.0 for Windows:

1. Copy x:\Word\Bshelf94.dot to C:\Winword\Startup.

2. Copy x:\Word\Bookshlf.dll to C:\Windows\System.

3. Copy X:\Word\Bsword.hlp to C:\Books94.

4. After copying these files to the hard drive, remove the Read Only

   attribute. To remove the Read Only attribute:

   a. In the Main Window of Windows Program Manager, open File Manager.

   b. In the C:\Winword\Startup directory, select the Bshelf94.dot file.

   c. From the File menu, choose Properties.

   d. In the Attributes section, clear the Read Only check box.

   e. Choose OK.

   f. Repeat steps a through e for Bookshlf.dll and Bsword.hlp.

5. Use Notepad or any other text editor to add the following entries to the
   [Bookshelf] section of the Win.ini file:

      [Bookshelf]
      integration=2
      LastQuote=1
      BSWordHelp=C:\BOOKS94\BSWORD.HLP

Integration of Bookshelf 1994 and Word for Windows 6.0 is now complete.

REFERENCES

Microsoft Bookshelf 1994 Readme.txt file

"Microsoft Word User's Guide," version 6.0, pages 716-724

KBCategory: kbmm KBSubcategory: Additional reference words: winword2 msn_bookshelf 2.00 2.00a 2.00a-CD word6 winword 2.00b 2.00c 6.00 6.00a mmwinword kbmm multi media multimedia multi-media edition docerr cdg

Keywords          : kbmm
Version           : 2.x 6.00 6.00a 6.00c
Platform          : WINDOWS

Last Reviewed: August 4, 1997