home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / code_lib / lib / readme.txt < prev    next >
Encoding:
Text File  |  1995-03-17  |  4.0 KB  |  78 lines

  1. The Librarian 2
  2. by
  3. Ken Bergmann
  4. B Elegant Software
  5. Copyright 1994-1995
  6.  
  7. This readme file is for the Visual Basic Librarian 2.
  8.  
  9. OverView
  10. =========
  11.  
  12. The Librarian 2 will store file objects compressed in an Access Database.  It is designed to allow source code, documents, etc to be stored in a central location that can be accessed remotely.  All objects stored are full text searchable.  Objects are stored using a classification method of Category and Reference Type.
  13.  
  14. Basic Operations
  15. =================
  16. Copy the BASE.MDB file to a file of a name of your choosing.  Choose a name like LIB.MDB or ARCHIVE.MDB.  Make sure this database file is not read-only.  Then run the Librarian and at the login screen, navigate the path to the new file.  You can double click in the file window, or enter a full path and file name, or single-click a file name and press enter.  It will open the database and allow you can begin to customize your library database.
  17.  
  18. Go to the options button first.
  19. On the options form, you can maintain the tables that allow you to categorize your references, and each type of category.  You can also maintain the list of valid object types.  This list is file extension driven.
  20.  
  21. Once you have customized the database the way you want it, go to the references and begin to add references and objects to the database.  References have a description, and a category and type.  Each reference can have as many objects in it as you like.  The objects for a reference appear when you select a reference.  You cannot enter objects unless there is a reference currently selected.  Object operations always operate on the currently selected reference.
  22.  
  23. Make as many copies of the BASE.MDB file as you like.  Each copy is a seperate library that you can customize the way you wish.
  24. The only limit on object size or database size is the amount of space in your file system.
  25.  
  26. All objects are compressed before being stored in the librarian.  They are automatically decompressed upon retrieval from the database.  The compression method is 100% compatible with the PKZIP brand of compression.
  27.  
  28.  
  29. Using the Outline Form
  30. ==========================
  31.  
  32. You can navigate the library for browsing, using the Outline view.  This view organizes all references by Category and Type.  You choose which order is first.  This allows you to go straight to certain types of information in one step.  By navigating the Outline you can drill down to a reference and do maintenance at that level.
  33.  
  34. Using the References Form
  35. ==========================
  36.  
  37. You can navigate the References by picking them from the list box, or you can filter using the filter criteria.  Selecting a filter Category or Type will automatically invoke the filter.  However, entering description text (accepts ACCESS wildcards) does not run the filter until the Run Filter button has been pressed.  You can clear the filter using the Clear Filter button.
  38.  
  39. The Code Librarian will allow directories to be imported as well as exporting all objects for a Reference in one step.
  40.  
  41. Using the Options Form
  42. =======================
  43. You can add new Categories and Types from the Options form.
  44.  
  45. Using the Search Form
  46. ======================
  47. To search, type a text string (accepts ACCESS wildcards!) into the search box next to the Search button.  Press the search button and it will return all objects with the text appearing in them.  It searches binaries as well as text files.  The object list is returned in the objects grid.  Filtering using the filter criteria will refresh this.
  48.  
  49.  
  50. VBX Files Required
  51. ===================
  52.  
  53. THREED.VBX
  54. VBCTL3D.VBX
  55. CURTIME.VBX
  56. MSOUTLIN.VBX
  57.  
  58. Caveats
  59. ========
  60.  
  61. There are none at this time.
  62. Ken Bergmann is not responsible for anything in any way, shape or form, for whatever happens by installation, ownership, or use (incorrect or otherwise) of this application.
  63.  
  64. Everything else
  65. ================
  66.  
  67. If you have suggestions or ideas, please contact:
  68.  
  69. Ken Bergmann
  70. B Elegant Software
  71. P.O. Box 264
  72. Issaquah, WA 98027
  73.  
  74. NET: 74441,163@compuserve.com
  75. PHN: (206) 557-4279
  76.  
  77. Thanks!!!!
  78.