home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 198.lha / LabelBase.DOC < prev    next >
Text File  |  1988-12-27  |  6KB  |  171 lines

  1. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  2.    LabelBase 2     © 1988  By Laura M. Young
  3. vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
  4. Version 2 - December 14, 1988
  5.  
  6. LabelBase is a mini database program.  It will also print out your records
  7. in label format, so it is useful for doing mailing lists (like for Xmas)!
  8. You should have at least 512K to use this.. since the records you enter are
  9. kept in RAM until you save the file to the disk.  This makes the program
  10. VERY quick!  The largest file you can create is about 40K long (which will
  11. hold a LOT of records!).  But the less memory you have, the less records
  12. your file will be able to hold.  Here is an example:  Using a 512K machine
  13. and specifying 3 fields (with a max length of 20 chars), my file was able
  14. to hold over 800 records!
  15.  
  16. Here is a summary of the commands:
  17.  
  18. <C>reate new file
  19. -----------------
  20. This will make a new file in memory and ask you to specify how many fields
  21. you want for each record. Then will ask you what you want the subject of
  22. each field to be, and what the maximum number of characters can be.
  23. If there is already a file in memory when you choose <C>reate, it will
  24. tell you and ask whether you want to go back and save that file to disk
  25. first.
  26.  
  27.  
  28. <L>oad file
  29. -----------
  30. Loads a previously saved file from disk.  If you haven't set your CURRENT
  31. DIRECTORY from the <*>Disk Commands function, you must specify path names
  32. when loading or saving your files.  For example, to save a file named JUNK on
  33. DF1: in the directory called STUFF, you'd type for the filename:
  34. DF1:STUFF/JUNK. If your current directory is already STUFF, then you would
  35. just type the filename JUNK.
  36.  
  37.  
  38. <A>dd record to current file
  39. ----------------------------
  40. This will let you add more records to the file currently in memory.
  41.  
  42.  
  43. <E>dit record in current file
  44. -----------------------------
  45. This will let you edit a record(s) in the file currently in memory.
  46. You will be given the choice to edit ALL files or just some.
  47.  
  48.  
  49. <D>elete record from current file
  50. ---------------------------------
  51. Deletes a record from the file currently in memory.  You are given an option
  52. to delete a certain record #, or SCAN for a certain record if you are unsure
  53. of which record you want to delete.
  54.  
  55.  
  56. <W>rite file to disk
  57. --------------------
  58. This will save the file currently in memory to disk.  Always remember to
  59. save your file before quitting.  If you do forget to save it though, it will
  60. tell you about it, so you can go back and save it.  You must specify path
  61. names here also if you haven't set your CURRENT DIRECTORY through the
  62. <*>Disk Commands function.
  63.  
  64.  
  65. <S>ort records
  66. --------------
  67. This will let you sort the file currently in memory by whatever field you
  68. want.  For example if your fields were Name, Address, Phone #, you could
  69. either sort them alphabetically by Name, or by the Address, or Phone #.
  70. A re-sort is automatically done after deleting any records, but if you add
  71. records you must sort them when done.
  72.  
  73.  
  74. <*>Disk Commands
  75. ----------------
  76. This will bring you to another little menu for:
  77.  * Setting your CURRENT DIRECTORY - Once you set your current directory,
  78.    you will not have to specify path names for loading/saving files..etc.
  79.  * Delete a disk file - Just what it says.
  80.  * View directory - Gives the CURRENT directory listing.
  81.  
  82.  
  83. <P>rint Record(s)
  84. -----------------
  85. You can print your record or records out, and they will be spaced just
  86. right for printing on labels.  (This is great for doing your Xmas cards!)
  87. The labels should be 1 across, and you can specify whether you want to use
  88. STANDARD labels (3 lines), LARGE labels (up to 8 lines), or CUSTOM (you
  89. can specify your own parameters).
  90.  
  91. You will also be able to set up your labels and put up to 3 fields on 
  92. each line.  The line length is 32, so if you put 3 fields on a line
  93. (for example:  Name, Address, Phone#) they must be less than 32 characters
  94. or they will go off the label.  For a mailing label you could set it up
  95. like this:
  96.  
  97. Fields:
  98. 1 Last Name
  99. 2 First Names
  100. 3 Address
  101. 4 City
  102. 5 State
  103. 6 Zip
  104.  
  105.  
  106. You will be prompted to enter the field # for each line.  If you only want
  107. one field on a line, or just two, you type a '0' for that one.
  108.  
  109. Line 1:
  110. 2   1   0    (First Names, Last Name, 0=that's all on that line!)
  111.  
  112. Line 2:
  113. 3   0   0    (just the Address on the 2nd line)
  114.  
  115. Line 3:
  116. 4   5   6    (City, State and Zip on the 3rd line)
  117.  
  118. It is really pretty simple...
  119. After you set things up and are ready to print them out, you will be asked
  120. if you want to print ALL the records in the file, just a SINGLE one, or
  121. only certain records with a COMMON word in a certain field. If you choose to
  122. print the records that are in common, it will ask you what to look for,
  123. and then print out all the ones it finds.
  124.  
  125. *** Hint ***
  126. I use a field named "Reference", and for the names on my Christmas card  list
  127. the Reference says 'XMAS'.  So when printing out Xmas card labels, I choose
  128. to print only the records with the common word of 'XMAS' in the Reference
  129. field.
  130.  
  131. Well that's about it...... hope you like this program!  If you have any
  132. questions I can be reached on GEnie as L.Young1, or CI$ - 74606,3504, or
  133. my BBS - The Equinox BBS, in Easton, PA.  215-250-9467 (1200/2400 baud).
  134.  
  135. This program is shareware, and can be freely distributed, but not used
  136. commercially or for profit.  It may be put on Public Domain disks with
  137. my consent.  If you find LableBase2 useful and would like to see future
  138. improvements,  send a contribution of $10 to:
  139.  
  140. Laura M. Young
  141. 702 Whitney Ave.
  142. Easton, PA  18042    (USA)
  143.  
  144. This will certify you as a REGISTERED user, and I will notify you of any
  145. future versions, and also any updates to any of my other programs.
  146.  
  147.  
  148.  
  149. Have fun!!
  150.   /\___/\
  151.  (       )
  152.  | .   O |
  153.  |       |
  154.  |       |
  155.   \     /
  156.    \_*_/
  157.      U       «(Spuds)»
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164.  
  165.  
  166.  
  167.  
  168.  
  169.  
  170.  
  171.