home *** CD-ROM | disk | FTP | other *** search
/ Big Blue Disk 17 / bbd17.zip / LABELER.TXT < prev    next >
Text File  |  1987-12-21  |  6KB  |  111 lines

  1. |D╔══════════╗════════════════════════════════════════════════════════════════════
  2. |D║ |5Helpware |D║════════════════════════════════════════════════════════════════════
  3. |D╚══════════╝════════════════════════════════════════════════════════════════════
  4.  
  5. ^C^1LABEL PRINTER
  6. ^Cby George Leritte
  7.  
  8.  
  9.    Ever wanted to keep track of a list of labels and didn't want to use a high 
  10. powered data base?  Here's the program for you.  LABEL PRINTER is a simple, on-
  11. screen data base that allows you to keep track of up to 8 different lists on one 
  12. disk.
  13.  
  14.    When you first enter the program, you are asked for the name of the file to 
  15. use.  Use any filename you want, but do not enter an extension.  The program 
  16. creates and uses three files with extensions of ".TYP", ".IDX", and ".DAT".  You 
  17. can press ENTER and the program uses a default of "LABELS".
  18.  
  19.    The main menu options are:
  20. ^1F1  Add New Labels               
  21. ^1F2  Edit Label Type List
  22. ^1F3  Search for Labels
  23. ^1F5  Edit/delete Current Label
  24. ^1F6  List Labels by Type
  25. ^1F7  Print Labels
  26. ^1F9  Exit
  27.  
  28.    The first thing you will want to do is to create your types of lists.  You 
  29. can set up these 8 lists for things like Christmas lists and monthly bills.  
  30. These types are strictly reminders for your convenience.
  31. ^1           ┌────Label Types─────┐
  32. ^1           │ 1                  │
  33. ^1           │ 2                  │
  34. ^1           │ 3                  │
  35. ^1           │ 4                  │
  36. ^1           │ 5                  │
  37. ^1           │ 6                  │
  38. ^1           │ 7                  │
  39. ^1           │ 8                  │
  40. ^1           └─────F10 Exits──────┘
  41.  
  42.    Then you will want to start adding labels.  Each label contains five lines of 
  43. information.  You are given space for two name lines, two address lines and one 
  44. line for city, state, and zip code.  These are arbitrary designations, so you 
  45. can use these as you like.  After entering this information for a label, you are 
  46. asked for an index type.  The program will use the first five letters of the 
  47. first or last name as an index for sorting and searching.  You have been 
  48. provided with a text editor for entering information.  Use the arrow keys to 
  49. move around the text area.  The backspace key deletes the character to the left 
  50. of the cursor.  The delete key deletes the character under the cursor.  The 
  51. insert key toggles insert mode on and off.  In insert mode, all characters will 
  52. be moved to the right and the characters typed will be placed at the cursor.  
  53. You can tell the modes by the size of the cursor.  A standard underline cursor 
  54. means you are in standard entry mode and a large box cursor means you are in 
  55. insert mode.  When you are finished entering the information for the label, 
  56. press F10 to keep the label, or F9 to discard it.  If you keep the label, you 
  57. will then be asked to select which list type(s) the label belongs to.  You can 
  58. place the label in any or all of the up to eight lists you have defined.  Use 
  59. the arrow keys to move up and down the list and press the space bar or ENTER key 
  60. to toggle the entry.  When the entry is bright it is selected.  When it is 
  61. normal text it is not selected.  For example, if you have placed the label in 
  62. Christmas list and monthly bills, then when either of these has been selected 
  63. to print, the label will be printed.  Press F10 to exit the selection process. 
  64. ^1           ┌────────────────────────────────────────────────────┐
  65. ^1           │Name 1     ________________________________________ │
  66. ^1           │Name 2     ________________________________________ │
  67. ^1           │Address1   ________________________________________ │
  68. ^1           │Address2   ________________________________________ │
  69. ^1           │City St Zp ________________________________________ │
  70. ^1           │Index type _   first or last name                   │
  71. ^1           │                                                    │
  72. ^1           └────────────────────────────────────────────────────┘
  73.  
  74.    To edit or delete a label from the list, you must first search for it.  When 
  75. you select search from the main menu, you are prompted if you want to use the 
  76. index for searching.  An index search is faster.  If not, then you are asked for 
  77. the search mask(s) for each field.  You enter the search masks just like 
  78. entering a label.  When finished, press F10 and the program will search the data 
  79. base for the record you've selected.  When the program finds a match, it will 
  80. display it in the edit area and ask you if this is the correct label.  Press Y 
  81. if it is or any other key if not.  The program will continue searching until you 
  82. find the right label or it reaches the end of the data.
  83.  
  84.    To edit a selected label, press F5 from the main menu.  You will then have 
  85. all the options and choices you had in the add labels routine.
  86.  
  87.    When you select the print labels option, you will be presented with the label 
  88. type menu.  Use the cursor keys and the space bar or ENTER key to select which 
  89. label types you wish to print.  Press F10 to exit the selection process.  All 
  90. labels that belong to any of the selected lists will be printed.  Then you will 
  91. be asked if you want to eliminate any blank lines in the labels.  Next you load 
  92. your labels and press the space bar to print.  If you want to abort before 
  93. starting, press the ESC key.  To abort while printing, press any key and you 
  94. will be prompted if you really want to stop. 
  95.  
  96.    You can print a listing of each list to the screen or the printer by pressing 
  97. F6 from the main menu.  Select one label type from the menu and press F10.  You 
  98. will be asked for the destination of the list, the screen or your printer.
  99.  
  100.    Pressing F9 from the main menu exits the program.
  101.  
  102.    Note:  If the files LABEL PRINTER needs are not on disk, it will create new 
  103. files.
  104.  
  105.    To run this program outside ^1Big Blue Disk^0, type:  ^1LABELER^0.
  106.  
  107. DISK FILES THIS PROGRAM USES:
  108. ^FLABELER.EXE
  109. ^FBRUN30.EXE
  110. ^FRETURN30.EXE
  111.