home *** CD-ROM | disk | FTP | other *** search
/ Share Gallery 1 / share_gal_1.zip / share_gal_1 / HD / HD057.ZIP / PGT.DOC < prev    next >
Text File  |  1991-07-15  |  21KB  |  444 lines

  1.     
  2.       About Personal Golf Tracker
  3.  
  4.       The intent of the program is to provide an easy way to keep
  5.       track of your golf scores.  As the program expanded I wanted to
  6.       know more than just my scores.  Now you can know much more about
  7.       your game than just what you shot.  Personal Golf Tracker
  8.       has the following features:
  9.  
  10.       1.      Keep track of your scores.
  11.       2.      Display your personal best on each course you play.
  12.       3.      Display average scores on par 3's, 4's and 5's.
  13.       4.      Compare your scores to Par, Bogey or Double Bogey.
  14.       5.      Graphically Show the percentage of time you shot Par, Bogey or
  15.               Double Bogey.
  16.       6.      Show percentage distribution of Eagle, Birdie, Par, etc.
  17.       7.      Graphically display your high, low and average hole by
  18.               hole.
  19.       8.      Track six special aspects of your game of your choosing.
  20.       9.      Graphically display your trends of six aspects of your
  21.               game of your choosing.
  22.       10.     Print a hard copy of the rounds you've entered.
  23.       11.     Print summaries of your performance on all courses
  24.               or all golfers on a single course.
  25.       11.     Enter up to 99 rounds on 25 courses of 32 golfers.
  26.       12.     Analyze rounds before and after a given date.
  27.       13.     Calculate handicaps for nine and eighteen hole rounds.
  28.       14.     Check your consistency on each hole or on rounds played.
  29.  
  30.       This program was created in part with the following:
  31.  
  32.       Microsoft QuickBasic - Version 4.5
  33.  
  34.       ProBas - originally Advbas (Shareware)
  35.               Hammerly Computer Services Inc.
  36.               8008 Sandy Spring Road
  37.               Laurel, Maryland  20707
  38.  
  39.       Prowindows Lite - a Shareware program
  40.               Daniel P. Stasinski
  41.               Systems Management Consultant
  42.               30 North Street
  43.               Willits, CA  95490
  44.  
  45.       Scredit - a Shareware program
  46.               TIYLI Software
  47.               4614 Arapahoe Tr.
  48.               Austin, TX  78745
  49.  
  50.       QuickBasic, Probas, Prowindows Lite and Scredit are trademarks of
  51.       their respective companies.
  52.       
  53.     
  54.       Using Personal Golf Tracker
  55.  
  56.       Personal Golf Tracker program uses horizontal and drop-down
  57.       menus to select the program options. Use the left, right, up,
  58.       down, home, and end (arrow) keys to make your menu selections.
  59.       You can also use the mouse to make menu selections.  Make your
  60.       selections by clicking the left mouse button.  The right mouse
  61.       button operates the same as the ESC key.
  62.  
  63.       Get help by hitting the F1 key or clicking on help in the upper
  64.       right corner of the screen.  Although the help system is not
  65.       context sensitive you can get a menu of the help screens and
  66.       select the topics.  You get to the menu by hitting F1 while no
  67.       drop down menus are on the screen.  Said another way, hit the F1
  68.       key at the main menu.
  69.  
  70.       Adding Golfers:
  71.  
  72.       You must enter two elements to add a golfer.  First enter a
  73.       name.  The name may be up to 20 characters long and may be any
  74.       ASCII character.  File names may contain up to eight characters.
  75.       The program will append the file name extension of .GLF.  Your file
  76.       name may contain only letters and numbers.  Both the golfer name
  77.       and the file name must be unique meaning that you can't have two
  78.       golfers with the same name and you can't have two file names the
  79.       same.
  80.  
  81.       Adding Courses:
  82.  
  83.       You must enter the course name, up to twenty characters and
  84.       select either 9 or 18 holes.  If you choose nine holes the back
  85.       nine will be a duplicate of the front nine.  The  slope rating is only
  86.       included for reference and is not used when calculating handicaps.
  87.  
  88.       Adding Rounds:
  89.  
  90.       Before you can add rounds you must have selected a golfer and a
  91.       course.  Having done that you enter a round by telling the
  92.       program if it's a nine or eighteen hole round. If it's a nine
  93.       hole round you must select the front or back nine.  IMPORTANT:  The
  94.       program sorts out the rounds you enter based on the date you put
  95.       in for the round.  This is important because when you track your
  96.       statistics you won't see the trend unless the rounds were
  97.       properly dated.  Handicaps are also calculated based on the ordering
  98.       of the rounds and they will calculate incorrectly if the rounds are
  99.       not in proper order. To properly sort the date you must enter it
  100.       in yy-mm-dd order and you must use the same delimiter (-) for
  101.       all rounds.  The computer supplies the system date by default
  102.       and it works well if you keep up to date entering your rounds.
  103.       
  104.     
  105.       Selection Lists:
  106.  
  107.       For this purpose a selection list is a vertical menu window
  108.       that opens displaying a listing of golfers, courses, or rounds.
  109.       You can select a golfer, course, or round to modify or delete in
  110.       several ways.  You can click the left mouse button on the
  111.       selection you want. In most cases you can enter the first letter
  112.       of a word.  This will make a menu selection for you or advance
  113.       the selection list to that portion of the alphabet.  You can
  114.       also use the Page up and Page down keys to move around a
  115.       selection list.  You can move up and down and to the start or
  116.       end of the list by clicking the left mouse button on the bottom
  117.       line of the list box at the appropriate point.
  118.  
  119.       Deleting:
  120.  
  121.       Choose Delete from the golfer, course, and rounds menus. You
  122.       will be presented with the appropriate selection list.  Use the
  123.       arrow keys or the mouse to make your selection.
  124.  
  125.       The Escape Key:
  126.  
  127.       Hitting the ESC key or clicking the right mouse button will back
  128.       you up one menu level or exit a routine without making changes.
  129.  
  130.       How the program deals with files:
  131.  
  132.       There are three files active during a session.  A course file, a
  133.       file containing the golfer names, and your golfer file.  There
  134.       is a separate file maintained for each golfer entered into the
  135.       program.  Personal Golf Tracker uses these files to find the
  136.       proper course and golfer.   It does this by matching the course
  137.       name found in both the course file and in the golfer's personal
  138.       file.  The names must be an exact match.  As an example, if you
  139.       accidentally delete a course there may be rounds assigned to
  140.       that course in the golfer's personal file. You may reenter the
  141.       course and it will match up with the golfer's rounds only if the
  142.       course names are exactly the same. Otherwise the program will
  143.       assume the course is different and will not find a match.
  144.       
  145.     
  146.       The Bottom Line: (Status line)
  147.  
  148.       The left twenty spaces contain the selected golfer name and the
  149.       right twenty spaces contain the selected course name.  In the
  150.       middle of the status line you will find help text further
  151.       explaining the meaning of the highlighted menu selection.  The
  152.       space between the help and the golfer name indicates the round
  153.       number that is highlighted on a selection list.  This helps you
  154.       find the correct round to modify or delete.  To the right of the
  155.       help text is the comparison indicator.  It tells you what the
  156.       program is using to create the percentage numbers on the rounds
  157.       list screen and controls the highlight on the graph rounds
  158.       screen.  The indicator will be P,B or D.  P meaning Par, B for
  159.       Bogey and D for Double Bogey.  As an example, if B is displayed
  160.       the program makes comparisons to Bogey.  You can change this
  161.       to another indicator to make comparisons to par under the Default
  162.       Other menu selection. Second, you can use an alt key combination
  163.       after listing all rounds on the rounds list screen.  For
  164.       comparisons to Par type Alt-P after the rounds listing is
  165.       complete. It will re-display the rounds comparing them to Par.
  166.  
  167.       Setting program defaults:
  168.  
  169.       Other:
  170.  
  171.       Under the "Other" menu selection there are five program
  172.       operation selections and three selection relating to the
  173.       display.  Selecting "Double Stats For Nines" will double the
  174.       statistics values you enter for nine hole rounds.  This is
  175.       helpful to keep your statistics in perspective if you normally
  176.       play eighteen hole rounds. "Compare To" was explained above.
  177.       "Oldest Date" and "Newest Date" is a filter which lets you avoid
  178.       displaying and calculating rounds entered outside the entered
  179.       date. Selecting "Nine or Better" means that you will not have to
  180.       enter a return after entering each hole when adding a round.
  181.       This makes entering rounds much faster and easier.  The catch is
  182.       that you can't enter a score over nine.  If you have a round in
  183.       which you scored over nine on a hole set this switch to "N" and
  184.       the program will allow you to enter higher scores but you will
  185.       have to press the return key after entering each hole score.
  186.  
  187.       The selections relating to the display are features you may or
  188.       may not want to change.  "Snow Suppression" slows down the display
  189.       but eliminates snow on older CGA video adaptors.  "Sound" and
  190.       "Explode" relate to how windows are opened.
  191.  
  192.       Names:
  193.  
  194.       You select the titles for the statistics you want to track.  The
  195.       initial names are provided for you.  As an example, you could
  196.       keep track of any aspect of your game that you want.  You may
  197.       want to use one name as total score so you can get a graphical
  198.       look at your progress/consistency on the "Graph Statistics"
  199.       screen.
  200.       
  201.     
  202.       Backup:
  203.  
  204.       Keeps a copy of the selected golfer's file with the extension
  205.       .BAK.  It also keeps a backup of the "golfer.lst" and
  206.       "course.lst" files with the extension .BAK.
  207.  
  208.       About the Rounds Menu Selections:
  209.  
  210.       High/Low Graph:
  211.  
  212.       This displays your highest, lowest and average scores on a hole
  213.       by hole basis for the selected course.  The averages that are
  214.       highlighted indicate your average equals the default comparison
  215.       selection.  You can use Alt-P etc. to change the highlights.
  216.       This will help you see the holes on which you have room to improve.
  217.  
  218.       Statistics Graph:
  219.  
  220.       This screen is intended to show trends for the latest nineteen
  221.       rounds you have played on the selected course. There are six
  222.       graphs available for you to keep track of the statistics you've
  223.       selected to watch.  The graphs are automatically scaled and are
  224.       the best I could think of and still keep the program compatible
  225.       with text only systems. You may "zoom in" on any of the six
  226.       graphs by holding down the Alt key and entering a one through six
  227.       on the keyboard.  NOTE: You must use the number keys above the letter
  228.       keys.  Numbers on the numeric keypad will not work.  This enables you
  229.       to see all seventy rounds in better detail.  The graphs are numbered
  230.       left to right and top row to bottom row. For example, if you want to
  231.       zoom in on the top middle graph enter Alt-2. The bottom right graph is
  232.       selected by entering Alt-6.
  233.  
  234.  
  235.       Keys = :
  236.  
  237.       On the top line of the display you will see  "Keys =" from time to
  238.       time.  This shows you which Alt key combinations are active.  Pressing
  239.       the keys shown will either change the comparisons to Par, Bogey, or
  240.       Double Bogey. In the case of the Graph Statistics screen the Alt key
  241.       combination allows you to "Zoom" in on a particular statistic.
  242.  
  243.       List Rounds Screen:
  244.  
  245.       The upper portion is used to scroll through the rounds.  Scores
  246.       better than or equal to par, bogey, or double bogey are highlighted.
  247.       The percentage line shows what percentage of time you have made par,
  248.       bogey, or double bogey.  Also shown are your averages for the rounds
  249.       you've played plus your average scores on par three's, four's and
  250.       five's.  You can also get an indication of your consistency on the
  251.       rounds you have played.  The bottom line displays the best score
  252.       you've had on each hole. You can stop the display from scrolling
  253.       by hitting any key.
  254.       
  255.     
  256.       Handicaps:
  257.  
  258.       Personal Golf Tracker calculates handicaps based on several factors.
  259.       You are presented with two numbers.  The number on the left indicates
  260.       your handicap for all 18 hole rounds for all courses.  The number in
  261.       the middle indicates your handicap for the selected course. The number
  262.       on the right is your nine hole handicap. This can help you see how your
  263.       performance varies from course to course.  The program will use the
  264.       entered course rating to calculate handicaps unless it is ten strokes
  265.       away from course par.  If that is the case then PGT will use course par
  266.       to calculate handicaps.  PGT will also filter the handicap calculation
  267.       based on the Oldest and Newest date that you have set under the Default
  268.       Other menu. You must have at least five 18 hole rounds entered before
  269.       an eighteen hole handicap calculation is made. Nine hole handicaps are
  270.       calculated based on the best nine of the last eighteen nine hole rounds
  271.       across all courses you have entered rounds on.  Three nine hole rounds
  272.       are necessary before a nine hole handicap is generated.
  273.  
  274.       IMPORTANT: Personal Golf Tracker calculates handicaps for your own
  275.       personal use as an indicator of your performance/improvement.  It is
  276.       not intended for use on competitive events or when comparing yourself
  277.       to other golfers.
  278.  
  279.       Average Deviation:
  280.  
  281.       Deviation is the average number of strokes you are away from your
  282.       average.  For example, if your average deviation on the front nine
  283.       is 4.4 and your average front nine score is 45 then most of your
  284.       scores are between 41.6 and 49.4.  As you score close to your average
  285.       your deviation will get smaller. This is a measure of your consistency.
  286.       The lower the number the more consistent you are.
  287.  
  288.       Distribution:
  289.  
  290.       This screen window shows the number and percentage of eagles,
  291.       birdies, pars etc. that you have had on the selected course. It also
  292.       graphically displays your percentages.
  293.  
  294.       Printing reports:
  295.  
  296.       The program contains eight different hard copy reports:
  297.  
  298.       Golfer Listing: This report prints out the golfer names and the
  299.       golfer file names.  This is useful to see which golfer is assigned
  300.       to which golfer name.
  301.  
  302.       Course Listing:  This report prints out all of the courses that have
  303.       been entered into the PGT data base.
  304.  
  305.       Print All Rounds:  This report prints out all individual rounds with a
  306.       complete summary of the selected golfer on the selected course.
  307.  
  308.       Print Stats:  This report prints out all statistics for the selected
  309.       course and golfer.
  310.       
  311.     
  312.       Summary Reports:
  313.  
  314.       The Summaries listings are provided to print out a hard copy of the
  315.       summary data in three different ways.
  316.  
  317.       Course Summary: By selecting this you will get the summary for
  318.       all golfers on the currently selected course.
  319.  
  320.       Golfer Summary: Selecting this will print the summaries for all
  321.       of the courses the selected golfer has played.
  322.  
  323.       Rounds Summary: This menu choice will print out the summary
  324.       for the selected golfer and selected course only.  This is useful if
  325.       you don't want to have all the individual rounds listed.  You can list
  326.       all individual rounds on the Print Rounds Menu Selection under the main
  327.       menu item Rounds.
  328.  
  329.       You can also print out a form with several copies of the statistics
  330.       names you have chosen to take to the course to help keep track of your
  331.       statistics as you play.
  332.  
  333.       Keep in mind that all printed reports are filtered by the Oldest and
  334.       Newest date entries you have set in the Default Other menu.  Said
  335.       another way, rounds that are outside the oldest and newest dates will
  336.       not print and will not be used in calculations.
  337.  
  338.       Hints and Tricks:
  339.  
  340.       If you use different tees at the same course you can enter two
  341.       separate courses ie: Paradise Lakes (blue) & Paradise Lakes
  342.       (White). You won't be able to look at your performance at both
  343.       courses at the same time except in the case of handicaps. You could
  344.       also keep track of the cost of your rounds or lost balls as a
  345.       statistic. Use your imagination.
  346.  
  347.       Please Comment:
  348.  
  349.       I'm interested in any comments, both pro and con about Personal Golf
  350.       Tracker.   Please forward them to me and I'll try to include any
  351.       enhancements/corrections in future versions.
  352.  
  353.       Send electronic mail to:
  354.  
  355.       Compuserve ID# 72500,2272
  356.       GEnie ID# J.L.HANCOCK
  357.       After business hours phone support is available to registered users.
  358.  
  359.       Thanks in advance for registering Personal Golf Tracker!
  360.       
  361.     
  362.       LICENCE AGREEMENT
  363.       PERSONAL GOLF TRACKER
  364.  
  365.       Personal golf tracker is a copyrighted program.  Although
  366.       the program is distributed under the Shareware concept and can
  367.       be freely copied, there are limitations to protect the author,
  368.       the programs quality and to support future versions.  Users may
  369.       make copies of this program for trial use by others on a non-
  370.       commercial basis.  You are permitted to evaluate this program
  371.       for a period of 30 days.  After that time you are required to
  372.       register the program and pay the registration fee of $15.00 or
  373.       cease using the program.
  374.  
  375.       DISCLAIMER
  376.  
  377.       By accepting and using this software, you acknowledge that this
  378.       software may not suit your particular requirements or be
  379.       completely trouble free.  Properly applied this program should
  380.       operate without error.  However, I am not  liable for your specific
  381.       application or problems resulting from its use.  If the Personal Golf
  382.       Tracker software does not perform as described liability is limited
  383.       to replacement of the program and refunding the purchase price to
  384.       registered users only.  There is no liability to you or any other
  385.       person or entity for any damage or loss, including special, incidental,
  386.       or consequential damages, caused by this software, directly or
  387.       indirectly.  Some states do not allow the limitation or
  388.       exclusion of liability for incidental or consequential damages,
  389.       so the above limitation or exclusion may not apply to you.  This
  390.       licence agreement is governed by Tennessee law.  If any part of
  391.       this agreement is found to be held invalid, the remainder will
  392.       remain in effect.  This agreement may only be modified by the
  393.       written consent of the author.
  394.  
  395.       Under this license you may not distribute this software program
  396.       with any other product or service.  It is intended for the
  397.       private use of individuals only.  You may not charge anything
  398.       for this software with the exception that computer user groups
  399.       may charge a fee not to exceed $10.00 to cover their own costs
  400.       of distribution.  This program may not be distributed in
  401.       modified form meaning that all files must be distributed with
  402.       the program and must not have been modified.
  403.       
  404.     
  405.       THE SHAREWARE CONCEPT:
  406.  
  407.       Personal Golf Tracker is distributed through the "Shareware"
  408.       concept.  The programs can be freely copied and shared.  It is
  409.       also available from the author for $15.00 including
  410.       shipping and handling.  I ask you to help me distribute the
  411.       program by sharing unmodified copies with others.
  412.       I encourage you to register your copy.  Registration has a
  413.       number of benefits to you:
  414.  
  415.  
  416.       1.      Automatic notice of updates at discounted prices.
  417.  
  418.       2.      A copy of the program with the "Nagware" notice removed.
  419.  
  420.       3.      You will receive a printed manual to help you get familiar with
  421.               the program and understand its use.
  422.  
  423.       4.      You will be supporting the concept that allowed you to
  424.               try out the program before paying for it.  Only through
  425.               user support can I continue to enhance and support the program.
  426.  
  427.       5.      You will be encouraging others to release valuable
  428.               programs as Shareware.
  429.  
  430.       6.      You will receive after business hours phone support.
  431.      
  432.      
  433.                            _______
  434.                       ____|__     |               (tm)
  435.                    --|       |    |-------------------
  436.                      |   ____|__  |  Association of
  437.                      |  |       |_|  Shareware
  438.                      |__|   o   |    Professionals
  439.                    -----|   |   |---------------------
  440.                         |___|___|    MEMBER
  441.        
  442.       
  443.  
  444.