home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-386-Vol-2of3.iso / c / chm10.zip / CHM.DOC next >
Text File  |  2001-01-01  |  13KB  |  380 lines

  1.                        THE CALLAWAY HANDICAP MACHINE
  2.                                version 1.0
  3.                              Table of Contents
  4.  
  5. Section                                                        Page
  6.  
  7. 1       Introduction ......................................                 ii
  8. 1.1     System Requirments ................................                 ii
  9. 1.2     Disclaimer ........................................                 ii
  10.  
  11. 2       First Time Installation ...........................                 1
  12.  
  13. 3       Main Menu Options .................................                 1
  14. 3.1     Start a New Tournament File .......................                 1
  15. 3.2     Open Existing Tournament File .....................                 1
  16. 3.3     Edit Current Tournament File ......................                 2
  17. 3.3.1   Adding a Player's Score ...........................                 2
  18. 3.3.2   Editing a Player's Score ..........................                 2
  19. 3.3.3   Changing Course Info ..............................                 2
  20. 3.3.4   Clearing Database .................................                 2
  21. 3.4     Generate Report ...................................                 2
  22. 3.5     System Setup ......................................                 3
  23. 3.6     Dos Shell .........................................                 3
  24. 3.7     Quitting CHM ......................................                 3
  25.  
  26. List of Appendices
  27.  
  28. Appendix A - Explanation of the Callaway Handicapping System
  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.                                   i
  56. 1                Introduction
  57.  
  58.        The Callaway Handicap Machine is a simple to use program that
  59.        I wrote when I got tired of handicapping golf tournaments
  60.        using a pencil and calculator.  This I found took quite long,
  61.        and was prone to error, due to the fact that I never wanted to
  62.        miss out on the golf banquet fun while performing this tedious
  63.        task.
  64.  
  65.        The Callaway Handicapper is a quick and easy way of scoring a
  66.        golf tournament using the standard Callaway Handicap System
  67.        (which is included as appendix A of this document).  It is
  68.        written in Clipper version 5.0.
  69.  
  70.        Just as a warning, CHM has been built as a single user
  71.        application and is not meant to be accessed simultaneously.
  72.        The results of network use should not harm anything, however
  73.        CHM will react unfavorably at best.
  74.  
  75. 1.1    System Requirments
  76.  
  77.        To run the Callaway Handicap Machine you must have an IBM or
  78.        Compatible PC with at least 512k and a hard drive.
  79.  
  80. 1.2    Disclaimer
  81.  
  82.        CHM is supplied as is.  The author disclaims all warranties,
  83.        expressed or implied, including, without limitation, the
  84.        warranties of merchantability and of fitness for any purpose.
  85.        The author assumes no liability for damages, direct or
  86.        indirect, which may result from the use of CHM.  CHM is a
  87.        freeware program provided at no charge to the user.  Feel free
  88.        to share it with your friends, but please do not give it away
  89.        altered or as part of another system.
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.                                   ii
  110. 2                First Time Installation
  111.  
  112.        1.    Make a sub-directory for CHM on your hard drive using the
  113.              DOS MKDIR command.
  114.  
  115.        2.    Copy all CHM files into that sub-directory.  Make note as
  116.              there should be only two files.  These are CHM.EXE(the
  117.              run file for CHM), and CHM.DOC(this file).
  118.  
  119.        3.    Once this is done, type CHM <Ret>.  The Callaway
  120.              Handicapper Looks for a configuration file.  If it
  121.              doesn't find one it assumes first time installation, and
  122.              gives you the setup screen.  Refer to section 3.5 on how
  123.              to use this screen.
  124.  
  125.        4.    Once this is done, CHM automatically brings up the main
  126.              menu screen.
  127.  
  128.  
  129. 3      Menu Options
  130.  
  131.        The main menu has 7 options to choose from.  These give you
  132.        the opportunity to do several things.
  133.  
  134. 3.1    Starting a New Tournament
  135.  
  136.        When you are scoring a Tourament, The first thing you must do
  137.        is define the course you are scoring against.  This gives CHM
  138.        something to base maximum scores on.
  139.  
  140.        When you choose option 1 from the main menu, you are are asked
  141.        to enter a name.  This is usually some eight cahracter
  142.        abreviation of the tournament name.
  143.  
  144.        Once this is entered, the course data screen is displayed.
  145.        Simply enter the name of the course and the listed par for
  146.        each hole.  CHM will then calculate the front and back par
  147.        automatically.
  148.  
  149.        This file is now the default file for scoring.
  150.  
  151. 3.1    Open Existing Tournament File
  152.  
  153.        If you are like me, you will want to define the new tournament
  154.        a few days ahead to save time on tourney day.  When you have
  155.        to enter the scores, choose option 2 and a pulldown menu is
  156.        displayed containing the names of all the tournament files on
  157.        your system.  Use the cursor keys to move the highlight bar to
  158.        the one you wish to open and hit the Return key.  The current
  159.        file field on the main menu screen will always reflect the
  160.        current open file.
  161.  
  162.  
  163.                                   1
  164. 3.2    Edit Current Tournament File
  165.  
  166.        Once the file is open,  choose option 3 to add or edit the
  167.        file.  This will activate a pulldown menu with the follwing
  168.        options:
  169.                Add New Score
  170.                Edit Existing Score
  171.                Change Course Info
  172.                Clear Current Database
  173.  
  174. 3.2.1 Adding a Player's Score
  175.  
  176.        As the golfers bring you their score cards,  Choose the Add
  177.        function.  Enter the name of the golfer, then enter is hole by
  178.        hole score as it appears on the card.  CHM will adjust for any
  179.        score above the Callaway maximum for that hole.
  180.  
  181.        When you are done, CHM will ask you to verify your entry.  CHM
  182.        defaults to 'Y'.
  183.  
  184. 3.2.2 Editing a Player's Score
  185.  
  186.        If you make a mistake on a given player and wish to go back to
  187.        correct it, Choose the Edit function.  This will give you a
  188.        pulldown menu of all the players whose scores have been
  189.        entered.  Use the cursor keys to move the highlight bar to the
  190.        one you wish to edit and hit the Return key.  from this piont
  191.        the edit works the same as the add.
  192.  
  193. 3.3.3 Changing Course info
  194.  
  195.        This is to be used in the event that the course information
  196.        you keyed in is incorrect.  IT IS NOT RECOMMENDED YOU USE THIS
  197.        FUNCTION AFTER SCORES ARE ENTERED BECAUSE THESE SCORES WILL
  198.        NOT BE RECALCULATED!!!!!!!
  199.  
  200. 3.3.4 Clearing Database
  201.  
  202.        Using this option will clear all player names and scores from
  203.        the database without clearing the course info.  This allows
  204.        you to enter another tournament's scores over an old
  205.        tournament at the same course.
  206.  
  207. 3.4    Generate Report
  208.  
  209.        After all the scores are entered, choose option 4 to show the
  210.        standings.  you are given the option of displaying the results
  211.        to the screen or to a defined printer.  The names are listed
  212.        in in low net/low gross order.
  213.  
  214.  
  215.  
  216.  
  217.                                   2
  218.                  example:    Player1 has a gross 89 and net 78
  219.                              Player2 has a gross 88 and net 78
  220.  
  221.        The report would list Player2 in 1st place and Player1 in 2nd
  222.  
  223.        The report tells you the following items for each golfer:
  224.  
  225.                     Tournament placing
  226.                     Player name
  227.                     'Out' Score
  228.                     'In' Score
  229.                     Gross score
  230.                     Net score
  231.                     Hole by Hole score
  232.                     Holes dropped(* indicates ½ hole)
  233.  
  234. 3.5    System Setup
  235.  
  236.        When you first startup CHM you are automatically placed here.
  237.        If you wish to change any of the system parameters, you can
  238.        get here by choosing option 5.
  239.  
  240.        The screen is divided in half, the top half displaying what
  241.        parameters are currently defined.
  242.  
  243.        You are first asked to pick a printer port (default is LPT1).
  244.        IF you haven't got a printer, but would like the output to go
  245.        to a file name, choose the DOS FILE entry, then pick a DOS
  246.        acceptable file name.  This will become your 'printer'.
  247.  
  248.        Next you are asked to pick a directory to store your data
  249.        files (default is the current directory). If you wish to store
  250.        them elsewhere, enter the directory name (CAUTION: make sure
  251.        the directory exists because CHM will not create it).
  252.  
  253.        Last, you are asked if you want to round ½ strokes up (the
  254.        Callaway default).  You can elect not to.
  255.  
  256. 3.6    DOS Shell
  257.  
  258.        By choosing option 6, you are given acces to DOS.  After you
  259.        have executed the commands you wish, type in 'EXIT' to return
  260.        to CHM.
  261.  
  262. 3.7    Quitting CHM
  263.  
  264.        Option 7 from the main menu quits the program.  Everything is
  265.        automatically saved and all files are prolerly closed upon
  266.        exit.
  267.  
  268.  
  269.  
  270.  
  271.                                   3
  272.                                  APPENDIX A
  273.  
  274.                     THE "OFFICIAL" CALLAWAY HANDICAP SYSTEM
  275.  
  276. Under the Callaway System a player's handicap is determined after each round
  277. by deducting from his gross score for 18 holes the scores of the worst
  278. individual holes during the first 16 holes.  The table below shows the number
  279. of "worst hole" scores he may deduct and the adjustments to be made, based
  280. on his gross score.For instance, if his gross score for 18 holes is 96, he
  281. turns to the table and finds that he may deduct the total for his three worst
  282. holes scored on holes 1 through 16 inclusive.  Thus, if he has one 9, one 8,
  283. and a 7, his handicap totals 24.  From this total further plus or minus is
  284. then made according to the adjustment shown at the bottom of each column.
  285. For a gross score of 96 the adjustment requires a deduction of 2, resulting
  286. in a final handicap of 22.  Thus 96 minus 22 handicap equals a net score of
  287. 74.
  288.  
  289.  
  290.  
  291.             Score                             Deduct
  292.  ..     ..     70     71     72         SCRATCH    -     No Adjustment
  293.  73     74     75     ..     ..          ½  Worst Hole  and Adjustment
  294.  76     77     78     79     80         1   Worst Hole  and Adjustment
  295.  81     82     83     84     85         1½  Worst Holes and Adjustment
  296.  86     87     88     89     90         2   Worst Holes and Adjustment
  297.  91     92     93     94     95         2½  Worst Holes and Adjustment
  298.  96     97     98     99    100         3   Worst Holes and Adjustment
  299. 101    102    103    104    105         3½  Worst Holes and Adjustment
  300. 106    107    108    109    110         4   Worst Holes and Adjustment
  301. 111    112    113    114    115         4½  Worst Holes and Adjustment
  302. 116    117    118    119    120         5   Worst Holes and Adjustment
  303. 121    122    123    124    125         5½  Worst Holes and Adjustment
  304. 126    127    128    129    130         6   Worst Holes and Adjustment
  305. Maximum Handicap - 50
  306.  
  307.                                 ADJUSTMENT
  308. -2     -1      0     +1     +2              Add or Deduct to Handicap
  309.  
  310. NOTES:  1.    No hole may be scored at more than twice its par.
  311.         2.    Half strokes count as whole.
  312.         3.    The 17th and 18th are never deducted.
  313.         4.    In case of ties lowest handicap takes preference.
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320.  
  321.  
  322.  
  323.  
  324.  
  325.                                   A1
  326. AMENDED CALLAWAY SYSTEM FOR PAR-3 COURSES
  327.  
  328. Score: 54 or under, no deduction; 55-57 inclusive, deduct ½ worst hole; 58-
  329. 62, deduct 1 worst hole; 63-67, deduct 1 worst hole plus ½ next worst; 68-72,
  330. deduct 2 worst holes; 73-77, deduct 2½ worst holes; 78-82, deduct 3 worst;
  331. 83-87, deduct 3½ worst holes; 88-92, deduct 4 worst holes; 93-97, deduct 4½
  332. worst holes; 98-102, deduct 5 worst; 103-107, deduct 5½ worst; 108 and up,
  333. deduct 6 worst holes, the limit.
  334.  
  335.        Note - Half strokes count as whole; never deduct 17th and 18th hole
  336. scores; the lower handicap takes preference in ties.
  337.  
  338. An example; his round on a par-3 reads like this: 354 435 444-35; 473 424
  339. 346-37-73.  He now deducts the two worst holes, plus ½ of the next worst.
  340. That 6 at 18 is the second worst but cannot be counted.  So a 7 and 5 are
  341. knocked off,and one-half of another 5, with that half-stroke counting as a
  342. whole,and the total comes to 15.  That is his handicap, so the net score is
  343. 58, or 4 over par.
  344.  
  345.  
  346.  
  347.  
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.  
  365.  
  366.  
  367.  
  368.  
  369.  
  370.  
  371.  
  372.  
  373.  
  374.  
  375.  
  376.  
  377.  
  378.  
  379.                                   A2
  380.