home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload / ShartewareOverload.cdr / virus / loadsys.zip / LOADSYS.DOC < prev    next >
Text File  |  1990-12-13  |  7KB  |  194 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.                              LoadSys
  21.               reloading database management system
  22.                       Christopher C. Morton
  23.                             12/12/90 Acknowledgments:
  24.  
  25. To Al Fedor and Rick Wolf for explaining the incomprensible.
  26.  
  27. To Steve Podleski for being a cooperative guinea pig.
  28.  
  29. To Ed Harris for knowing everything.
  30.  
  31. To Clarion Software, whose product alternately made things very
  32. easy and very hard, and on balance, just about right.
  33.  
  34.                                i. Guarantee: None whatsoever.  You use this program completely at
  35. your own risk, the programmer taking NO responsibility for its
  36. actions or inactions.  What do you expect for free?
  37.  
  38.  
  39. I. Introduction
  40.  
  41. I've been reloading intermittantly since the mid-70s. 
  42. Unfortunately, I've been keeping serious records for only about the
  43. last two months.  I've probably rediscovered the same handloads a
  44. dozen times.  Since buying a computer I've used DbaseII and
  45. DbaseIII+ for number of tasks, both work related and personal. 
  46. While these applications were useful to me to a greater or lesser
  47. degree, they were often slow, crude and all required the presence
  48. of Dbase.  
  49.  
  50. I recently began using the Clarion database development package. 
  51. The capabilities and ease of use of this package so surpassed those
  52. of previous databases that I'd used, that I immediately set about
  53. converting various applications to Clarion.  While doing these
  54. conversions, it occurred to me that although I'd been doing
  55. database programming from time to time for almost five years, I'd
  56. never thought of writing myself a package to take care of my
  57. reloading needs, inspite of the fact that I'd previously written
  58. a videotape library system.  Since I've recently started doing a
  59. LOT of reloading, the need for something was pressing and LoadSys
  60. is it.
  61.  
  62.  
  63. II. System Requirements
  64.  
  65. Running the system doesn't take much special.  Here's what it takes
  66. (as far as I know....)
  67.  
  68. 1. XT/AT/386 IBM compatible PC. - The system was developed on a
  69. Compaq Deskpro 286.  It's been run successfully on an 8mhz JDR/XT.
  70.  
  71. 2. MS-DOS 3.3 or above - 3.3 probably isn't REQUIRED, but the
  72. system has so far been used only on PCs running Compaq and Packard-
  73. Bell MS-DOS 3.3
  74.  
  75. 3. Hard Disk Drive - The executable file is almost 412k in size. 
  76. You could probably run the system off of a 1.2meg or 1.44meg
  77. floppy.  You could also shoot the National Match course of fire
  78. with a 10gauge goose gun and rifled slugs.  I wouldn't advise
  79. either....
  80.  
  81. 4. 640k memory - I've only run the system on PCs with 640k or
  82. greater.  Clarion applications use memory the way a minigun uses
  83. ammo.  If there are memory problems, future releases can be
  84. overlayed.  So far no problems have arisen with the compiled and
  85. linked program.
  86.  
  87.                                1.
  88. 5. Card and monitor - The system was developed with a Compaq EGA
  89. system.  It's been run on a generic B&W VGA system.  It was written
  90. to be legible on ANY reasonable video display and card combination. 
  91. That's why it's in black and white.  If you want color, buy Leisure
  92. Suit Larry or break out the crayons....
  93.  
  94. 6. Printer - The system was developed using an Epson LQ-850.  It
  95. was not written FOR an LQ-850.  The print routines are intended to
  96. be as generic as possible.  For this reason the box label printing
  97. command was written with 8.5x11 paper with a form length of 0.  The
  98. way the labels print, you can get at least four out of a sheet of
  99. bond or tractor feed paper.  It's easier to tear on the dotted line
  100. and attach the label with scotch tape, than it is to buy specific
  101. labels and then scrape them out of your box tops when they start
  102. to accumulate.
  103.  
  104.  
  105. III. The System
  106.  
  107. LoadSys enables you to enter the data from your handloads and
  108. retrieve it when desired, keep track of bullets used, and print box
  109. labels for each batch of ammo.
  110.  
  111.      A. Structure - The system is composed of tables, forms, and
  112.      reports.  There are also numerous help screens accessed by
  113.      using the F-1 key.
  114.  
  115.           1. Tables - The tables are ordered lists of records
  116.           indexed on a particular item.  A particular record can
  117.           be examined, changed, or deleted by moving to that record
  118.           and pressing the enter key.  In most tables, you can
  119.           enter a value such as bullet diameter, in a locator field
  120.           to quickly move to a particular record.  If you want to
  121.           add a record, press the insert key.
  122.  
  123.           2. Forms - The forms allow you to enter data into the
  124.           database, from whence it can be displayed in the tables
  125.           or printed in a report.  Most input fields in the forms
  126.           are linked to tables offering you a choice of predefined
  127.           values, such as common cartridge names, bullet diameters,
  128.           or powder names.  Some input fields automatically perform
  129.           certain editing functions, such as capitalization of the
  130.           first letter or complete capitalization.  Combined with
  131.           the lookup tables, this makes data entry easier and helps
  132.           standardize your data.
  133.  
  134.           3. Reports - Reports allow you to print either reports
  135.           of various data items.  You can also print labels for
  136.           your ammo boxes.  No more wondering whether that .30-06
  137.           had 50gr. of 4064 or 13gr. of RedDot!
  138.  
  139.  
  140.  
  141.                                2. IV. Hints for Usage
  142.  
  143.      A. Most of the data apart from specific powder charges, etc.,
  144.      will be standardized information.  There are tables for round
  145.      names, bullet weight, bullet diameter, bullet type, etc.  You
  146.      can use the data preloaded in these tables or you change it
  147.      or add to it.  The system will not allow you to add exact
  148.      duplicates.  Only enter the same basic data once.  Use .45ACP
  149.      OR .45Automatic, not .45ACP AND .45Automatic.  This will make
  150.      things easier to keep track of.
  151.  
  152.      B. Enter the data as soon as you load the ammo.  The system
  153.      won't do you much good if you don't use it, or if you forget
  154.      what load you used.
  155.  
  156.      C. Use the notes section in the Load table.  If you use the
  157.      same load twice under the same conditions and get different
  158.      results, comparing loads and notes may help you determine the
  159.      problem.
  160.  
  161.  
  162. V. Conclusion
  163.  
  164. Enjoy the program.  I hope it makes life easier for you.  It
  165. already has for me.  I used to try to keep paper records, but
  166. always misplaced my log book.  So far, I've managed to not forget
  167. where the PC is!  If you like this program feel free to cough up
  168. $10.  Send $5.00 to me and $5.00 to the NRA Institute for Legal
  169. Action.  I won't curse your name if you just send $10 to them. 
  170. Give the program to whomever you like.  Maybe it'll keep them from
  171. blowing themselves up....
  172.  
  173. Questions, comments, and suggestions can be addressed NetMail to:
  174.  
  175. Chris Morton
  176. 1:157/200.20
  177.  
  178. You should also be able to garner a response by sending me EchoMail
  179. in the FidoNet FIREARMS echo.
  180.  
  181. If you're one of those wierd academic types, there's a SLIGHT
  182. chance that if you leave me mail in the USENET REC.GUNS newsgroup,
  183. it'll be relayed to me by someone with access to USENET.  Good
  184. luck.
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192.  
  193.  
  194.                                 3.