home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / DATABASE / CDLIB110.ZIP / CDLIB.TXT < prev    next >
Encoding:
Text File  |  1993-04-12  |  9.7 KB  |  259 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.                             THE CD LIBRARY  V1.10
  22.  
  23.                            Written by Ben Van Hool
  24.                                    
  25.                              Copyright (C)  1993
  26.                                    Belgium 
  27.                                    
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60. ┌─────────────────────────────────────────────────────────────────────────────┐
  61. │ ░░░░░▒▒▒▒▒▓▓▓▓▓█████           INTRODUCTION            █████▓▓▓▓▓▒▒▒▒▒░░░░░ │
  62. └─────────────────────────────────────────────────────────────────────────────┘
  63.  
  64.    HOW THE CD LIBRARY WAS BORN
  65.  
  66.    Since my CD collection is becoming pretty big, it's easy to have a list 
  67.    around, with all the CD's I possess. But what I hate is that you lend some
  68.    of your favourite CD's to a friend, and never get them back. Often I forgot 
  69.    whom I gave them to, and after a while I even forgot that I ever bought that
  70.    CD ! To solve all these problems, I decided to write myself a program good
  71.    enough to keep track of these things. It took me a while to do all the
  72.    writing, but I think the result is quite good. Even more, I think it's worth
  73.    the money I spend already on lost CD's.
  74.    I tried to incorporate other people's needs, so the program can be used by
  75.    anyone who wants to. I hope I succeeded ...
  76.  
  77.  
  78.    WHAT YOU CAN DO WITH IT
  79.  
  80.    Each CD Library file (.CDL) can keep up to 500 records (Do you have that many
  81.    CD's ?). The records can be sorted, printed out, edited later, etc. just like 
  82.    a real database. But what's more important (that was at least my need) is the
  83.    'borrower' field and the in/out status. Each record (CD) has an in/out field
  84.    which can be turned on or off. The status 'in' means that the CD is available,
  85.    while 'out' means that ... yes, that's right.
  86.    When a CD is out, you can fill out the 'borrower' field, so you know exactly
  87.    which CD has been borrowed by whom. When the CD comes back in, you simply 
  88.    turn the in/out field off and the borrower field is cleared automatically.
  89.    
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. ┌─────────────────────────────────────────────────────────────────────────────┐
  121. │ ░░░░░▒▒▒▒▒▓▓▓▓▓█████         SHAREWARE CONCEPT         █████▓▓▓▓▓▒▒▒▒▒░░░░░ │
  122. └─────────────────────────────────────────────────────────────────────────────┘
  123.  
  124.    IMPORTANT
  125.  
  126.    This product is released as shareware, which means that it is not in the 
  127.    public domain, nor is it free. All rights are reserved and stay with the
  128.    author. you are granted a 30-day trial period. If, after that period, you 
  129.    decide to keep using the product, you should register it.
  130.  
  131.  
  132.    DISCLAIMER
  133.  
  134.    The author can not be held responsible for any damage or loss of data 
  135.    caused to you, your soft- or hardware by the use of this product.
  136.    Nor is he bound to keep writing future versions of the CD Library.
  137.  
  138.    
  139.    REGISTRATION
  140.  
  141.    The shareware version is a fully working version (I say fully !). Every
  142.    function should work normally (except for all the bugs that are still in
  143.    it ...). The only limitation I put in it, is that only the first 25 
  144.    records of a file can be accessed. It simply means that you can not create
  145.    CD libraries with more than 25 records in it.
  146.    Consider it as a kind of insurance, to ensure myself a descent living.
  147.  
  148.    To register your copy of the CD Library, you should read the REGISTER.FRM
  149.    file. After paying your registration fee, you will receive a code, which
  150.    you can use to generate a key. This key will clear the first screen, saying
  151.    you are not registered, put your name in the 'registered to' box and ...
  152.    allow you to create libraries of up to 500 records.
  153.  
  154.    Just remember that a lot of time and work has been put in the making of 
  155.    this program. I know very well that it's not the 'Best Shareware Program
  156.    ever', but the registration fee is reasonable. It's up to you to decide
  157.    whether you register or not, and that you keep the shareware concept
  158.    working... 
  159.    Unregistered users, just do me one favour : even when you think this
  160.    product is useless, pass it to friends and place it on your favourite
  161.    BBS'es. Other people may benefit from the use of this product.
  162.  
  163. ┌─────────────────────────────────────────────────────────────────────────────┐
  164. │ ░░░░░▒▒▒▒▒▓▓▓▓▓█████               USAGE               █████▓▓▓▓▓▒▒▒▒▒░░░░░ │
  165. └─────────────────────────────────────────────────────────────────────────────┘
  166.  
  167.    I will not explain you in depth every detail or function that is in the 
  168.    program, since it is very easy to use, even if you do not know anything 
  169.    about computers.
  170.    Although, some important remarks ...
  171.  
  172.     1. The following files need to be in the SAME directory, and are all
  173.        nessecary to make the program working :
  174.  
  175.          CDLIB.EXE        Main executable.
  176.          CDLIB.MNU        File which contains all the menus.
  177.          CDLIB.PHD        File needed to print to file or printer.
  178.          CDLIB.UNR        A key for Unregistered users.
  179.                           [ not needed any longer after registration ]
  180.          CDLIB.KEY        Your registration key.
  181.                           [ only needed after registration ]
  182.  
  183.      2. It's best to run the program from a hard drive. It will work very
  184.         slow from floppy, since not all the menus stay in memory all the
  185.         time, so a lot of swapping has to be done. While running from a
  186.         hard drive, you will not notice any of this.
  187.  
  188.      3. For everything you do, every item you choose from the menu, an
  189.         expenation is given in the bottem of the screen. Each item is
  190.         explained as good as possible.
  191.  
  192.  
  193.    THE MENUS
  194.  
  195.     Main menu
  196.    ┌────────┬────────┬────────┬────────┬────────┬────────┬────────┬───────┐
  197.    │ Load   │ Save   │ New    │ Add    │ View   │ Edit   │ Sort   │ Print │
  198.    ├────────┼────────┼────────┼────────┴────────┴────────┴────────┴───────┘
  199.    │ Search │ About  │ Exit   │    
  200.    └────────┴────────┴────────┘
  201.        
  202.      Load   : Load a .CDL file into memory.  
  203.               All files created with the CD Library have the extension .CDL
  204.               When entering a file name in the program you should not ad this
  205.               extension or try to add another one.
  206.      Save   : Write a .CDL file to disk.
  207.               Same remark as above : do not enter an extension.
  208.      New    : Create a new .CDL file. Unregistered users will be able to
  209.               create libraries up to 25 items. Once you register, you can 
  210.               expand these libraries (by just adding new items) up to 500
  211.               records.
  212.      Add    : Add new records to a library.
  213.               To stop adding records, just press escape. The record you are
  214.               currently in will then be lost, so make sure you are standing
  215.               on a blank record.
  216.      View   : Simply scroll through the records by using the page up and
  217.               page dosn key. Escape quits viewing.
  218.      Edit   : This mode allows you to edit earlier inputted records.
  219.               Backspace : Toggles the borrower field on or off. When you
  220.                           turn the field on, a blank line will pop up, asking
  221.                           you to enter the name of the borrower. Entering a
  222.                           blank line here, will not turn on the 'in/out' mode.
  223.                           When the in/out mode is on (this is when a CD has
  224.                           been borrowed by someone), and you turn it off by
  225.                           pressing the backspace key, then the borrower field
  226.                           will be cleared and the status will be turned off.
  227.               Tab       : Start editing the fields. You can run through the
  228.                           fields by pressing tab a few times. When the in/out
  229.                           status is on, you will be able to edit the
  230.                           'borrower' field too. Making this field blank, turns
  231.                           off the in/out status.
  232.                           While editing a field, you can press escape to clear
  233.                           the line at once. Pressing escape again, before you
  234.                           typed anything else, pops up the line again.
  235.      Sort   : Allows you to sort your records. It's up to you whether you
  236.               want to sort them on the 'Band', 'Title', 'Style' or 'Year
  237.               field.
  238.               Choosing the 'Sort order' option in the menu, allows you to choose
  239.               between ascending (up) or descending (down) order.
  240.               The defauls set in the program are : 'Title' & 'Ascending'.
  241.               If you want to use these defaults just choose 'Go' to start 
  242.               sorting, otherwise set your defaults before choosing 'Go'.
  243.      Print  : Unregistered users will only be able to print to the printer.
  244.               Registered users can print to a .TXT file, and edit this file
  245.               with their default editor. This file can then be used in other
  246.               applications.
  247.            !! Make sure the printer has been turned on before you start printing
  248.               to it, or the program will halt with an error. Sorry for the
  249.               inconvenience, but this problem has not yet been solved.
  250.      Search : When you enter a search string, the program will search all
  251.               record & fields for  match. The program will stop after each 
  252.               matching item. You can then choose to continue searching, or to
  253.               quit.
  254.      About  : Display the about screen. When you plan to register, check this
  255.               screen to see, if the address and account number are the same
  256.               as mentionned in the REGISTER.FRM
  257.      Exit   : Leave the program.
  258.  
  259.