[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference bulova::decw_jan-89_to_nov-90

Title:DECWINDOWS 26-JAN-89 to 29-NOV-90
Notice:See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit
Moderator:STAR::VATNE
Created:Mon Oct 30 1989
Last Modified:Mon Dec 31 1990
Last Successful Update:Fri Jun 06 1997
Number of topics:3726
Total number of notes:19516

2208.0. "Logical for bookreader library?" by TRNING::BARFIELD () Mon Feb 05 1990 17:51

    Is there a logical for defining user-specific library bookshelves
    as default, rather than having to use the file
    decw$book:library.decw$bookshelf as the bookshelf that comes up
    when you start bookreader?
    
    thanks,
    
    ed
    
    
T.RTitleUserPersonal
Name
DateLines
2208.1Use a search-listPOBBLE::PASCIUTAAdrian PasciutaTue Feb 06 1990 04:2919
You can use a search-list to define the DECwindows book directory.  That
way, you can have the Bookreader look for books in the system library and
a personal library.

For example:

	$ DEFINE DECW$BOOK SYS$COMMON:[DECW$BOOK],MYDEV:[USERNAME.DECW$BOOK]

If the Bookreader is invoked after defining the above logical, it will look
for books in both the system library and the user's library.  The
LIBRARY.DECW$BOOKSHELF files in both location will be merged to create
a combined list.

Your search-list can be as long as you like--the Bookreader will search all
locations for library files to merge.

Note that this only works with the VMS V5.3 Bookreader.

Adrian