
Dear Customer,
                         
I have spent twenty years keeping  B A D  records for my racing pigeons.  Sure,
I've tried the forms from the loft record book, tried using the samples found in
the "Racing Pigeon Bulletin", and even designed my own records.  When it came 
time to use this carefully recorded information I was overwhelmed.  Write new
pedigrees, post a bird's wins to it's parents' and grandparents' pedigrees, and
don't forget to update the records on the pedigrees of the bird's brothers and
sisters.  I never got it all straight or all done.  How much of a good breeder's
success is due to a good memory or due to good records.  I find I have neither.
                        
I used my twenty plus years of experience in business systems and programming
to develope PED.  The bird input screen was designed to capture the maximum
amount of useful information on a single screen.  The program incorporates the
best DOS user interface and data base technology I could find without requiring
customers to pay extra royalties.  The program does include the best features
I've found in the professional, expensive packages, like field helps, field
validations, and pull down menus to assist data entry.
                        
This program took hundreds of hours to write and test.  You should find it fast,
dependable, and easy to use.  You can copy this program for your own use or
distribute it to others but if you continue to use it the standard shareware terms
apply.  When you copy the program include a copy of this readme.txt file.   In
addition  If you like and continue to use this program send $20.00 for its use.
When you send the $20.00 enclose the name you would like to appear on the
pedigrees in place of my name;  I will provide you the numeric code which will
allow you to change the name to the name you enclosed.  With the check and
the name please enclose your mailing address and optionally your phone
number or e-mail address so I can return this code to you.

This software is provided AS IS without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of
merchantability and fitness for a particular purpose.  I assume no liability
for any alleged or actual damages arising from the use of this program.
                        
                         
                                            Frank G. Varro
                                            1208 Palace Ave.
                                            St. Paul MN 55105

                                            varro@mn.uswest.net















                           PPPPPPP    EEEEEEEE   DDDDDDDD
                           PPPPPPPP   EEEEEEEE   DDDDDDDDD
                           PP    PP   EE         DD     DD
                           PP    PP   EE         DD     DD
                           PP    PP   EE         DD     DD   ii
                           PPPPPPPP   EEEEEE     DD     DD         ggggg     rrrrr     eeeee     eeeee 
                           PPPPPPP    EEEEEE     DD     DD   ii   ggggggg   rrrrrrr   ee   ee   ee   ee
                           PP         EE         DD     DD   ii   gg   gg   rr   rr   ee   ee   ee   ee
                           PP         EE         DD     DD   ii   gg   gg   rr        eeeeee    eeeeee 
                           PP         EE         DD     DD   ii   gg   gg   rr        ee        ee
                           PP         EEEEEEEE   DDDDDDDDD   ii   ggggggg   rr        ee    e   ee    e
                           PP         EEEEEEEE   DDDDDDDD    ii    gggggg   rr         eeeee     eeeee
                                                                       gg
                                                                       gg
                                                                  g    gg
                                                                  ggggggg
                                                                   ggggg








                          Table of contents
                                                                  Page
                                                                  
Requirements and Initializing the program   . . . . . . . . . . . .  1

Using the menus . . . . . . . . . . . . . . . . . . . . . . . . . .  6

Setting the defaults  . . . . . . . . . . . . . . . . . . . . . . .  8

Using the forms (keys and navigation) . . . . . . . . . . . . . . . 13

Processing a bird . . . . . . . . . . . . . . . . . . . . . . . . . 15

Bird modification . . . . . . . . . . . . . . . . . . . . . . . . . 19

Bird details (reports)  . . . . . . . . . . . . . . . . . . . . . . 23

Processing a pair . . . . . . . . . . . . . . . . . . . . . . . . . 40

Pair details (reports)  . . . . . . . . . . . . . . . . . . . . . . 44

Report options  . . . . . . . . . . . . . . . . . . . . . . . . . . 52

Control settings  . . . . . . . . . . . . . . . . . . . . . . . . . 58

Technical . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 64

Usage program . . . . . . . . . . . . . . . . . . . . . . . . . . . 65

Hints . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 66

Getting started . . . . . . . . . . . . . . . . . . . . . . . . . . 67








This software is sold AS IS without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of
merchantability and fitness for a particular purpose.  I assume no liability
for any alleged or actual damages arising from the use of this program.



Requirements                                                                                                                  Page  1
------------

This program requires:
  A IBM compatible PC.
  DOS 3.0 or higher.
  512K of memory.
  A printer capable of printing 16.67 characters/inch (compressed print).
  720K of disk storage.

PED is a large program.  It takes almost 200K on disk to store the main program.
However the program requires move than 200K of main memory to run because of
index buffers, internal pedigree tables, and work fields.  If you have 512K
there is more than enough room for the program and a mouse driver.

PED uses a ISAM data base for speed.  Two files make up this data base
PED_DB.DB and PED_DB.IDX.  The .DB file contains all of the information
you enter into the system.  The .IDX file is an index file.  It makes the
program fast.  Data records in the data file are variable length and store only
the information you enter.  The Index files are compressed to further reduce the
disk space requirements. 

Initializing the program
------------------------

You must choose how you want to run PED.  If your have an older PC with only two
360K disks run the programs from drive A and put the data files on drive B.  If
your disk is larger than 360K start using PED with both the program files and
data files on drive A.  If you wish to run the program from a hard disk create
a directory and copy the programs into it.  Point the data files to this new
directory.

Whenever you install new software make a backup copy of your installation disks.
Use the copy for the install and to run your day to day activity.  Please copy
your disks at this time.

If you want to run the program from a hard disk make a directory to contain the
programs and then copy them into it.
  1. Change the active disk to drive C.                  [ c: ]
  2. Make the directory to hold the programs and data.   [ mkdir your-path ]
  3. Change to the newly created directory.              [ cd your-path ]
  4. Change to the A drive.                              [ A: ]
  5. Copy the files to the hard disk.                    [ Copy *.* c: ]

Running the program.
-------------------

From drive A.                    [ A: ] to make a the active drive.
                      [ PED and Enter ] to execute the program.

From the hard disk.              [ C: ] to make the hard disk the active disk.
                       [ cd your-path ] To make the program directory active.
                      [ PED and Enter ] to execute the program.

Run the program now to initialize the defaults and create the empty data base
files.

|--------------------------------------------------------------------------------| INITIAL SCREEN                            page  2
|                                                                                |
|+-----------------+                                                             | This screen appears when the program does not
|| Create         <------                                                        | find PED.DFL or the PED_DB data base files.
|| change the Path |                                                             | It should appear only the first time the program
|| Insert new disk |                                                             | is run.
|| eXit            |                                                             |
|+-----------------+                                                             | If you want the data base files on the B disk or
|+-----------------------------------+                                           | on a hard disk change the Path before you create
|| The database could not be opened. |                                           | the database.
|+-----------------------------------+                                           |
|                                                                                |
|                                                                                | If the path has already been changed or the
|                                                                                | database files should be on drive A run the
|                                                                                | CREATE function now.  Position the highlight on 
|                                                                                | the 'Create' option and press Enter or press the
|                                                                                | letter -C-.
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                | After the defaults and database have been 
|                                                                                | created, in memory, the program will display the
|  Create a new database.                                                        | main menu.  See page 4 for instructions on 
|--------------------------------------------------------------------------------| correctly exiting this program.


|--------------------------------------------------------------------------------| CHANGE THE PATH
|                                                                                |
|+-----------------+                                                             | If the database files should be on the B disk or
|| Create          |                                                             | a hard drive run the 'change the Path' selection
|| change the Path<------                                                        | before creating the database files.  Use the
|| Insert new disk |                                                             | arrow keys to highlight this option and press
|| eXit            |                                                             | Enter, or press the letter 'P'.
|+-----------------+                                                             |
|+-----------------------------------+                                           |
|| The database could not be opened. |                                           |
|+-----------------------------------+                                           |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|  Change the database path.                                                     |
|--------------------------------------------------------------------------------|

|--------------------------------------------------------------------------------| DATA PATH                                 page  3
|+--------------------------------- DATA PATH ----------------------------------+|
|| APPLICATION DATA PATH:                                                       ||
|| A:__________________________________________________________________________ || The cursor should be positioned on the line 
||                                                                              || directly to the left.  Change the path now.
||  EXIT ESC _                                                                  || The left and right arrow keys, the delete key
||  __________                                                                  || and the back erase key will assist you in editing
|+------------------------------------------------------------------------------+| the path name.  If you using a hard disk include
|+-----------------------------------+                                           | the drive identifier in the path.
|| The database could not be opened. |                                           | i.e.  C:\your-path or B:
|+-----------------------------------+                                           |
|                                                                                | When the value in path is correct press Tab to
|                                                                                | position the highlight over the Exit Esc button
|                                                                                | and press Enter, or simply press Esc.  Then
|                                                                                | create the databases as show on page 2.
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|  Change the database path.                                                     |
|--------------------------------------------------------------------------------|


|--------------------------------------------------------------------------------| INSERT NEW DISK
|                                                                                |
|+-----------------+                                                             | If you want the data base on drive B and the
|| Create          |                                                             | disk is not ready this option will allow another
|| change the Path |                                                             | attempt at writing the file.
|| Insert new disk<------                                                        |
|| eXit            |                                                             | First fix the floppy.  Then position the
|+-----------------+                                                             | highlight on the 'Insert new disk' selection and
|+-----------------------------------+                                           | press Enter, or press the letter -I-.  This will
|| The database could not be opened. |                                           | re-attempt to write the files.
|+-----------------------------------+                                           |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|  Insert a new disk in the floppy drive                                         |
|--------------------------------------------------------------------------------|

|--------------------------------------------------------------------------------| EXIT                                      page  4
|                                                                                |
|+-----------------+                                                             | If you did not want to create the database at
|| Create          |                                                             | this time or have already initialized it, exit
|| change the Path |                                                             | the program.  Move the selection highlight over 
|| Insert new disk |                                                             | the 'eXit' selection and press Enter, or press the
|| eXit           <------                                                        | letter -X-.
|+-----------------+                                                             |
|+-----------------------------------+                                           |
|| The database could not be opened. |                                           |
|+-----------------------------------+                                           |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|  eXit the program                                                              |
|--------------------------------------------------------------------------------|


|--------------------------------------------------------------------------------| MAIN MENU
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                                                                                | We want to validate the file initialization now.
|                                                                                | Move the highlighted selection to 'eXit' and 
|                                                                                | press Enter or press the letter -X-.
|                                                                                |
|                                                                                | When X is pressed a exit confirmation dialog
|                                                                                | box will appear.
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
| Add/Change/Delete/Inquire/Report on a specific bird.                           |
|--------------------------------------------------------------------------------|

|--------------------------------------------------------------------------------| EXIT DIALOG BOX                           page  5
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                                                                                | To exit the program you must confirm that you
|                                                                                | desire to end.  When the exit dialog box appears
|                                                                                | respond by pressing the letter -Y-.
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                         +------- ESC to Backup -------+                        |
|                         |                             |                        |
|                         | Do you really want to EXIT? |                        |
|                         |                             |                        |
|                         |                             |                        |
|                         |             Yes  _          |                        |
|                         |            _______          |                        |
|                         |                             |                        |
|                         +-----------------------------+                        |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
| eXit the program.                                                              |
|--------------------------------------------------------------------------------|


Before running the initialization process you can find the USAGE EXE,
REORG.EXE, PED.EXE, and the PED.HLP files on your program disk.


A:\>dir

 Directory of A:\

USAGE    EXE     60606 10-24-93   9:00p 
REORG    EXE     59406 08-29-93   3:46p
PED      EXE    198458 09-02-93   9:03p
PED      HLP     11943 08-30-93  10:27p

After running the initialization look for the following new files:
  PED.DFL
  PED_DB.DB
  PED_DB.IDX

A:\>dir

 Directory of A:\

USAGE    EXE      
REORG    EXE    
PED      EXE 
PED_MAN  DOC      This documentation file   
PED      HLP     
PED_DB   DB       This is a data file (pathed in the initialization to the A, B, or C disk)
PED_DB   IDX      This is the second data file and must be with PED_DB.DB
PED      DFL      This file must be on the same disk and in the same
                       directory as the PED.EXE and PED.HLP files.

|--------------------------------------------------------------------------------| THE MAIN MENU                             page  6 
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                                                                                | Use the main menu by pressing
|                                                                                |
|                                                                                | Tab or Right arrow
|                                                                                |               to move the selection to the right.
|                                                                                |
|                                                                                | Shift/Tab or Left arrow
|                                                                                |                to move the selection to the left.
|                                                                                |
|                                                                                | Enter                to perform a menu selection.
|                                                                                |
|                                                                                | Pressing the down arrow on the main menu will
|                                                                                | also perform a menu selection.
|                                                                                |
|                                                                                | Esc to escape to the last (higher) function.
|                                                                                | The higher function from the main menu is the
|                                                                                | exit dialog box.
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                | The menu selections contain a hot key which when
|                                                                                | pressed will immediately perform the menu
|                                                                                | function.  This is the capital letter in the 
|                                                                                | selection name.  It may also be a different
| Add/Change/Delete/Inquire/Report on a specific bird.                           | color than the rest of the selection name.
|--------------------------------------------------------------------------------|

 Bird_data        = Add/Change/Delete/Inquire/Report on a specific bird.           Observe as the selection
 Pair_data        = Add/Change/Delete/Inquire/Report on a pair of birds.           is moved left or right
 Reports          = Batch reports to the screen or printer.                        the function hint at the
 Control_settings = Control - Name/Address, Printer, and Contribution Factors      bottom of the screen 
 Defaults         = Customize color, data path, and mouse speed settings.          changes.
 eXit             = eXit the program.

|--------------------------------------------------------------------------------| THE EXIT DIALOG BOX
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                                                                                | Pressing the Esc key, pressing the hot key X,
|                                                                                | or positioning over the exit selection and
|                                                                                | pressing Enter will invoke the exit dialog box.
|                                                                                |
|                                                                                | When this dialog box appears pressing Esc will
|                                                                                | return you to the main menu.
|                                                                                |
|                         +------- ESC to Backup -------+                        | When this dialog box appears pressing the -Y-
|                         |                             |                        | key will confirm you want to terminate
|                         | Do you really want to EXIT? |                        | the program. If pressed, Y will exit the program
|                         |                             |                        | after writing the new default settings and
|                         |                             |                        | all buffered data base records to disk.
|                         |             Yes  _          |                        |
|                         |            _______          |                        |
|                         |                             |                        |
|                         +-----------------------------+                        |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
| eXit the program.                                                              |
|--------------------------------------------------------------------------------|
 
|--------------------------------------------------------------------------------| THE SUBMENUS                              page  7
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                                                        +-------------------+   | Both the Reports and Defaults selections have
|                                                        | Colors            |   | submenus.  The Defaults submenu is shown here
|                                                        | set the file Path |   | as an example of submenu processing.
|                                                        | mouse Faster      |   |
|                                                        | mouse Slower      |   | Use the submenus by pressing
|                                                        | eXit              |   |
|                                                        +-------------------+   | Tab or Down arrow     to move the selection down.
|                                                                                |
|                                                                                | Shift/Tab or Up arrow   to move the selection up.
|                                                                                |
|                                                                                | Enter                to perform a menu selection.
|                                                                                |
|                                                                                | Esc                 will return to the main menu.
|                                                                                |
|                                                                                | These selections also have hot keys, identified
|                                                                                | by the capital letters in the selection names.
|                                                                                | Pressing the hot key will immediately execute
|                                                                                | the menu selection.
|                                                                                |
|                                                                                |
|                                                                                | If you invoke the sub menu under Colors
|                                                                                | or set file Path while testing the menus
|                                                                                | pressing Esc will return you to this
|  Set application colors.                                                       | submenu.
|--------------------------------------------------------------------------------|

Colors            = Set application colors.                                        Observe as the selection
set the file Path = Set the path to data files.                                    is moved up or down
mouse Faster      = Set mouse's reaction speed in the menus Faster.                the function hint at the
mouse Slower      = Set mouse's reaction speed in the menus Slower.                bottom of the screen 
eXit              = Exit - return to the main menu.                                changes.


MOUSE SUPPORT
-------------

Mouse support is provided for the PED menus.  Your mouse driver must be installed
and operational when the PED program is loaded.

The mouse does not have a visible cursor when the menus are active;  However
when the mouse is moved left or right on a active main menu the selection will
move left or right.  When the mouse is moved up or down in a submenu the
selection will move up or down.

Pressing the left mouse button is the same as pressing the Enter key.  The
current selection is activated.  Pressing the right mouse button is the same as
pressing the Esc key.  If you are in the main menu and the right mouse button is
pressed the eXit dialog box will appear.  If the right mouse button is pressed
while a submenu is active control will return to the main menu.

When the eXit dialog box becomes active a block mouse cursor appears.  This
cursor will move all over the screen.  If this cursor is positioned over the
word YES and the left mouse button is pressed the program will exit.  This is
the same as pressing the -Y- key.  Pressing the right mouse button will
return to the main menu.  This is the same as pressing the Esc key.

|--------------------------------------------------------------------------------| COLORS                                    page  8
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                                                        +-------------------+   | This is the submenu which will appear when the
|                                                  --->  | Colors            |   | defaults option is selected from the main menu.
|                                                        | set the file Path |   |
|                                                        | mouse Faster      |   | Selecting the Colors option will allow you to
|                                                        | mouse Slower      |   | alter the screen colors used by PED.
|                                                        | eXit              |   |
|                                                        +-------------------+   |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|  Set application colors.                                                       |
|--------------------------------------------------------------------------------|                                                                                

 This is the active portion
 on this form.  Press Tab or
 Shift/Tab to move from one
 field to another.  There is
 no mouse support on this          This portion of the screen is used to
 form. The active entry should     demonstrate the effects of the changes
 appear in bright white.           made by the form alterations on the left.
       |           |               |                                   |
       V           V               V                                   V       
+-- Modify Screen Colors --++----- screen ------------------- form ------------+ COLORS
|                          ||This is a sample   |+-------- INPUT FORM --------+|
|          screen (L,B): _ ||of the screen      ||                            || This program uses several components which can be
|                          ||colors.  These     || SAMPLE PROMPT              || customized.  Each field in the active form will
|        menu (L,B,H,S): _ ||colors will change ||                            || accept the letter listed in parenthesis.  Watch the
|                          ||when the program is|| form: PROTECTED Input      || right portion of the screen to see the impact of
|     form window (L,B): _ ||reloaded.          ||                            || pressing these letters.
|                          |+------ menu -------|| form: INACTIVE Input_      ||
| form prot input (L,B): _ ||+------------+     ||                            || The options (B and S) are background colors.  There
|                          ||| Unselected |     || form: ACTIVE Input___      || are 8 background colors available.  Each time you
|    form input (A,I,B): _ ||| Selected   |     ||                            || you press the letter you will advance one selection
|                          ||| uNselected |     ||    INACTIVE BUTTON KEY _   || through this cycle.
|  form buttons (A,I,B): _ ||| eXit       |     ||    _____________________   ||
|                          ||+------------+     ||    ACTIVE BUTTON KEY _     || The options (L, H, A, and I) are letter color
|   help/messages (L,B): _ ||                   ||    ___________________     || choices.  There are 16 letter colors available.
|                          ||Menu hint - line 25|+----------------------------+| Each time you press the letter you will advance one
|                EXIT ESC  |+------ alert ------+-------- help / error --------| selection through this cycle.
| B = background           ||+----- ALERT -----+|+------- HELP / ERROR -------+|
| L = letter               |||Alert message    |||This is a sample of the     || If you do not have a color monitor not all of the
| H = hot letter           |||                 |||colors which will appear    || color choices will be visible to you, but the
| S = selected background  |||       Yes  _    |||in help and error message   || cycle of 8 background and 16 letter choices will
| A = active letters       |||      _______    |||windows.                    || still be made.
| I = inactive letters     ||+-----------------+|+----------------------------+|
+--------------------------++--------------------------------------------------+ Tab to the eXit Esc button and press Enter or
  Set application colors.                                                        press Esc to return to the defaults submenu.

+-- Modify Screen Colors --++----- screen ------------------- form ------------+ ERROR MESSAGES                              page  9
|                          ||This is a sample   |+-------- INPUT FORM --------+|
|          screen (L,B): Z ||of the screen      ||                            || The forms have error checks on many of the input
|                          ||colors.  These     || SAMPLE PROMPT              || fields.  If an error is found the bell is rung and
|        menu (L,B,H,S): _ ||colors will change ||                            || the error message is displayed in the lower right
|                          ||when the program is|| form: PROTECTED Input      || corner of the form.  Pressing any key will remove
|     form window (L,B): _ ||reloaded.          ||                            || the error message and allow you to continue
|                          |+------ menu -------|| form: INACTIVE Input_      || processing.
| form prot input (L,B): _ ||+------------+     ||                            ||
|                          ||| Unselected |     || form: ACTIVE Input___      ||
|    form input (A,I,B): _ ||| Selected   |     ||                            ||
|                          ||| uNselected |     ||    INACTIVE BUTTON KEY _   ||
|  form buttons (A,I,B): _ ||| eXit       |     ||    _____________________   ||
|                          ||+------------+     ||    ACTIVE BUTTON KEY _     ||
|   help/messages (L,B): _ ||                   ||    ___________________     ||
|                          ||Menu hint - line 25|+----------------------------+|
|                EXIT ESC  |+------ alert ------+-------- help / error --------|
| B = background           ||+----- ALERT -----+|+------- HELP / ERROR -------+|
| L = letter               |||Alert message    |||This is a sample of the     ||
| H = hot letter           |||                 |||colors which will appear    ||
| S = selected background  |||       Yes  _    |||in help and error messaage  ||
| A = active letters       |||      _______    |||windows.                    ||
| I = inactive letters     |+--------------------- ERROR ----------------------+ <-- If Z is pressed on the screen option box then
+--------------------------+| The response to screen colors must be -L- or -B- | this error message is displayed and the bell is
  Set application colors.   +--------------------------------------------------+ rung.


+-- Modify Screen Colors --++----- screen ------------------- form ------------+ HELP WINDOW POPUPS
|                          ||This is a sample   |+-------- INPUT FORM --------+|
|          screen (L,B): _ ||of the screen      ||                            || The input forms in PED are Bird_data, Pair_data,
+----------------- Any Key to Return -----------------+LE PROMPT              || Defaults, and Control_settings.  The fields in
|             -B- background, -L- letters             |                       || these forms have popup help windows to remind you
|The screen defines the backdrop for uncovered space. |: PROTECTED Input      || what a given field or button is for; and what
|If the background color matches your screen border it|                       || values are valid in a field.
|will be less of a distraction.  Letters put upon the |                         
|background should be easily read.                    |<----------------------------- SAMPLE HELP POPUP WINDOW
+-----------------------------------------------------+                         
|    form input (A,I,B): _ ||| Selected   |     ||                            || The F1 key invokes the help window.  Pressing any
|                          ||| uNselected |     ||    INACTIVE BUTTON KEY _   || key when a help window is displayed will make it
|  form buttons (A,I,B): _ ||| eXit       |     ||    _____________________   || disappear.
|                          ||+------------+     ||    ACTIVE BUTTON KEY _     ||
|   help/messages (L,B): _ ||                   ||    ___________________     || Help and ERROR windows appear in the same color
|                          ||Menu hint - line 25|+----------------------------+| scheme.  They are set using the help/message
|                EXIT ESC  |+------ alert ------+-------- help / error --------| field which is toward the bottom of this form's
| B = background           ||+----- ALERT -----+|+------- HELP / ERROR -------+| active window.
| L = letter               |||Alert message    |||This is a sample of the     ||
| H = hot letter           |||                 |||colors which will appear in ||
| S = selected background  |||       Yes  _    |||help and error message      ||
| A = active letters       |||      _______    |||windows.                    ||
| I = inactive letters     ||+-----------------+|+----------------------------+|
+--------------------------++--------------------------------------------------+
  Set application colors.                                                       

|--------------------------------------------------------------------------------| SET THE FILE PATH                         page 10
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                                                        +-------------------+   | Selection of this entry will invoke the form that
|                                                        | Colors            |   | allows you to change the path to the data files.
|                                                   ---> | set the file Path |   | If you are moving the PED_DB.DB and PED_DB.IDX
|                                                        | mouse Faster      |   | files, move the files; and then use this option
|                                                        | mouse Slower      |   | to point PED to the new location.
|                                                        | eXit              |   |
|                                                        +-------------------+   |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|  Set the path to data files.                                                   |
|--------------------------------------------------------------------------------|



|--------------------------------------------------------------------------------| DATA PATH
|+--------------------------------- DATA PATH ----------------------------------+|
|| APPLICATION DATA PATH:                                                       ||
|| C:\PEDIGREE_________________________________________________________________ || The cursor should be positioned in the field
||                                                                              || directly to the left.  Change your path now.
||  EXIT ESC _                                                                  || The left and right arrow keys, the delete key
||  __________                                                                  || and the back erase key will assist you in editing
|+------------------------------------------------------------------------------+| this value.  If you are going to hard disk
|                                                                                | include the drive identifier in the path.
|                                                                                | C:\your-path
|                                                                                |
|                                                                                | When the path name is correct press Tab to
|                                                                                | position the highlight over the Exit Esc button
|                                                                                | and press Enter; or simply press Esc.  This will
|                                                                                | return you to the defaults submenu.
|                                                                                |
|                                                                                | The program is pointing the the database which
|                                                                                | was pathed when the program started.  After
|                                                                                | changing the path immediately exit the program
|                                                                                | and restart it to process the new files.
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|  Set the path to data files.                                                   |
|--------------------------------------------------------------------------------|

|--------------------------------------------------------------------------------| MOUSE FASTER                              page 11
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                                                        +-------------------+   | This option is for use when you have a mouse.
|                                                        | Colors            |   | Each time the selection is activated, by
|                                                        | set the file Path |   | pressing the Enter key, or pressing the letter 
|                                                   ---> | mouse Faster      |   | -F- or clicking the left mouse button, the speed
|                                                        | mouse Slower      |   | is increased.  You can see the impact of the
|                                                        | eXit              |   | change by moving the mouse up and down.
|                                                        +-------------------+   |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|  Set mouse's reaction speed in the menus Faster.                               |
|--------------------------------------------------------------------------------|


|--------------------------------------------------------------------------------| MOUSE SLOWER
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                                                        +-------------------+   | This option is for use when you have a mouse.
|                                                        | Colors            |   | Each time the selection is activated, by
|                                                        | set the file Path |   | pressing the Enter key, or pressing the letter
|                                                        | mouse Faster      |   | -S-, or clicking the left mouse button, the
|                                                   ---> | mouse Slower      |   | speed is decreased.  You can see the impact of
|                                                        | eXit              |   | the change by moving the mouse up and down.
|                                                        +-------------------+   |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|  Set mouse's reaction speed in the menus Slower.                               |
|--------------------------------------------------------------------------------|

|--------------------------------------------------------------------------------| EXIT                                      page 12
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                                                        +-------------------+   | Selecting the 'eXit' option or pressing Esc will
|                                                        | Colors            |   | return you to the main menu.
|                                                        | set the file Path |   |
|                                                        | mouse Faster      |   |
|                                                        | mouse Slower      |   |
|                                                  --->  | eXit              |   |
|                                                        +-------------------+   |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|  Exit - return to the main menu.                                               |
|--------------------------------------------------------------------------------|

+------------------------ Add/Change/Delete Bird Data -------------------------+ Using the forms (keys and navigation)       page 13
| BIRD: __________________  COLOR: ___________  SEX: _               STATUS: _ |
| SIRE: __________________             DAME: __________________                | A form field is preceeded by a prompt which shows
| COMMENTS:                                                                    | what a field should contain, its the field's name.
| ____________________________________________________________________________ | The data fields are fixed length and hold the
| ____________________________________________________________________________ | information.  If data is in the field you can see
| ____________________________________________________________________________ | it.  Rectangles indicate available space when a  
| NEGATIVES:                                                                   | field is not full.  The currently active field 
| ____________________________________________________________________________ | should display in a different color from the other
| ____________________________________________________________________________ | fields to assist in locating the cursor.  These
|                               ***** WINS *****                               | colors can be altered in the defaults option of
|  1: ________________________________________________________________________ | the main menu.
|  2: ________________________________________________________________________ | 
|  3: ________________________________________________________________________ | The form also contains buttons for the available
|  4: ________________________________________________________________________ | functions at the bottom of the screen.  These
|  5: ________________________________________________________________________ | buttons act like menu selections.  If you position
|  6: ________________________________________________________________________ | the cursor (highlight) on a button and press Enter,
|  7: ________________________________________________________________________ | or press the associated function key, the action is
|  8: ________________________________________________________________________ | performed.
|  9: ________________________________________________________________________ | 
| 10: ________________________________________________________________________ | Forms also have field and button help windows.
|                                    ADD F10 _     CLEAR F5 _     EXIT ESC _   | Forms can also issue error messages for invalid
|                                    _________     __________     __________   | data. See page 9 for the action of help and error
+------------------------------------------------------------------------------+ windows.
 Add/Change/Delete/Inquire/Report on a specific bird.                            

                            --- AVAILABLE KEYS ---                                            --- MOUSE SUPPORT ---
 
 Tab            - Moves the active entry forward through the fields and      Mouse support is provided to move between fields and
                  buttons.  To the right and downward.                       buttons in the Bird_data, Pair_data, and
                                                                             Control_setting forms.  There is not however support
 Shift/Tab      - Moves the active entry backward through the fields and     for mouse editing within data fields.  The mouse
                  buttons.  To the left and upward.                          cursor is a rectangle in the text screen mode.  To
                                                                             move the active window to another field or button,
 Enter          - Does a new line function in a an active data field with    position the cursor over it and click the left mouse
                  more than one line, or executes a button function when a   button.  Clicking the right mouse button when the 
                  button is active.                                          mouse cursor is over a field or button will invoke the
                                                                             help window for it.
 Del            - Deletes the character under the cursor.
                                                                             The band number, pair number, sire, and dame fields
 <-- Backspace  - Deletes the character to the left of the cursor.           have picklist selection windows to assist with data 
                                                                             entry.  If a partial key is entered a popup list of 
 Arrow keys     - Moves the cursor inside of a data field.                   valid entries appears.  You can use the mouse to 
                                                                             position the active selection and use a left click to 
 Ins            - Toggles the insert/replace mode in the forms.  The         select it.  If the picklist exceeds the capacity of a 
                  standard DOS underline cursor appears when the form is     single window an error window appears telling you to 
                  in the insert mode.  A rectangular cursor appears when     press PgDn.  Holding the left mouse button down and 
                  the form is in the replace mode.                           pressing the right mouse button will also invoke the 
                                                                             next set of data.  If you have a three button mouse 
 F1             - Invokes a help window for the current field or button.     you can press the middle mouse button.
 
 Esc            - Associated with the exit button.  Will attempt to exit.
 
 Function keys  - Several function keys are associated with buttons.  
                  Pressing the function key will perform the button function.
 
 Ctrl & k       - While holding Ctrl down press K.  Displays a popup window
                  which shows extended editing functions.
 
 PgDn           - If a popup entry window contains to much data for one
                  window PgDn will display the next set of data.

+------------------------ Add/Change/Delete Pair Data -------------------------+ CTRL/K HELP WINDOW                          page 14
| PAIR ID: 1993 0400-0500              STATUS: A                               |
| SIRE: 030+--------------- Ctrl_K [ key functions ] ---------------+          | This is the help window invoked by Ctrl/K.  It can
|          |     ENTER cursor in a FIELD  (insert a new line)       |          | be invoked in any form.  Press any key to remove
| ---------|     ENTER cursor on a BUTTON (execute the button)      |--------- | this help window and proceed with your data entry.
| this is a|                Arrows - move the cursor                |_________ |
| _________|                                                        |_________ | Text block processing--
| _________| F1  - FIELD HELP            Ctrl-Home - beg of field   |_________ | -- move the cursor to the beginning of the block
| _________| Ins - Toggle insert mode    Ctrl-End  - end of field   |_________ | -- press Alt and B to mark the start of the block
| _________| Del - delete character      Ctrl-> - word right        |_________ | -- move the cursor to the end of the block
| _________| <-- - backspace             Ctrl<- - word left         |_________ | -- press Alt and E to mark the end of the block
| _________| Home - beg of line          Ctrl-T - delete word right |_________ | -- Alt and D will delete the marked block
| _________| End  - end of line          Ctrl-Y - delete the line   |_________ |    or
| _________|                                                        |_________ |    move the cursor to the point where the data 
| _________| Alt-B - mark Beg of block   Alt-C - Copy block         |_________ |    should be moved or copied.  Press Alt and C
| _________| Alt-E - mark End of block   Alt-M - Move block         |_________ |    to copy the text or Alt and M to move the text
| _________| Alt-Q - Quit the block      Alt-D - Delete block       |_________ |    to the current cursor position.
| _________+--------------------------------------------------------+_________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
|                                                                              |
|                                    ADD F10 _     CLEAR F5 _     EXIT ESC _   |
|                                    _________     __________     __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a pair of birds.                           


+------------------------ Add/Change/Delete Bird Data -------------------------+ PICKLIST SELECTION WINDOW
| BIRD: 0_________________  COLOR:              SEX:                 STATUS: A |
| SIRE+--- Pick One [Band Color Sex] ----+E:                                   | If a field has a picklist window and the data is
| COMM| 0                                |                                     | not already in the data base, a picklist selection
|     | 0001 AU94 VIK      red ck      ? |                                     | window will appear.  This may contain only the
|     | 0050 AU95 TWINCITY color--0050 C |                                     | entered data if this is a totally unique entry, or
|     | 0051 AU95 TWINCITY color--0051 H |                                     | a multiple page window if there is to much data to
| NEGA| 0052 AU95 TWINCITY color--0051 C |                                     | fit in a single window.  Press Enter when the
|     | 0101 AU94 TWINCITY color--0101 C |                                     | highlighted selection is the correct one.  Use the
|     | 0102 AU94 TWINCITY color--0102 H |                                     | Tab, Shift/Tab, or the up and down arrow keys to
|     | 0103 AU94 TWINCITY color--0103 C | *****                               | move the selection.  If another screen is available
|  1: | 0104 AU94 TWINCITY color--0104 H |                                     | PgDn will move to the next set of data.
|  2: | 0201 AU93 TWINCITY color--0201 C |                                     |
|  3: | 0202 AU93 TWINCITY color--0202 H |                                     | Pressing Esc will remove the picklist window and
|  4: | 0203 AU93 TWINCITY color--0203 C |                                     | return you to the input field.  The data can be
|  5: | 0204 AU93 TWINCITY color--0204 H |                                     | re-entered or further qualified before moving
|  6: | 0210 AU93 TWINCITY COLOR  0210 C |                                     | into the next field.
|  7: | 0211 AU93 TWINCITY COLOR  0211 H |                                     |
|  8: | 0212 AU93 TWINCITY COLOR  0212 C |                                     |
|  9: | 0213 AU93 TWINCITY COLOR  0213 H |                                     |
| 10: | 0214 AU93 TWINCITY COLOR  0214 H |                                     |
|     | 0215 AU93 TWINCITY COLOR 0215  H |         QUERY F2 _     EXIT ESC _   |
|     | 0216 AU93 TWINCITY COLOR  0216 C |         __________     __________   |
+-----+----------------------------------+-------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird. Press PAGE DOWN for MORE. 
                                                      -____________________________ The message when more entries are available.

+------------------------ Add/Change/Delete Bird Data -------------------------+ INITIAL BIRD SCREEN                         page 15
| BIRD: __________________  COLOR:              SEX:                 STATUS: A |
| SIRE:                                DAME:                                   | The initial bird screen has the bird field, the
| COMMENTS:                                                                    | query button, and the exit button.  The band number
|                                                                              | or a portion of the band number is entered and then
|                                                                              | the query button is activated.  Tab into the query
|                                                                              | button and press enter or press F2.
| NEGATIVES:                                                                   |
|                                                                              | The form will either open up for adding a new bird
|                                                                              | or retrieve the data for an existing bird into the
|                               ***** WINS *****                               | bird modification form.
|  1:                                                                          |
|  2:                                                                          | F1 help windows are available on the active fields.
|  3:                                                                          |
|  4:                                                                          |
|  5:                                                                          |
|  6:                                                                          |
|  7:                                                                          |
|  8:                                                                          |
|  9:                                                                          |
| 10:                                                                          |
|                                                  QUERY F2 _     EXIT ESC _   |
|                                                  __________     __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           


            --- HELP FOR BIRD ---
            
+------------ Any Key to Return -------------+ 
|Enter the band number of this pigeon.       | The purpose of putting the number
|The preferred format is the number followed | portion of the band first is to
|by the year and club. If only the front few | reduce the length of the picklist
|characters are entered a picklist of similar| entries for partial key matches.
|band numbers is given.  New numbers must be | 
|confirmed in the validate window by pressing| 
|Enter.                                      | 
+--------------------------------------------+ 


              --- HELP FOR QUERY ---
            
+--------------- Any Key to Return ---------------+ 
|                   DETAILS F2                    | 
|Queries the data base to find the band number, or| 
|a partial match on the band number entered.      | 
+-------------------------------------------------+ 


        --- HELP FOR EXIT ---
             
+-------- Any Key to Return ---------+ 
|             EXIT ESC               | 
|This button will exit the bird entry| 
|screen and return to the menu.      | 
+------------------------------------+ 

+------------------------ Add/Change/Delete Bird Data -------------------------+ UNIQUE BAND NUMBER                          page 16
| BIRD: 9999 AU93 TWINCITY  COLOR:              SEX:                 STATUS: A |
| SIRE+---- Validate the BAND number ----+E:                                   | If a unique band number is entered and the query
| COMM| 9999 AU93 TWINCITY               |                                     | button is activated a single entry confirmation
|     +----------------------------------+                                     | window appears.  Press Enter to proceed with adding
|                                                                              | adding the new entry.
|                                                                              |
| NEGATIVES:                                                                   |
|                                                                              |
|                                                                              |
|                               ***** WINS *****                               |
|  1:                                                                          |
|  2:                                                                          |
|  3:                                                                          |
|  4:                                                                          |
|  5:                                                                          |
|  6:                                                                          |
|  7:                                                                          |
|  8:                                                                          |
|  9:                                                                          |
| 10:                                                                          |
|                                                  QUERY F2 _     EXIT ESC _   |
|                                                  __________     __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           


+------------------------ Add/Change/Delete Bird Data -------------------------+ PARTIAL KEY ENTRY
| BIRD: 0201______________  COLOR:              SEX:                 STATUS: A |
| SIRE+--- Pick One [Band Color Sex] ----+E:                                   | If the band number is not unique a picklist of all
| COMM| 0201                             |                                     | matching keys appears.  Use the Tab or arrow keys
|     | 0201 AU93 TWINCITY color--0201 C |                                     | to highlight the desired entry and then press Enter
|     +----------------------------------+                                     | to select that entry.
|                                                                              |
| NEGATIVES:                                                                   |
|                                                                              |
|                                                                              |
|                               ***** WINS *****                               |
|  1:                                                                          |
|  2:                                                                          |
|  3:                                                                          |
|  4:                                                                          |
|  5:                                                                          |
|  6:                                                                          |
|  7:                                                                          |
|  8:                                                                          |
|  9:                                                                          |
| 10:                                                                          |
|                                                  QUERY F2 _     EXIT ESC _   |
|                                                  __________     __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           

+------------------------ Add/Change/Delete Bird Data -------------------------+ ADD NEW BIRD                                page 17
| BIRD: 9999 AU93 TWINCITY  COLOR: ___________  SEX: _               STATUS: A |
| SIRE: __________________             DAME: __________________                | This is the add screen for a new bird.  The only
| COMMENTS:                                                                    | button functions available are to add the bird,
| ____________________________________________________________________________ | clear the screen and go to an empty bird form,
| ____________________________________________________________________________ | and the exit to the main menu.
| ____________________________________________________________________________ |
| NEGATIVES:                                                                   | Help windows are available on the new active
| ____________________________________________________________________________ | fields.
| ____________________________________________________________________________ |
|                               ***** WINS *****                               |             --- HELP ON COLOR ---
|  1: ________________________________________________________________________ | +------------ Any Key to Return ------------+
|  2: ________________________________________________________________________ | |Please enter the abbreviated color for the |
|  3: ________________________________________________________________________ | |pigeon as it should appear on the pedigree.|
|  4: ________________________________________________________________________ | |This field is 11 characters long.          |
|  5: ________________________________________________________________________ | +-------------------------------------------+
|  6: ________________________________________________________________________ | 
|  7: ________________________________________________________________________ |     --- HELP ON SEX ---
|  8: ________________________________________________________________________ | +---- Any Key to Return ----+
|  9: ________________________________________________________________________ | |Enter the pigeons sex.     |
| 10: ________________________________________________________________________ | |Acceptable vales are       |
|                                    ADD F10 _     CLEAR F5 _     EXIT ESC _   | | C = cock                  |
|                                    _________     __________     __________   | | H = hen                   |
+------------------------------------------------------------------------------+ | ? = if not yet determined.|
 Add/Change/Delete/Inquire/Report on a specific bird.                            +---------------------------+

         --- HELP ON STATUS ---                      --- HELP ON SIRE ---                          --- HELP ON DAME ---
+---------- Any Key to Return ----------+ +----------- Any Key to Return ------------+ +----------- Any Key to Return ------------+
|Enter the status of the pigeon.        | |Enter this bird's sire (father).          | |Enter this bird's dame (mother).          |
| A = active (in the loft for breeding).| |If you used the convention of number first| |If you used the convention of number first|
| I = inactive (a breeder with young.)  | |in the band numbers a search for unique   | |in the band number a search for unique    |
| H = hold (borrowed, on loan, etc.)    | |matches will be made.  Until a band number| |matches will be made.  Until a band number|
+---------------------------------------+ |is entered as a bird it must be confirmed | |is entered as a bird it must be confirmed |
                                          |by pressing enter in the validate window. | |by pressing enter in the validate window. |
                                          +------------------------------------------+ +------------------------------------------+

                   --- HELP ON COMMENTS ---                                               --- HELP ON NEGATIVES ---
+--------------------- Any Key to Return ---------------------+           +------------------ Any Key to Return ------------------+
|Three lines of comments as they will appear on the pedigree. |           |Negative comments which will not print on the pedigree.|
|This should include a summary of wins and youngsters bred.   |           +-------------------------------------------------------+
|This will print exactly as entered, including capitalizaiton,| 
|spacing, etc.                                                | 
+-------------------------------------------------------------+ 

                        --- HELP ON WINS ---                                                            --- HELP ON UPDATE ---
+------------------------ Any Key to Return -------------------------+                             +------ Any Key to Return ------+
|Enter a summary of the birds wins.                                  |                             |           UPDATE F10          |
|Include the date, distance, competition, and position.              |                             |This button will add this bird.|
|You have 72 characters to summarize the race.                       |                             +-------------------------------+
|ex                                                                  | 
|06/20/93 - 500 miles, 2nd club 150 birds, 18th combine 500 birds    | 
|07/14/93 - 200 miles, 14th twincity club 200 birds, 20mph head winds| 
+--------------------------------------------------------------------+

                 --- HELP ON CLEAR ---                                                                --- HELP ON EXIT ---
+----------------- Any Key to Return ------------------+                                      +-------- Any Key to Return ---------+
|                       CLEAR F5                       |                                      |             EXIT ESC               |
|This button will move into the next bird entry screen.|                                      |This button will exit the bird entry|
+------------------------------------------------------+                                      |screen and return to the menu.      |
                                                                                              +------------------------------------+

+------------------------ Add/Change/Delete Bird Data -------------------------+ CONFIRMING BAND NUMBERS                     page 18
| BIRD: 9999 AU93 TWINCITY  COLOR: red check__  SEX: ?               STATUS: A |
| SIRE: 9999 SIRE_________             DAME: __________________                | When the bird, sire, or dame is partially keyed a
| COMM+--- Validate the SIRE's number ---+                                     | picklist will be presented if there are partial
| ____| 9999 SIRE                        |____________________________________ | matches on the data base.  If there is a exact
| ____+----------------------------------+____________________________________ | match on the band number the cursor will proceed
| ____________________________________________________________________________ | into the next field.  If the band number does not
| NEGATIVES:                                                                   | exist (the tail of the pedigree) a confirmation
| ____________________________________________________________________________ | window is presented and you must press Enter to
| ____________________________________________________________________________ | complete the confirmation.
|                               ***** WINS *****                               |
|  1: ________________________________________________________________________ |
|  2: ________________________________________________________________________ |
|  3: ________________________________________________________________________ |
|  4: ________________________________________________________________________ |
|  5: ________________________________________________________________________ |
|  6: ________________________________________________________________________ |
|  7: ________________________________________________________________________ |
|  8: ________________________________________________________________________ |
|  9: ________________________________________________________________________ |
| 10: ________________________________________________________________________ |
|                                    ADD F10 _     CLEAR F5 _     EXIT ESC _   |
|                                    _________     __________     __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           



+------------------------ Add/Change/Delete Bird Data -------------------------+ COMPLETED ADD
| BIRD: 9999 AU93 TWINCITY  COLOR: red check__  SEX: ?               STATUS: A |
| SIRE: 9999 SIRE_________             DAME: 9999 DAME_________                | When all of the known data on a pigeon has been
| COMMENTS:                                                                    | entered invoke the add function.   This will add
| These are comments I want on the pedigree.  ________________________________ | the data to the data base PED_DB.DB and the indexes
| 5th club 200 miles 154 birds._______________________________________________ | in PED_DB.IDX.  When the add completes a bird
| ____________________________________________________________________________ | modification form will be presented.
| NEGATIVES:                                                                   |
| I want to know this but do not want it on the pedigree._____________________ | Tab into the 'ADD F10' button and press Enter,
| ____________________________________________________________________________ | or press F10 to execute the add function.
|                               ***** WINS *****                               |
|  1: Aug 28 1993 200 miles, 5th club 154 birds (cross winds and cloudy)______ |
|  2: ________________________________________________________________________ |
|  3: ________________________________________________________________________ |
|  4: ________________________________________________________________________ |
|  5: ________________________________________________________________________ |
|  6: ________________________________________________________________________ |
|  7: ________________________________________________________________________ |
|  8: ________________________________________________________________________ |
|  9: ________________________________________________________________________ |
| 10: ________________________________________________________________________ |
|                                    ADD F10 _     CLEAR F5 _     EXIT ESC _   |
|                                    _________     __________     __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           

+------------------------ Add/Change/Delete Bird Data -------------------------+ BIRD MODIFICATION                           page 19
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | The bird modification is presented--
| COMMENTS:                                                                    | -- when the band number entered on the initial
| comments 0201                                                     line 1 end |    screen matches a band number on file.
| comments 0201                                                     line 2 end | -- the add key is pressed from the bird add screen.
| comments 0201                                                     line 3 end |
| NEGATIVES:                                                                   | The individual fields are the same as those on the
| negatives 0201                                                    line 1 end | bird add screen.  The function key at the bottom
| negatives 0201                                                    line 2 end | of the screen are new.
|                               ***** WINS *****                               |
|  1: win 1 of 2 bird 0201                                         end of win1 |
|  2: win 2 of 2 bird 0201                                         end of win2 |
|  3: ________________________________________________________________________ |
|  4: ________________________________________________________________________ |
|  5: ________________________________________________________________________ |
|  6: ________________________________________________________________________ |
|  7: ________________________________________________________________________ |
|  8: ________________________________________________________________________ |
|  9: ________________________________________________________________________ |
| 10: ________________________________________________________________________ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           


+------------------------ Add/Change/Delete Bird Data -------------------------+ DELETE
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | The delete key is associated with the F7 function
| COMMENTS:                                                                    | key.  Position the active selection over the
| comments 0201                                                     line 1 end | 'DELETE F7' button and press Enter or press F7.
| comments 0201                                                     line 2 end |
| comments 0201                                                     line 3 end | Selecting the 'DELETE F7' button is the first step
| NEGATIVES:                                                                   | in the delete process.  The second step is
| negatives 0201                                                    line 1 end | confirming the delete in the confirmaiton window.
| negatives 0201                                                    line 2 end |
|                               ***** WINS *****                               |
|  1: win 1 of 2 bird 0201                                         end of win1 |
|  2: win 2 of 2 bird 0201                                         end of win2 |
|  3: ________________________________________________________________________ |
|  4: ________________________________________________________________________ |
|  5: ________________________________________________________________________ |
|  6: ________________________________________________________________________ |
|+------------ Any Key to Return --------------+_______________________________|
||                 DELETE F7                   |_______________________________|
||This button will attempt to delete this bird.|_______________________________|
|+---------------------------------------------+_______________________________|
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           

+------------------------ Add/Change/Delete Bird Data -------------------------+ DELETE CONFIRMATION                         page 20
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | Deletes are confirmed by responding to this
| +------------- ESC to Backup -------------+                                  | dialog box with an -Y-.  When you respond Y
| |                                         |                       line 1 end | the bird is deleted from the data base and
| | Do you really want to delete this bird. |                       line 2 end | the indexes.  You are then presented with
| |                                         |                       line 3 end | a new bird screen.
| |                                         |                                  |
| |                   Yes  _                |                       line 1 end | Press Esc to ignore the request to DELETE.
| |                  _______                |                       line 2 end | Control will then return to the bird
| |                                         |***                               | modification form.
| +-----------------------------------------+                      end of win1 |
|  2: win 2 of 2 bird 0201                                         end of win2 |
|  3: ________________________________________________________________________ |
|  4: ________________________________________________________________________ |
|  5: ________________________________________________________________________ |
|  6: ________________________________________________________________________ |
|  7: ________________________________________________________________________ |
|  8: ________________________________________________________________________ |
|  9: ________________________________________________________________________ |
| 10: ________________________________________________________________________ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           


+------------------------ Add/Change/Delete Bird Data -------------------------+ UPDATE
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | The F10 function key is associated with the
| COMMENTS:                                                                    | 'UPDATE F10' button.  Update will write the data
| comments 0201                                                     line 1 end | on the screen to the data base.
| comments 0201                                                     line 2 end |
| comments 0201                                                     line 3 end |
| NEGATIVES:                                                                   |
| negatives 0201                                                    line 1 end |
| negatives 0201                                                    line 2 end |
|                               ***** WINS *****                               |
|  1: win 1 of 2 bird 0201                                         end of win1 |
|  2: win 2 of 2 bird 0201                                         end of win2 |
|  3: ________________________________________________________________________ |
|  4: ________________________________________________________________________ |
|  5: ________________________________________________________________________ |
|  6: ________________________________________________________________________ |
|+------- Any Key to Return --------+_________________________________________ |
||            UPDATE F10            |_________________________________________ |
||This button will update this bird.|_________________________________________ |
|+----------------------------------+_________________________________________ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           

+------------------------ Add/Change/Delete Bird Data -------------------------+ CLEAR                                       page 21
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | The Clear and F5 keys are associated.  Invoking the
| COMMENTS:                                                                    | 'CLEAR F5' button will ignore pending changes and
| comments 0201                                                     line 1 end | return a blank bird entry screen.
| comments 0201                                                     line 2 end |
| comments 0201                                                     line 3 end | Clear returns a blank bird screen and exit will
| NEGATIVES:                                                                   | return you to the main menu.  Use clear if your
| negatives 0201                                                    line 1 end | next step is to enter data on another bird and you
| negatives 0201                                                    line 2 end | want to save a step.  Esc would return you to the
|                               ***** WINS *****                               | menu and then you would press B to process the next
|  1: win 1 of 2 bird 0201                                         end of win1 | entry.  Clear will put you immediately in the form
|  2: win 2 of 2 bird 0201                                         end of win2 | to process the next entry.
|  3: ________________________________________________________________________ |
|  4: ________________________________________________________________________ |
|  5: ________________________________________________________________________ |
|  6: ________________________________________________________________________ |
|+----------------- Any Key to Return ------------------+_____________________ |
||                       CLEAR F5                       |_____________________ |
||This button will more into the next bird entry screen.|_____________________ |
|+------------------------------------------------------+_____________________ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           


+------------------------ Add/Change/Delete Bird Data -------------------------+ DETAILS
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | Details and F2 are associated.  The 'DETAILS F2'
| COMMENTS:                                                                    | button returns a submenu of the report options
| comments 0201                                                     line 1 end | available on a bird.
| comments 0201                                                     line 2 end |
| comments 0201                                                     line 3 end |
| NEGATIVES:                                                                   |
| negatives 0201                                                    line 1 end |
| negatives 0201                                                    line 2 end |
|                               ***** WINS *****                               |
|  1: win 1 of 2 bird 0201                                         end of win1 |
|  2: win 2 of 2 bird 0201                                         end of win2 |
|  3: ________________________________________________________________________ |
|  4: ________________________________________________________________________ |
|  5: ________________________________________________________________________ |
|+---------------------- Any Key to Return ----------------------+____________ |
||                          DETAILS F2                           |____________ |
||This button will update the bird and then present a popup menu |____________ |
||giving different display/report options for the displayed bird.|____________ |
|+---------------------------------------------------------------+____________ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           

+------------------------ Add/Change/Delete Bird Data -------------------------+ EXIT                                        page 22
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | The exit and Esc keys are associated.  The
| COMMENTS:                                                                    | 'EXIT ESC' button returns control to the main menu
| comments 0201                                                     line 1 end | without posting pending modifications.
| comments 0201                                                     line 2 end |
| comments 0201                                                     line 3 end |
| NEGATIVES:                                                                   |
| negatives 0201                                                    line 1 end |
| negatives 0201                                                    line 2 end |
|                               ***** WINS *****                               |
|  1: win 1 of 2 bird 0201                                         end of win1 |
|  2: win 2 of 2 bird 0201                                         end of win2 |
|  3: ________________________________________________________________________ |
|  4: ________________________________________________________________________ |
|  5: ________________________________________________________________________ |
|+-------- Any Key to Return ---------+_______________________________________ |
||             EXIT ESC               |_______________________________________ |
||This button will exit the bird entry|_______________________________________ |
||screen and return to the menu.      |_______________________________________ |
|+------------------------------------+_______________________________________ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a specific bird.                           

+------------------------ Add/Change/Delete Bird Data -------------------------+ BIRD DETAILS                                page 23
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | This submenu appears when the Details button is 
| COMMENTS:                                                                    | activated from the bird modification form.
| +----------------------------+                                    line 1 end |
| |  A screen pedigree        <------                               line 2 end | To execute one of these options highlight the
| |  B screen analysis         |                                    line 3 end | selection and press Enter or press the capital
| |  C short pedigree          |                                               | letter preceding the selection title.
| |  D long pedigree           |                                    line 1 end |
| |  E print analysis          |                                    line 2 end | A screen pedigree
| |  F print details           |***** WINS *****                               | -----------------
| |  G system choice pedigree  |                                   end of win1 |
| |  H system choice analysis  |                                   end of win2 | The first option available is a screen pedigree.
| |  eXit                      |______________________________________________ | This will display a pedigree of band numbers on
| +----------------------------+______________________________________________ | on the screen.
|  5: ________________________________________________________________________ |
|  6: ________________________________________________________________________ |
|  7: ________________________________________________________________________ |
|  8: ________________________________________________________________________ |
|  9: ________________________________________________________________________ |
| 10: ________________________________________________________________________ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this bird's pedigree on the screen                                      


+------------------------ Add/Change/Delete Bird Data -------------------------+ SCREEN PEDIGREE
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | Press any key when you are done viewing the
| COMMENTS:                                                                    | screen pedigree.  The DOS print screen,
                                    +-s 0501 AU90 TWINCITY+-s 0601 AU89 TWINCITY        (PrtSc) key will print the data currently
     +----------s 0401 AU91 TWINCITY|   color--0501       +-d 0602 AU89 TWINCITY        being displayed.
     |            color--0401       +-d 0502 AU09 TWINCITY+-s 0603 AU89 TWINCITY
     |                                  color--0502       +-d 0604 AU89 TWINCITY       Press any key to remove this screen.
 +---s 0301 AU92 TWINCITY                                                       
 |   | color--0301                  +-s 0503 AU90 TWINCITY+-s 0605 AU89 TWINCITY
 |   +----------d 0402 AU91 TWINCITY|   color--0503       +-d 0606 AU89 TWINCITY
 |                color--0402       +-d 0504 AU90 TWINCITY+-s 0607 AU89 TWINCITY
 |                                      color--0504       +-d 0608 AU89 TWINCITY
0201 AU93 TWINCITY                                                              
 |                                  +-s 0505 AU90 TWINCITY+-s 0609 AU89 TWINCITY
 |   +----------s 0403 AU91 TWINCITY|   color--0505       +-d 0610 AU89 TWINCITY
 |   |            color--0403       +-d 0506 AU90 TWINCITY+-s 0611 AU89 TWINCITY
 |   |                                  color--0506       +-d 0612 AU89 TWINCITY
 +---d 0302 AU92 TWINCITY                                                       
     | color--0302                  +-s 0507 AU90 TWINCITY+-s 0613 AU89 TWINCITY
     +----------d 0404 AU91 TWINCITY|   color--0507       +-d 0614 AU89 TWINCITY
                  color--0404       +-d 0508 AU90 TWINCITY+-s 0615 AU89 TWINCITY
                                        color--0508       +-d 0616 AU89 TWINCITY
Loft of Frank G. Varro                                                          
 Display this bird's pedigree on the screen                                      

+------------------------ Add/Change/Delete Bird Data -------------------------+ B screen analysis                           page 24
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A | -----------------
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                |
| COMMENTS:                                                                    | Analysis reports show the negatives as well as any
| +----------------------------+                                    line 1 end | comments on a bird.  This option shows the current
| |  A screen pedigree         |                                    line 2 end | bird, its sire and its dame on your monitor.
| |  B screen analysis        <------                               line 3 end |
| |  C short pedigree          |                                               |
| |  D long pedigree           |                                    line 1 end |
| |  E print analysis          |                                    line 2 end |
| |  F print details           |***** WINS *****                               |
| |  G system choice pedigree  |                                   end of win1 |
| |  H system choice analysis  |                                   end of win2 |
| |  eXit                      |______________________________________________ |
| +----------------------------+______________________________________________ |
|  5: ________________________________________________________________________ |
|  6: ________________________________________________________________________ |
|  7: ________________________________________________________________________ |
|  8: ________________________________________________________________________ |
|  9: ________________________________________________________________________ |
| 10: ________________________________________________________________________ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this bird's pedigree on the screen                                      

+------------------------ Add/Change/Delete Bird Data -------------------------+ SCREEN ANALYSIS
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                |    Press any key to remove this screen.
   +0301 AU92 TWINCITY  color--0301                                             
 s |comment 0301                                                      line 1 end
 i |comment 0301                                                      line 2 end
 r |comment 0301                                                      line 3 end
 e |negatvie 0301                                                     line 1 end
   +negative 0301                                                     line 1 end
                                                                                
+0201 AU93 TWINCITY  color--0201                                                
|comments 0201                                                     line 1 end   
|comments 0201                                                     line 2 end   
|comments 0201                                                     line 3 end   
|negatives 0201                                                    line 1 end   
+negatives 0201                                                    line 2 end   
                                                                                
   +0302 AU92 TWINCITY  color--0302                                             
 d |comment 0302                                                      line 1 end
 a |comment 0302                                                      line 2 end
 m |comment 0302                                                      line 3 end
 e |negative 0302                                                     line 1 end
   +negative 0302                                                     line 2 end
Loft of Frank G. Varro                                                          
 Show comments/negatives bird/sire/dame                                         

+------------------------ Add/Change/Delete Bird Data -------------------------+ C short pedigree                page 25
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A | ----------------
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                |
| COMMENTS:                                                                    | This choice prints a traditional 
| +----------------------------+                                    line 1 end | pedigree with any comments for the 
| |  A screen pedigree         |                                    line 2 end | birds listed below their band numbers.
| |  B screen analysis         |                                    line 3 end |
| |  C short pedigree         <------                                          |
| |  D long pedigree           |                                    line 1 end |
| |  E print analysis          |                                    line 2 end |
| |  F print details           |***** WINS *****                               |
| |  G system choice pedigree  |                                   end of win1 |
| |  H system choice analysis  |                                   end of win2 |
| |  eXit                      |---------------------------------------------- |
| +____________________________+---------------------------------------------- |
|  5: ------------------------------------------------------------------------ |
|  6: ------------------------------------------------------------------------ |
|  7: ------------------------------------------------------------------------ |
|  8: ------------------------------------------------------------------------ |
|  9: ------------------------------------------------------------------------ |
| 10: ------------------------------------------------------------------------ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this bird's pedigree on the screen                                      


                  |------------- This is a popup window 
                  V
+------- PRINTING SHORT PEDIGREE --------+e Bird Data -------------------------+ SHORT PEDIGREE MESSAGE
|Printing pedigree for 0201 AU93 TWINCITY|0201  SEX: C               STATUS: A |
+----------------------------------------+E: 0302 AU92 TWINCITY                | The short pedigree actually prints on
| COMMENTS:                                                                    | the line printer.  A popup message is
| comments 0201                                                     line 1 end | displayed while the program is building
| comments 0201                                                     line 2 end | this report and sending it to the
| comments 0201                                                     line 3 end | printer.  The printer has a buffer such
| NEGATIVES:                                                                   | that the program will complete before
| negatives 0201                                                    line 1 end | the printing is done.  You can proceed
| negatives 0201                                                    line 2 end | to the next function while the printer
|                               ***** WINS *****                               | is printing the data from its buffer.
|  1: win 1 of 2 bird 0201                                         end of win1 | 
|  2: win 2 of 2 bird 0201                                         end of win2 | When the program has completed printing
|  3: ------------------------------------------------------------------------ | then allof the popup windows will
|  4: ------------------------------------------------------------------------ | disappear.
|  5: ------------------------------------------------------------------------ |
|  6: ------------------------------------------------------------------------ |
|  7: ------------------------------------------------------------------------ |
|  8: ------------------------------------------------------------------------ |
|  9: ------------------------------------------------------------------------ |
| 10: ------------------------------------------------------------------------ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
|------------------------------------------------------------------------------+
 Print the short pedigree - no details                                          
 
                                                                                                             SHORT PEDIGREE page 26

                                                           Frank G. Varro
                                        1208 Palace Ave.  St Paul MN  55105  (612) 699-7319
-------------------------------------------------------------------------------------------------------------------------------------
Date:                      Name:                                                   Pedigree of: 0201 AU93 TWINCITY  color--0201 COCK
------------------------------------------------------------------------------------------------------------------------------------

                                                                                                              |-s 0601 AU89 TWINCITY
                      |-------------------------------s 0501 AU90 TWINCITY  color--0501_______________________|-d 0602 AU89 TWINCITY
                      |                                 comment 0501                                                      line 1 end
                      |                                 comment 0501                                                      line 2 end
            |---------s 0401 AU91 TWINCITY  color--0401 comment 0501                                                      line 3 end
            |         | comment 0401                                                      line 1 end
            |         | comment 0401                                                      line 2 end
            |         | comment 0401                                                      line 3 end          |-s 0603 AU89 TWINCITY
            |         |-------------------------------d 0502 AU09 TWINCITY  color--0502_______________________|-d 0604 AU89 TWINCITY
            |                                           comment 0502                                                      line 1 end
            |                                           comment 0502                                                      line 2 end
   |--------s 0301 AU92 TWINCITY  color--0301           comment 0502                                                      line 3 end
   |        | comment 0301                                                      line 1 end
   |        | comment 0301                                                      line 2 end
   |        | comment 0301                                                      line 3 end                    |-s 0605 AU89 TWINCITY
   |        |         |-------------------------------s 0503 AU90 TWINCITY  color--0503_______________________|-d 0606 AU89 TWINCITY
   |        |         |
   |        |         |
   |        |---------d 0402 AU91 TWINCITY  color--0402
   |                  | comments 0402                                                     line 1 end
   |                  | comments 0402                                                     line 2 end
   |                  | comments 0402                                                     line 3 end          |-s 0607 AU89 TWINCITY
   |                  |-------------------------------d 0504 AU90 TWINCITY  color--0504_______________________|-d 0608 AU89 TWINCITY
   |
   |
0201 AU93 TWINCITY  color--0201 COCK
comments 0201                                                     line 1 end
comments 0201                                                     line 2 end
comments 0201                                                     line 3 end                                  |-s 0609 AU89 TWINCITY
   |                  |-------------------------------s 0505 AU90 TWINCITY  color--0505_______________________|-d 0610 AU89 TWINCITY
   |                  |
   |                  |
   |        |---------s 0403 AU91 TWINCITY  color--0403
   |        |         | comments 0403                                                     line 1 end
   |        |         | comments 0403                                                     line 2 end
   |        |         | comments 0403                                                     line 3 end          |-s 0611 AU89 TWINCITY
   |        |         |-------------------------------d 0506 AU90 TWINCITY  color--0506_______________________|-d 0612 AU89 TWINCITY
   |        |
   |        |
   |--------d 0302 AU92 TWINCITY  color--0302
            | comment 0302                                                      line 1 end
            | comment 0302                                                      line 2 end
            | comment 0302                                                      line 3 end                    |-s 0613 AU89 TWINCITY
            |         |-------------------------------s 0507 AU90 TWINCITY  color--0507_______________________|-d 0614 AU89 TWINCITY
            |         |
            |         |
            |---------d 0404 AU91 TWINCITY  color--0404
                      | comments 0404                                                     line 1 end
                      | comments 0404                                                     line 2 end
                      | comments 0404                                                     line 3 end          |-s 0615 AU89 TWINCITY
                      |-------------------------------d 0508 AU90 TWINCITY  color--0508_______________________|-d 0616 AU89 TWINCITY

+------------------------ Add/Change/Delete Bird Data -------------------------+ D long pedigree                 page 27
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A | ---------------
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                |
| COMMENTS:                                                                    | The long pedigree show only band
| +----------------------------+                                    line 1 end | numbers.  It show more generations than
| |  A screen pedigree         |                                    line 2 end | the short pedigree and computes the
| |  B screen analysis         |                                    line 3 end | contribution of each ancestor to the
| |  C short pedigree          |                                               | bird at the head of the pedigree.
| |  D long pedigree          <------                               line 1 end | processing two pop-up informational.
| |  E print analysis          |                                    line 2 end | Because of this additional windows
| |  F print details           |***** WINS *****                               | appear.
| |  G system choice pedigree  |                                   end of win1 |
| |  H system choice analysis  |                                   end of win2 |
| |  eXit                      |---------------------------------------------- |
| +____________________________+---------------------------------------------- |
|  5: ------------------------------------------------------------------------ |
|  6: ------------------------------------------------------------------------ |
|  7: ------------------------------------------------------------------------ |
|  8: ------------------------------------------------------------------------ |
|  9: ------------------------------------------------------------------------ |
| 10: ------------------------------------------------------------------------ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this bird's pedigree on the screen                                      
 
 
+---------- BUILDING PEDIGREE TABLES -----------+Data -------------------------+ This popup appears while the internal
|Building tables for number = 0201 AU93 TWINCITY|EX: C               STATUS: A | tables are being built and the
+-----------------------------------------------+ AU92 TWINCITY                | contributions are being computed.
| COMMENTS:                                                                    |
| comments 0201                                                     line 1 end |
| comments 0201                                                     line 2 end |
| comments 0201                                                     line 3 end |
| NEGATIVES:                                                                   |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Print the long pedigree - with contributions                                   

+-------- PRINTING LONG PEDIGREE IIIIIIII-+ Bird Data -------------------------+ This popup window appears while the
|Printing pedigree for 0201 AU93 TWINCITY0201  SEX: C               STATUS: A | long pedigree is being sent to the
+-----------------------------------------+: 0302 AU92 TWINCITY                | printer.
| COMMENTS:                                                                    |
| comments 0201                                                     line 1 end |
| comments 0201                                                     line 2 end |
| comments 0201                                                     line 3 end |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Print the long pedigree - with contributions                                   

                                                                                                              LONG PEDIGREE page 28

                                                                              |-32--s 0701 AU88 TWINCITY---64--s 0701 SIRE_________ 
Name: ____________________________________________ |-16--s 0601 AU89 TWINCITY_|                   0.0312 |-65--d 0701 DAME_________ 
                                                   |                   0.0625 |-33--d 0702 AU88 TWINCITY---66--s 0702 SIRE_________ 
Date: _______________ |---8---s 0501 AU90 TWINCITY_|                                              0.0312 |-67--d 0702 DAME_________ 
                      |                     0.125  |-17--d 0602 AU89 TWINCITY_|-34--s 0703 AU88 TWINCITY---68--s 0703 SIRE_________ 
                      |                                                0.0625 |                   0.0312 |-69--d 0703 DAME_________ 
                      |                                                       |-35--d 0704 AU88 TWINCITY---70--s 0704 SIRE_________ 
              |---4---s 0401 AU91 TWINCITY_                                                       0.0312 |-71--d 0704 DAME_________ 
              |       |             0.25                                      |-36--s 0705 AU88 TWINCITY---72--s 0705 SIRE_________ 
              |       |                            |-18--s 0603 AU89 TWINCITY_|                   0.0312 |-73--d 0705 DAME_________ 
              |       |                            |                   0.0625 |-37--d 0706 AU88 TWINCITY---74--s 0706 SIRE_________ 
              |       |---9---d 0502 AU09 TWINCITY_|                                              0.0312 |-75--d 0706 DAME_________ 
              |                             0.125  |-19--d 0604 AU89 TWINCITY_|-38--s 0707 AU88 TWINCITY---76--s 0707 SIRE_________ 
              |                                                        0.0625 |                   0.0312 |-77--d 0707 DAME_________ 
              |                                                               |-39--d 0708 AU88 TWINCITY---78--s 0708 SIRE_________ 
      |---2---s 0301 AU92 TWINCITY_                                                               0.0312 |-79--d 0708 DAME_________ 
      |       |             0.5                                               |-40--s 0709 AU88 TWINCITY---80--s 0709 SIRE_________ 
      |       |                                    |-20--s 0605 AU89 TWINCITY_|                   0.0312 |-81--d 0709 DAME_________ 
      |       |                                    |                   0.0625 |-41--d 0710 AU88 TWINCITY---82--s 0710 SIRE_________ 
      |       |       |---10--s 0503 AU90 TWINCITY_|                                              0.0312 |-83--d 0710 DAME_________ 
      |       |       |                     0.125  |-21--d 0606 AU89 TWINCITY_|-42--s 0711 AU88 TWINCITY---84--s 0711 SIRE_________ 
      |       |       |                                                0.0625 |                   0.0312 |-85--d 0711 DAME_________ 
      |       |       |                                                       |-43--d 0712 AU88 TWINCITY---86--s 0712 SIRE_________ 
      |       |---5---d 0402 AU91 TWINCITY_                                                       0.0312 |-87--d 0712 DAME_________ 
      |               |             0.25                                      |-44--s 0713 AU88 TWINCITY---88--s 0713 SIRE_________ 
      |               |                            |-22--s 0607 AU89 TWINCITY_|                   0.0312 |-89--d 0713 DAME_________ 
      |               |                            |                   0.0625 |-45--d 0714 AU88 TWINCITY---90--s 0714 SIRE_________ 
      |               |---11--d 0504 AU90 TWINCITY_|                                              0.0312 |-91--d 0714 DAME_________ 
      |                                     0.125  |-23--d 0608 AU89 TWINCITY_|-46--s 0715 AU88 TWINCITY---92--s 0715 SIRE_________ 
      |                                                                0.0625 |                   0.0312 |-93--d 0715 DAME_________ 
      |                                                                       |-47--d 0716 AU88 TWINCITY---94--s 0716 SIRE_________ 
0201 AU93 TWINCITY  color--0201  COCK                                                             0.0312 |-95--d 0716 DAME_________ 
      |                                                                       |-48--s 0717 AU88 TWINCITY---96--s 0717 SIRE_________ 
      |                                            |-24--s 0609 AU89 TWINCITY_|                   0.0312 |-97--d 0717 DAME_________ 
      |                                            |                   0.0625 |-49--d 0718 AU88 TWINCITY---98--s 0718 SIRE_________ 
      |               |---12--s 0505 AU90 TWINCITY_|                                              0.0312 |-99--d 0718 DAME_________ 
      |               |                     0.125  |-25--d 0610 AU89 TWINCITY_|-50--s 0719 AU88 TWINCITY---100-s 0719 SIRE_________ 
      |               |                                                0.0625 |                   0.0312 |-101-d 0719 DAME_________ 
      |               |                                                       |-51--d 0720 AU88 TWINCITY---102-s 0720 SIRE_________ 
      |       |---6---s 0403 AU91 TWINCITY_                                                       0.0312 |-103-d 0720 DAME_________ 
      |       |       |             0.25                                      |-52--s 0721 AU88 TWINCITY---104-s 0721 SIRE_________ 
      |       |       |                            |-26--s 0611 AU89 TWINCITY_|                   0.0312 |-105-d 0721 DAME_________ 
      |       |       |                            |                   0.0625 |-53--d 0722 AU88 TWINCITY---106-s 0722 SIRE_________ 
      |       |       |---13--d 0506 AU90 TWINCITY_|                                              0.0312 |-107-d 0722 DAME_________ 
      |       |                             0.125  |-27--d 0612 AU89 TWINCITY_|-54--s 0723 AU88 TWINCITY---108-s 0723 SIRE_________ 
      |       |                                                        0.0625 |                   0.0312 |-109-d 0723 DAME_________ 
      |       |                                                               |-55--d 0724 AU88 TWINCITY---110-s 0724 SIRE_________ 
      |---3---d 0302 AU92 TWINCITY_                                                               0.0312 |-111-d 0724 DAME_________ 
              |             0.5                                               |-56--s 0725 AU88 TWINCITY---112-s 0725 SIRE_________ 
              |                                    |-28--s 0613 AU89 TWINCITY_|                   0.0312 |-113-d 0725 DAME_________ 
              |                                    |                   0.0625 |-57--d 0726 AU88 TWINCITY---114-s 0726 SIRE_________ 
              |       |---14--s 0507 AU90 TWINCITY_|                                              0.0312 |-115-d 0726 DAME_________ 
              |       |                     0.125  |-29--d 0614 AU89 TWINCITY_|-58--s 0727 AU88 TWINCITY---116-s 0727 SIRE_________ 
              |       |                                                0.0625 |                   0.0312 |-117-d 0727 DAME_________ 
              |       |                                                       |-59--d 0728 AU88 TWINCITY---118-s 0728 SIRE_________ 
              |---7---d 0404 AU91 TWINCITY_                                                       0.0312 |-119-d 0728 DAME_________ 
                      |             0.25                                      |-60--s 0729 AU88 TWINCITY---120-s 0729 SIRE_________ 
                      |                            |-30--s 0615 AU89 TWINCITY_|                   0.0312 |-121-d 0729 DAME_________ 
                      |                            |                   0.0625 |-61--d 0730 AU88 TWINCITY---122-s 0730 SIRE_________ 
                      |---15--d 0508 AU90 TWINCITY_|                                              0.0312 |-123-d 0730 DAME_________ 
                                            0.125  |-31--d 0616 AU89 TWINCITY_|-62--s 0731 AU88 TWINCITY---124-s 0731 SIRE_________ 
                                                                       0.0625 |                   0.0312 |-125-d 0731 DAME_________ 
Frank G. Varro                                                                |-63--d 0732 AU88 TWINCITY---126-s 0732 SIRE_________ 
1208 Palace Ave.  St Paul MN  55105  (612) 699-7319                                               0.0312 |-127-d 0732 DAME_________ 

+------------------------ Add/Change/Delete Bird Data -------------------------+ E print analysis                page 29
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A | ----------------
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                |
| COMMENTS:                                                                    | The analysis prints the comments and
| |----------------------------+                                    line 1 end | negatives for the bird, its parents,
| |  A screen pedigree         |                                    line 2 end | and its grandparents.
| |  B screen analysis         |                                    line 3 end | See page 30.
| |  C short pedigree          |                                               |
| |  D long pedigree           |                                    line 1 end |
| |  E print analysis         <------                               line 2 end |
| |  F print details           |***** WINS *****                               |
| |  G system choice pedigree  |                                   end of win1 |
| |  H system choice analysis  |                                   end of win2 |
| |  eXit                      |---------------------------------------------- |
| +____________________________+---------------------------------------------- |
|  5: ------------------------------------------------------------------------ |
|  6: ------------------------------------------------------------------------ |
|  7: ------------------------------------------------------------------------ |
|  8: ------------------------------------------------------------------------ |
|  9: ------------------------------------------------------------------------ |
| 10: ------------------------------------------------------------------------ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this bird's pedigree on the screen                                      

+---------- PRINTING ANALYSIS -----------+- Bird Data -------------------------+ The analysis screen has a popup window
|Printing analysis for 0201 AU93 TWINCITY|0201  SEX: C               STATUS: A | which is displayed while the report is
+----------------------------------------+E: 0302 AU92 TWINCITY                | being sent to the printer.
| COMMENTS:                                                                    |
| comments 0201                                                     line 1 end |
| comments 0201                                                     line 2 end |
| comments 0201                                                     line 3 end |
| NEGATIVES:                                                                   |
| negatives 0201                                                    line 1 end |
| negatives 0201                                                    line 2 end |
|                               ***** WINS *****                               |
|  1: win 1 of 2 bird 0201                                         end of win1 |
|  2: win 2 of 2 bird 0201                                         end of win2 |
|  3: ------------------------------------------------------------------------ |
|  4: ------------------------------------------------------------------------ |
|  5: ------------------------------------------------------------------------ |
|  6: ------------------------------------------------------------------------ |
|  7: ------------------------------------------------------------------------ |
|  8: ------------------------------------------------------------------------ |
|  9: ------------------------------------------------------------------------ |
| 10: ------------------------------------------------------------------------ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Print the analysis (Pedigree with negatives)

                                                                                                                    ANALYSIS page 30

                                                                                                           |---s 0601 AU89 TWINCITY 
         |----s 0401 AU91 TWINCITY  color--0401________________________________________________________|---s 0501 AU90 TWINCITY
         |           | cmt comment 0401                                                      line 1 end|   |---d 0602 AU89 TWINCITY 
         |           |     comment 0401                                                      line 2 end|
         |           |     comment 0401                                                      line 3 end|   |---s 0603 AU89 TWINCITY 
         |           | neg negative 0401                                                     line 1 end|---d 0502 AU09 TWINCITY
         |           |     negative 0401                                                     line 2 end    |---d 0604 AU89 TWINCITY 
         |
    |----s 0301 AU92 TWINCITY  color--0301
    |    |      | cmt comment 0301                                                      line 1 end
    |    |      |     comment 0301                                                      line 2 end
    |    |      |     comment 0301                                                      line 3 end
    |    |      | neg negatvie 0301                                                     line 1 end 
    |    |      |     negative 0301                                                     line 1 end
    |    |                                                                                                 |---s 0605 AU89 TWINCITY 
    |    |----d 0402 AU91 TWINCITY  color--0402________________________________________________________|---s 0503 AU90 TWINCITY
    |                | cmt comments 0402                                                     line 1 end|   |---d 0606 AU89 TWINCITY 
    |                |     comments 0402                                                     line 2 end|
    |                |     comments 0402                                                     line 3 end|   |---s 0607 AU89 TWINCITY 
    |                | neg negative 0402                                                     line 1 end|---d 0504 AU90 TWINCITY
    |                |     negative 0402                                                     line 2 end    |---d 0608 AU89 TWINCITY 
    |
0201 AU93 TWINCITY  color--0201  COCK
    |       | cmt comments 0201                                                     line 1 end
    |       |     comments 0201                                                     line 2 end
    |       |     comments 0201                                                     line 3 end
    |       | neg negatives 0201                                                    line 1 end
    |       |     negatives 0201                                                    line 2 end
    |                                                                                                      |---s 0609 AU89 TWINCITY 
    |    |----s 0403 AU91 TWINCITY  color--0403________________________________________________________|---s 0505 AU90 TWINCITY
    |    |           | cmt comments 0403                                                     line 1 end|   |---d 0610 AU89 TWINCITY 
    |    |           |     comments 0403                                                     line 2 end|
    |    |           |     comments 0403                                                     line 3 end|   |---s 0611 AU89 TWINCITY 
    |    |           | neg                                                                             |---d 0506 AU90 TWINCITY
    |    |           |                                                                                     |---d 0612 AU89 TWINCITY 
    |    |
    |----d 0302 AU92 TWINCITY  color--0302
         |      | cmt comment 0302                                                      line 1 end
         |      |     comment 0302                                                      line 2 end
         |      |     comment 0302                                                      line 3 end
         |      | neg negative 0302                                                     line 1 end
         |      |     negative 0302                                                     line 2 end
         |                                                                                                 |---s 0613 AU89 TWINCITY 
         |----d 0404 AU91 TWINCITY  color--0404________________________________________________________|---s 0507 AU90 TWINCITY
                     | cmt comments 0404                                                     line 1 end|   |---d 0614 AU89 TWINCITY 
                     |     comments 0404                                                     line 2 end|
                     |     comments 0404                                                     line 3 end|   |---s 0615 AU89 TWINCITY 
                     | neg                                                                             |---d 0508 AU90 TWINCITY
                     |                                                                                     |---d 0616 AU89 TWINCITY 
WINS:
win 1 of 2 bird 0201                                         end of win1
win 1 of 2 bird 0201                                         end of win1
win 2 of 2 bird 0201                                         end of win2

Loft of: Frank G. Varro                                                                                                             

+------------------------ Add/Change/Delete Bird Data -------------------------+ F print details                 page 31
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A | ---------------
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                |
| COMMENTS:                                                                    | This options prints the details of this
| +----------------------------+                                    line 1 end | specific bird.  The children,
| |  A screen pedigree         |                                    line 2 end | sisters, half-brothers, and half-
| |  B screen analysis         |                                    line 3 end | grandchildren, brothers, sisters are
| |  C short pedigree          |                                               | printed.  Popup windows are displayed
| |  D long pedigree           |                                    line 1 end | as this analysis and printing is in
| |  E print analysis          |                                    line 2 end | progress.
| |  F print details          <------                                          |
| |  G system choice pedigree  |                                   end of win1 |
| |  H system choice analysis  |                                   end of win2 |
| |  eXit                      |---------------------------------------------- |
| +____________________________+---------------------------------------------- |
|  5: ------------------------------------------------------------------------ |
|  6: ------------------------------------------------------------------------ |
|  7: ------------------------------------------------------------------------ |
|  8: ------------------------------------------------------------------------ |
|  9: ------------------------------------------------------------------------ |
| 10: ------------------------------------------------------------------------ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this bird's pedigree on the screen                                      

                                                                                                               PRINT DETAILS page 32

Pedigree of: 0201 AU93 TWINCITY  color--0201  COCK                                                                         PAGE: 001
------------------------------------------------------------------------------------------------------------------------------------

COMMENTS:
comments 0201                                                     line 1 end
comments 0201                                                     line 2 end
comments 0201                                                     line 3 end
WINS:
win 1 of 2 bird 0201                                         end of win1
win 2 of 2 bird 0201                                         end of win2

sire of 0103 AU94 TWINCITY color--0103 COCK when 0201 AU93 TWINCITY was paired to 0202 AU93 TWINCITY
                           COMMENTS:
                           comments 0103 --- no wins ---                                end of comments

                           grandsire of 0050 AU95 TWINCITY color--0050 COCK when 0103 AU94 TWINCITY was paired to 0104 AU94 TWINCITY
                                                        COMMENTS:
                                                        comment                                                           line 1 end
                                                        comment --- 2 wins ---                                            line 2 end
                                                        comment                                                           line 3 end
                                                        WINS:
                                                        0050 win 1 -------------------------------------------------- end of win
                                                        0050 win 2 -------------------------------------------------- end of win

                           grandsire of 0052 AU95 TWINCITY color--0051 COCK when 0103 AU94 TWINCITY was paired to 0104 AU94 TWINCITY
                                                        COMMENTS:
                                                        comment 0052 3 wins ---------------------------------------  end of comments
                                                        WINS:
                                                        win 1 ------------------------------------------------------- end of win
                                                        win 2 ------------------------------------------------------- end of win
                                                        win 3 ------------------------------------------------------- end of win


0201 AU93 TWINCITY is a full brother to 0214 AU93 TWINCITY COLOR  0214 HEN when 0301 AU92 TWINCITY was paired to 0302 AU92 TWINCITY
                                                        COMMENTS:
                                                        COMMENT 1 FULL SIB WINS ****************************************************
                                                        COMMENT 2                                                                   
                                                        COMMENT 3                                                                   
                                                        WINS:
                                                        WIN  1 0214
                                                        WIN  2 0214

0201 AU93 TWINCITY is a half brother to 0211 AU93 TWINCITY COLOR  0211 HEN when 0301 AU92 TWINCITY was paired to 0300 AU92 TWINCITY
                                                        COMMENTS:
                                                        COMMENT 1 OF 3  HALF SIB TO 0201
                                                        COMMENT 2 OF 3 
                                                        COMMENT 3 OF 3
                                                        WINS:
                                                        WIN  1 HALF SIB TO 0201
                                                        WIN  2 HALF SIB TO 0201
                                                        WIN  3 HALF SIB TO 0201

+------------------------ Add/Change/Delete Bird Data -------------------------+ G system choice pedigree        page 33
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A | ------------------------
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                |
| COMMENTS:                                                                    | The system choice pedigree consists of
| +----------------------------+                                    line 1 end |  - A short pedigree
| |  A screen pedigree         |                                    line 2 end |  - A long pedigree if any bird greater
| |  B screen analysis         |                                    line 3 end |    than a great-great grandparent
| |  C short pedigree          |                                               |    contributed more than 1/8.
| |  D long pedigree           |                                    line 1 end |  - The bird details (if set in the
| |  E print analysis          |                                    line 2 end |    control screen)
| |  F print details           |***** WINS *****                               |  - The siblings and half siblings of
| |  G system choice pedigree <------                              end of win1 |    the birds ancestors if their
| |  H system choice analysis  |                                   end of win2 |    contribution exceeds the
| |  eXit                      |---------------------------------------------- |    contribution set in the control
| +____________________________+---------------------------------------------- |    screen.
|  5: ------------------------------------------------------------------------ |  - Details on the wins of ancestors
|  6: ------------------------------------------------------------------------ |    as set in the control screen.
|  7: ------------------------------------------------------------------------ |  - Comments on the ancestors as set in
|  8: ------------------------------------------------------------------------ |    the control screen. The lower the
|  9: ------------------------------------------------------------------------ |    contribution levels the more details
| 10: ------------------------------------------------------------------------ |    the program will print and the
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |    longer the report will be.
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+ Several popup windows will appear and
 Display this bird's pedigree on the screen                                      disappear as this report option is run.

                                                                                     SYSTEM CHOICE PEDIGREE SHORT PEDIGREE   page 34

                                                           Frank G. Varro
                                        1208 Palace Ave.  St Paul MN  55105  (612) 699-7319
------------------------------------------------------------------------------------------------------------------------------------
Date:                      Name:                                                   Pedigree of: 0201 AU93 TWINCITY  color--0201 COCK
------------------------------------------------------------------------------------------------------------------------------------

                                                                                                              |-s 0601 AU89 TWINCITY
                      |-------------------------------s 0501 AU90 TWINCITY  color--0501_______________________|-d 0602 AU89 TWINCITY
                      |                                 comment 0501                                                      line 1 end
                      |                                 comment 0501                                                      line 2 end
            |---------s 0401 AU91 TWINCITY  color--0401 comment 0501                                                      line 3 end
            |         | comment 0401                                                      line 1 end
            |         | comment 0401                                                      line 2 end
            |         | comment 0401                                                      line 3 end          |-s 0603 AU89 TWINCITY
            |         |-------------------------------d 0502 AU09 TWINCITY  color--0502_______________________|-d 0604 AU89 TWINCITY
            |                                           comment 0502                                                      line 1 end
            |                                           comment 0502                                                      line 2 end
   |--------s 0301 AU92 TWINCITY  color--0301           comment 0502                                                      line 3 end
   |        | comment 0301                                                      line 1 end
   |        | comment 0301                                                      line 2 end
   |        | comment 0301                                                      line 3 end                    |-s 0605 AU89 TWINCITY
   |        |         |-------------------------------s 0503 AU90 TWINCITY  color--0503_______________________|-d 0606 AU89 TWINCITY
   |        |         |
   |        |         |
   |        |---------d 0402 AU91 TWINCITY  color--0402
   |                  | comments 0402                                                     line 1 end
   |                  | comments 0402                                                     line 2 end
   |                  | comments 0402                                                     line 3 end          |-s 0607 AU89 TWINCITY
   |                  |-------------------------------d 0504 AU90 TWINCITY  color--0504_______________________|-d 0608 AU89 TWINCITY
   |
   |
0201 AU93 TWINCITY  color--0201 COCK
comments 0201                                                     line 1 end
comments 0201                                                     line 2 end
comments 0201                                                     line 3 end                                  |-s 0609 AU89 TWINCITY
   |                  |-------------------------------s 0505 AU90 TWINCITY  color--0505_______________________|-d 0610 AU89 TWINCITY
   |                  |
   |                  |
   |        |---------s 0403 AU91 TWINCITY  color--0403
   |        |         | comments 0403                                                     line 1 end
   |        |         | comments 0403                                                     line 2 end
   |        |         | comments 0403                                                     line 3 end          |-s 0611 AU89 TWINCITY
   |        |         |-------------------------------d 0506 AU90 TWINCITY  color--0506_______________________|-d 0612 AU89 TWINCITY
   |        |
   |        |
   |--------d 0302 AU92 TWINCITY  color--0302
            | comment 0302                                                      line 1 end
            | comment 0302                                                      line 2 end
            | comment 0302                                                      line 3 end                    |-s 0613 AU89 TWINCITY
            |         |-------------------------------s 0507 AU90 TWINCITY  color--0507_______________________|-d 0614 AU89 TWINCITY
            |         |
            |         |
            |---------d 0404 AU91 TWINCITY  color--0404
                      | comments 0404                                                     line 1 end
                      | comments 0404                                                     line 2 end
                      | comments 0404                                                     line 3 end          |-s 0615 AU89 TWINCITY
                      |-------------------------------d 0508 AU90 TWINCITY  color--0508_______________________|-d 0616 AU89 TWINCITY

                                                                                          SYSTEM CHOICE PEDIGREE - DETAILS   page 35

Pedigree of: 0201 AU93 TWINCITY  color--0201  COCK                                                                         PAGE: 001
------------------------------------------------------------------------------------------------------------------------------------

COMMENTS:
comments 0201                                                     line 1 end
comments 0201                                                     line 2 end
comments 0201                                                     line 3 end
WINS:
win 1 of 2 bird 0201                                         end of win1
win 2 of 2 bird 0201                                         end of win2

sire of 0103 AU94 TWINCITY color--0103 COCK when 0201 AU93 TWINCITY was paired to 0202 AU93 TWINCITY
                           COMMENTS:
                           comments 0103 --- no wins ---                                end of comments

                           grandsire of 0050 AU95 TWINCITY color--0050 COCK when 0103 AU94 TWINCITY was paired to 0104 AU94 TWINCITY
                                                        COMMENTS:
                                                        comment                                                           line 1 end
                                                        comment --- 2 wins ---                                            line 2 end
                                                        comment                                                           line 3 end
                                                        WINS:
                                                        0050 win 1 -------------------------------------------------- end of win
                                                        0050 win 2 -------------------------------------------------- end of win

                           grandsire of 0052 AU95 TWINCITY color--0051 COCK when 0103 AU94 TWINCITY was paired to 0104 AU94 TWINCITY
                                                        COMMENTS:
                                                        comment 0052 3 wins ---------------------------------------  end of comments
                                                        WINS:
                                                        win 1 ------------------------------------------------------- end of win
                                                        win 2 ------------------------------------------------------- end of win
                                                        win 3 ------------------------------------------------------- end of win

0201 AU93 TWINCITY is a full brother to 0214 AU93 TWINCITY COLOR  0214 HEN when 0301 AU92 TWINCITY was paired to 0302 AU92 TWINCITY
                                                        COMMENTS:
                                                        COMMENT 1 FULL SIB WINS ****************************************************
                                                        COMMENT 2
                                                        COMMENT 3
                                                        WINS:
                                                        WIN  1 0214
                                                        WIN  2 0214


Reference 9 0502 AU09 TWINCITY color--0502 HEN
                                                        COMMENTS:
                                                        comment 0502                                                      line 1 end
                                                        comment 0502                                                      line 2 end
                                                        comment 0502                                                      line 3 end
                                                        WINS:
                                                        win 1 of 1 for band 0502 ******************************************* end

Reference 10 0503 AU90 TWINCITY color--0503 COCK

Reference 11 0504 AU90 TWINCITY color--0504 HEN

+------------------------ Add/Change/Delete Bird Data -------------------------+ H system choice analysis                    page 36
| BIRD: 0201 AU93 TWINCITY  COLOR: color--0201  SEX: C               STATUS: A | ------------------------
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                |
| COMMENTS:                                                                    | The system choice analysis will print the
| +----------------------------+                                    line 1 end | bird analysis with negatives, the long pedigree
| |  A screen pedigree         |                                    line 2 end | for the bird, and comments and negatives for
| |  B screen analysis         |                                    line 3 end | ancestor's not printed on the detail analysis.
| |  C short pedigree          |                                               | The ancestors comments and negatives will only
| |  D long pedigree           |                                    line 1 end | print if the ancestor's contribution exceeds the 
| |  E print analysis          |                                    line 2 end | limit set in the control settings.
| |  F print details           |***** WINS *****                               |
| |  G system choice pedigree  |                                   end of win1 | Several popup windows appear and disappear as
| |  H system choice analysis <------                              end of win2 | this report is printed.
| |  eXit                      |                                   ___________ |
| +----------------------------+______________________________________________ |
|  5: ________________________________________________________________________ |
|  6: ________________________________________________________________________ |
|  7: ________________________________________________________________________ |
|  8: ________________________________________________________________________ |
|  9: ________________________________________________________________________ |
| 10: ________________________________________________________________________ |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this bird's pedigree on the screen                                      

                                                                                                      SYSTEM CHOICE ANALYSIS  page 37

                                                                                                           +---s 0601 AU89 TWINCITY 
         +----s 0401 AU91 TWINCITY  color--0401________________________________________________________+---s 0501 AU90 TWINCITY
         |           + cmt comment 0401                                                      line 1 end|   +---d 0602 AU89 TWINCITY 
         |           |     comment 0401                                                      line 2 end|
         |           |     comment 0401                                                      line 3 end|   +---s 0603 AU89 TWINCITY 
         |           | neg negative 0401                                                     line 1 end+---d 0502 AU09 TWINCITY
         |           +     negative 0401                                                     line 2 end    +---d 0604 AU89 TWINCITY 
         |
    +----s 0301 AU92 TWINCITY  color--0301
    |    |      + cmt comment 0301                                                      line 1 end
    |    |      |     comment 0301                                                      line 2 end
    |    |      |     comment 0301                                                      line 3 end
    |    |      | neg negatvie 0301                                                     line 1 end
    |    |      +     negative 0301                                                     line 1 end
    |    |                                                                                                 +---s 0605 AU89 TWINCITY 
    |    +----d 0402 AU91 TWINCITY  color--0402________________________________________________________+---s 0503 AU90 TWINCITY
    |                + cmt comments 0402                                                     line 1 end|   +---d 0606 AU89 TWINCITY 
    |                |     comments 0402                                                     line 2 end|
    |                |     comments 0402                                                     line 3 end|   +---s 0607 AU89 TWINCITY 
    |                | neg negative 0402                                                     line 1 end+---d 0504 AU90 TWINCITY
    |                +     negative 0402                                                     line 2 end    +---d 0608 AU89 TWINCITY 
    |
0201 AU93 TWINCITY  color--0201  COCK
    |       + cmt comments 0201                                                     line 1 end
    |       |     comments 0201                                                     line 2 end
    |       |     comments 0201                                                     line 3 end
    |       | neg negatives 0201                                                    line 1 end
    |       +     negatives 0201                                                    line 2 end
    |                                                                                                      +---s 0609 AU89 TWINCITY 
    |    +----s 0403 AU91 TWINCITY  color--0403________________________________________________________+---s 0505 AU90 TWINCITY
    |    |           + cmt comments 0403                                                     line 1 end|   +---d 0610 AU89 TWINCITY 
    |    |           |     comments 0403                                                     line 2 end|
    |    |           |     comments 0403                                                     line 3 end|   +---s 0611 AU89 TWINCITY 
    |    |           | neg                                                                             +---d 0506 AU90 TWINCITY
    |    |           +                                                                                     +---d 0612 AU89 TWINCITY 
    |    |
    +----d 0302 AU92 TWINCITY  color--0302
         |      + cmt comment 0302                                                      line 1 end
         |      |     comment 0302                                                      line 2 end
         |      |     comment 0302                                                      line 3 end
         |      | neg negative 0302                                                     line 1 end
         |      +     negative 0302                                                     line 2 end
         |                                                                                                 +---s 0613 AU89 TWINCITY 
         +----d 0404 AU91 TWINCITY  color--0404________________________________________________________+---s 0507 AU90 TWINCITY
                     + cmt comments 0404                                                     line 1 end|   +---d 0614 AU89 TWINCITY 
                     |     comments 0404                                                     line 2 end|
                     |     comments 0404                                                     line 3 end|   +---s 0615 AU89 TWINCITY 
                     | neg                                                                             +---d 0508 AU90 TWINCITY
                     +                                                                                     +---d 0616 AU89 TWINCITY 
WINS:
win 1 of 2 bird 0201                                         end of win1
win 1 of 2 bird 0201                                         end of win1
win 2 of 2 bird 0201                                         end of win2
Loft of: Frank G. Varro

                                                                                                   SYSTEM CHOICE ANALYSIS   page 38

                                                                              +-32--s 0701 AU88 TWINCITY---64--s 0701 SIRE_________ 
Name: ____________________________________________ +-16--s 0601 AU89 TWINCITY_|                   0.0312 +-65--d 0701 DAME_________ 
                                                   |                   0.0625 +-33--d 0702 AU88 TWINCITY---66--s 0702 SIRE_________ 
Date: _______________ +---8---s 0501 AU90 TWINCITY_|                                              0.0312 +-67--d 0702 DAME_________ 
                      |                     0.125  +-17--d 0602 AU89 TWINCITY_+-34--s 0703 AU88 TWINCITY---68--s 0703 SIRE_________ 
                      |                                                0.0625 |                   0.0312 +-69--d 0703 DAME_________ 
                      |                                                       +-35--d 0704 AU88 TWINCITY---70--s 0704 SIRE_________ 
              +---4---s 0401 AU91 TWINCITY_                                                       0.0312 +-71--d 0704 DAME_________ 
              |       |             0.25                                      +-36--s 0705 AU88 TWINCITY---72--s 0705 SIRE_________ 
              |       |                            +-18--s 0603 AU89 TWINCITY_|                   0.0312 +-73--d 0705 DAME_________ 
              |       |                            |                   0.0625 +-37--d 0706 AU88 TWINCITY---74--s 0706 SIRE_________ 
              |       +---9---d 0502 AU09 TWINCITY_|                                              0.0312 +-75--d 0706 DAME_________ 
              |                             0.125  +-19--d 0604 AU89 TWINCITY_+-38--s 0707 AU88 TWINCITY---76--s 0707 SIRE_________ 
              |                                                        0.0625 |                   0.0312 +-77--d 0707 DAME_________ 
              |                                                               +-39--d 0708 AU88 TWINCITY---78--s 0708 SIRE_________ 
      +---2---s 0301 AU92 TWINCITY_                                                               0.0312 +-79--d 0708 DAME_________ 
      |       |             0.5                                               +-40--s 0709 AU88 TWINCITY---80--s 0709 SIRE_________ 
      |       |                                    +-20--s 0605 AU89 TWINCITY_|                   0.0312 +-81--d 0709 DAME_________ 
      |       |                                    |                   0.0625 +-41--d 0710 AU88 TWINCITY---82--s 0710 SIRE_________ 
      |       |       +---10--s 0503 AU90 TWINCITY_|                                              0.0312 +-83--d 0710 DAME_________ 
      |       |       |                     0.125  +-21--d 0606 AU89 TWINCITY_+-42--s 0711 AU88 TWINCITY---84--s 0711 SIRE_________ 
      |       |       |                                                0.0625 |                   0.0312 +-85--d 0711 DAME_________ 
      |       |       |                                                       +-43--d 0712 AU88 TWINCITY---86--s 0712 SIRE_________ 
      |       +---5---d 0402 AU91 TWINCITY_                                                       0.0312 +-87--d 0712 DAME_________ 
      |               |             0.25                                      +-44--s 0713 AU88 TWINCITY---88--s 0713 SIRE_________ 
      |               |                            +-22--s 0607 AU89 TWINCITY_|                   0.0312 +-89--d 0713 DAME_________ 
      |               |                            |                   0.0625 +-45--d 0714 AU88 TWINCITY---90--s 0714 SIRE_________ 
      |               +---11--d 0504 AU90 TWINCITY_|                                              0.0312 +-91--d 0714 DAME_________ 
      |                                     0.125  +-23--d 0608 AU89 TWINCITY_+-46--s 0715 AU88 TWINCITY---92--s 0715 SIRE_________ 
      |                                                                0.0625 |                   0.0312 +-93--d 0715 DAME_________ 
      |                                                                       +-47--d 0716 AU88 TWINCITY---94--s 0716 SIRE_________ 
0201 AU93 TWINCITY  color--0201  COCK                                                             0.0312 +-95--d 0716 DAME_________ 
      |                                                                       +-48--s 0717 AU88 TWINCITY---96--s 0717 SIRE_________ 
      |                                            +-24--s 0609 AU89 TWINCITY_|                   0.0312 +-97--d 0717 DAME_________ 
      |                                            |                   0.0625 +-49--d 0718 AU88 TWINCITY---98--s 0718 SIRE_________ 
      |               +---12--s 0505 AU90 TWINCITY_|                                              0.0312 +-99--d 0718 DAME_________ 
      |               |                     0.125  +-25--d 0610 AU89 TWINCITY_+-50--s 0719 AU88 TWINCITY---100-s 0719 SIRE_________ 
      |               |                                                0.0625 |                   0.0312 +-101-d 0719 DAME_________ 
      |               |                                                       +-51--d 0720 AU88 TWINCITY---102-s 0720 SIRE_________ 
      |       +---6---s 0403 AU91 TWINCITY_                                                       0.0312 +-103-d 0720 DAME_________ 
      |       |       |             0.25                                      +-52--s 0721 AU88 TWINCITY---104-s 0721 SIRE_________ 
      |       |       |                            +-26--s 0611 AU89 TWINCITY_|                   0.0312 +-105-d 0721 DAME_________ 
      |       |       |                            |                   0.0625 +-53--d 0722 AU88 TWINCITY---106-s 0722 SIRE_________ 
      |       |       +---13--d 0506 AU90 TWINCITY_|                                              0.0312 +-107-d 0722 DAME_________ 
      |       |                             0.125  +-27--d 0612 AU89 TWINCITY_+-54--s 0723 AU88 TWINCITY---108-s 0723 SIRE_________ 
      |       |                                                        0.0625 |                   0.0312 +-109-d 0723 DAME_________ 
      |       |                                                               +-55--d 0724 AU88 TWINCITY---110-s 0724 SIRE_________ 
      +---3---d 0302 AU92 TWINCITY_                                                               0.0312 +-111-d 0724 DAME_________ 
              |             0.5                                               +-56--s 0725 AU88 TWINCITY---112-s 0725 SIRE_________ 
              |                                    +-28--s 0613 AU89 TWINCITY_|                   0.0312 +-113-d 0725 DAME_________ 
              |                                    |                   0.0625 +-57--d 0726 AU88 TWINCITY---114-s 0726 SIRE_________ 
              |       +---14--s 0507 AU90 TWINCITY_|                                              0.0312 +-115-d 0726 DAME_________ 
              |       |                     0.125  +-29--d 0614 AU89 TWINCITY_+-58--s 0727 AU88 TWINCITY---116-s 0727 SIRE_________ 
              |       |                                                0.0625 |                   0.0312 +-117-d 0727 DAME_________ 
              |       |                                                       +-59--d 0728 AU88 TWINCITY---118-s 0728 SIRE_________ 
              +---7---d 0404 AU91 TWINCITY_                                                       0.0312 +-119-d 0728 DAME_________ 
                      |             0.25                                      +-60--s 0729 AU88 TWINCITY---120-s 0729 SIRE_________ 
                      |                            +-30--s 0615 AU89 TWINCITY_|                   0.0312 +-121-d 0729 DAME_________ 
                      |                            |                   0.0625 +-61--d 0730 AU88 TWINCITY---122-s 0730 SIRE_________ 
                      +---15--d 0508 AU90 TWINCITY_|                                              0.0312 +-123-d 0730 DAME_________ 
                                            0.125  +-31--d 0616 AU89 TWINCITY_+-62--s 0731 AU88 TWINCITY---124-s 0731 SIRE_________ 
                                                                       0.0625 |                   0.0312 +-125-d 0731 DAME_________ 
Frank G. Varro                                                                +-63--d 0732 AU88 TWINCITY---126-s 0732 SIRE_________ 
1208 Palace Ave.  St Paul MN  55105  (612) 699-7319                                               0.0312 +-127-d 0732 DAME_________ 

                                                                                                     SYSTEM CHOICE ANALYSIS  page 39

Pedigree of: 0201 AU93 TWINCITY  color--0201  COCK                                                                         PAGE: 001
------------------------------------------------------------------------------------------------------------------------------------

Reference 8 0501 AU90 TWINCITY color--0501 COCK
                                                        COMMENTS:
                                                        comment 0501                                                      line 1 end
                                                        comment 0501                                                      line 2 end
                                                        comment 0501                                                      line 3 end
                                                        NEGATIVES:
                                                        negative 0501                                                     line 1 end
                                                        negative 0501                                                     line 2 end

Reference 9 0502 AU09 TWINCITY color--0502 HEN
                                                        COMMENTS:
                                                        comment 0502                                                      line 1 end
                                                        comment 0502                                                      line 2 end
                                                        comment 0502                                                      line 3 end
                                                        NEGATIVES:
                                                        negative 0502                                                     line 1 end
                                                        negative 0502                                                     line 2 end

Reference 10 0503 AU90 TWINCITY color--0503 COCK

Reference 11 0504 AU90 TWINCITY color--0504 HEN

Reference 12 0505 AU90 TWINCITY color--0505 COCK

Reference 13 0506 AU90 TWINCITY color--0506 HEN

Reference 14 0507 AU90 TWINCITY color--0507 COCK

Reference 15 0508 AU90 TWINCITY color--0508 HEN

+------------------------ Add/Change/Delete Pair Data -------------------------+ PAIR INITIAL SCREEN                         page 40
| PAIR ID: __________________          STATUS: A                               |
| SIRE:                                DAME:                                   | The pair initial form behaves like the bird
|                                                                              | initial form.  You enter the pair ID or a portion
| --------------------------------- COMMENTS --------------------------------- | of the pair ID and tab to the query button or press
|                                                                              | F2. The form will then
|                                                                              |   Invoke the modification form if the key is found.
|                                                                              |   Invoke the add form if no partial match is found.
|                                                                              |   Invoke a picklist menu if a partial match on the
|                                                                              |     key is found.
|                                                                              |
|                                                                              | Exit Esc is invoked to return to the main menu.
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                  QUERY F2 _     EXIT ESC _   |
|                                                  __________     __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a pair of birds.                           

                  --- HELP PAIR ID ---
+------------------ Any Key to Return ------------------+
|Enter the pair ID for this pair of pigeons.  The       |
|preferred format is the year followed by the unique    |
|identifier for the pair.  If only the front few        |
|characters (the year) are entered a picklist of similar|
|pairs is given.  New numbers must be confirmed in the  |
|validate window by pressing Enter.                     |
+-------------------------------------------------------+

             --- HELP QUERY F2 ---
+------------- Any Key to Return -------------+
|                 DETAILS F2                  |
|Queries the data base to find the pair ID, or|
|a partial match on the pair ID entered.      |
+---------------------------------------------+

        --- HELP EXIT ESC ---
+-------- Any Key to Return ---------+
|             EXIT ESC               |
|This button will exit the pair entry|
|screen and return to the menu.      |
+------------------------------------+

+------------------------ Add/Change/Delete Pair Data -------------------------+ ADD PAIR                                    page 41
| PAIR ID: 1993 0400-0500              STATUS: A                               |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | If the entered value for the pair ID was not found
|                                                                              | the pair is added here.  Help functions for each
| --------------------------------- COMMENTS --------------------------------- | enterable field can be invoked using F1.
| this is all text____________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
| ____________________________________________________________________________ |
|                                                                              |
|                                    ADD F10 _     CLEAR F5 _     EXIT ESC _   |
|                                    _________     __________     __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a pair of birds.                           

                  --- HELP PAIR ID ---                                        --- HELP STATUS ---
+------------------ Any Key to Return ------------------+          +---------- Any Key to Return ----------+
|Enter the pair ID for this pair of pigeons.  The       |          |Enter the status of this pair.         |
|perferred format is the year followed by the unique    |          | A = active (in the loft for breeding).|
|identifier for the pair.  If only the front few        |          | I = inactive.                         |
|characters (the year) are entered a picklist of similar|          | H = hold.                             |
|pairs is given.  New numbers must be confirmed in the  |          +---------------------------------------+
|validate window by pressing Enter.                     |
+-------------------------------------------------------+

             --- HELP SIRE ---                                               --- HELP DAME ---
+----------- Any Key to Return ------------+                    +----------- Any Key to Return ------------+
|Enter the sire of this pair (father).     |                    |Enter the dame of this pair (mother).     | 
|If you used the convention of number first|                    |If you used the convention of number first| 
|in the band numbers a search for unique   |                    |in the band number a search for unique    | 
|matches will be made.  Until a band number|                    |matches will be made.  Until a band number| 
|is entered as a bird it must be confirmed |                    |is entered as a bird it must be confirmed | 
|by pressing enter in the validate window. |                    |by pressing enter in the validate window. | 
+------------------------------------------+                    +------------------------------------------+ 

                   --- HELP COMMENTS ---
+------------------- Any Key to Return -------------------+
|Free form comments for this pair.  Ctrl-k will present a |
|popup window with the available commands.                |
+---------------------------------------------------------+

      --- HELP ADD F10 ---                         --- HELP CLEAR F5 ---                             --- HELP EXIT ESC ---
+------ Any Key to Return ------+  +----------------- Any Key to Return ------------------+  +-------- Any Key to Return ---------+
|           UPDATE F10          |  |                       CLEAR F5                       |  |             EXIT ESC               |
|This button will add this pair.|  |This button will move into the next pair entry screen.|  |This button will exit the pair entry|
+-------------------------------+  +------------------------------------------------------+  |screen and return to the menu.      |
                                                                                             +------------------------------------+


+------------------------ Add/Change/Delete Pair Data -------------------------+ INITIAL PAIR SCREEN                         page 42
| PAIR ID: 19________________          STATUS: A                               |
| SIRE:  +------------- Pick One [Pair ID, Sire, Dame] -------------+          | The picklist selection window works like those in 
|        | 19                                                       |          | the bird form.  Highlight the pair you want to 
| -------| 1993 0301-0302     0301 AU92 TWINCITY 0302 AU92 TWINCITY |--------- | modify and then press Enter.
|        | 1993 0303-0304     0303 AU92 TWINCITY 0304 AU92 TWINCITY |          |
|        | 1993 0401-0402     0401 AU91 TWINCITY 0402 AU91 TWINCITY |          | You may want to prefix the pair IDs with the year.
|        | 1993 0403-0404     0403 AU91 TWINCITY 0404 AU91 TWINCITY |          | I then used the sire's number and the dame's number
|        | 1994 0301-0302     0301 AU92 TWINCITY 0302 AU92 TWINCITY |          | as the rest of the ID.
|        | 1994 0301-0304     0301 AU92 TWINCITY 0304 AU92 TWINCITY |          |
|        +----------------------------------------------------------+          |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                                              |
|                                                  QUERY F2 _     EXIT ESC _   |
|                                                  __________     __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a pair of birds.                           

+------------------------ Add/Change/Delete Pair Data -------------------------+ PAIR MODIFICATION                           page 43
| PAIR ID: 1993 0301-0302              STATUS: A                               |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | This form appears if the pair already existed or
|                                                                              | when the add pair form completes.  Any details on
| --------------------------------- COMMENTS --------------------------------- | the pair can be changed here.
| comment ------------------------------------------------------------- line 1 |
| comment ------------------------------------------------------------- line 2 |
| comment ------------------------------------------------------------- line 3 |
| comment ------------------------------------------------------------- line 4 |
| comment ------------------------------------------------------------- line 5 |
| comment ------------------------------------------------------------- line 6 |
| comment ------------------------------------------------------------- line 7 |
| comment ------------------------------------------------------------- line 8 |
| comment ------------------------------------------------------------- line 9 |
| comment ------------------------------------------------------------ line 10 |
| comment ------------------------------------------------------------ line 11 |
| comment ------------------------------------------------------------ line 12 |
| comment ------------------------------------------------------------ line 13 |
| comment ------------------------------------------------------------ line 14 |
| comment ------------------------------------------------------------ line 15 |
|                                                                              |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Add/Change/Delete/Inquire/Report on a pair of birds.                           
            --- HELP DELETE F7 ---                                              --- HELP UPDATE F10 ---
+------------ Any Key to Return --------------+                           +------- Any Key to Return --------+
|                 DELETE F7                   |                           |            UPDATE F10            |
|This button will attempt to delete this pair.|                           |This button will update this pair.|
+---------------------------------------------+                           +----------------------------------+

                                            --- HELP CLEAR F5 ---
                           +----------------- Any Key to Return ------------------+
                           |                       CLEAR F5                       |
                           |This button will move into the next pair entry screen.|
                           +------------------------------------------------------+

                     --- HELP DETAILS F2 ---                                    --- HELP EXIT ESC ---
+---------------------- Any Key to Return ----------------------+       +-------- Any Key to Return ---------+
|                          DETAILS F2                           |       |             EXIT ESC               |
|This button will update the pair and then present a popup menu |       |This button will exit the pair entry|
|giving different display/report options for the displayed pair.|       |screen and return to the menu.      |
+---------------------------------------------------------------+       +------------------------------------+ 

+------------------------ Add/Change/Delete Pair Data -------------------------+ A screen pedigree                           page 44
| PAIR ID: 1993 0301-0302              STATUS: A                               |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | The screen pedigree will display a pedigree of band
|                                                                              | numbers on the monitor.  This is a fast process.
| +---------------------+                         ---------------------------- |
| |  A screen pedigree <------                    --------------------- line 1 |
| |  B screen analysis  |                         --------------------- line 2 |
| |  C long pedigree    |                         --------------------- line 3 |
| |  D print analysis   |                         --------------------- line 4 |
| |  eXit               |                         --------------------- line 5 |
| +---------------------+                         --------------------- line 6 |
| comment ------------------------------------------------------------- line 7 |
| comment ------------------------------------------------------------- line 8 |
| comment ------------------------------------------------------------- line 9 |
| comment ------------------------------------------------------------ line 10 |
| comment ------------------------------------------------------------ line 11 |
| comment ------------------------------------------------------------ line 12 |
| comment ------------------------------------------------------------ line 13 |
| comment ------------------------------------------------------------ line 14 |
| comment ------------------------------------------------------------ line 15 |
|                                                                              |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this pair's pedigree on the screen                                      


+------------------------ Add/Change/Delete Pair Data -------------------------+ Press any key to remove the screen pedigree.
| PAIR ID: 1993 0301-0302              STATUS: A                               |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                |
|                                                                              |
                                    +-s 0501 AU90 TWINCITY+-s 0601 AU89 TWINCITY
     +----------s 0401 AU91 TWINCITY|   color--0501       +-d 0602 AU89 TWINCITY
     |            color--0401       +-d 0502 AU09 TWINCITY+-s 0603 AU89 TWINCITY
     |                                  color--0502       +-d 0604 AU89 TWINCITY
 +---s 0301 AU92 TWINCITY                                                       
 |   | color--0301                  +-s 0503 AU90 TWINCITY+-s 0605 AU89 TWINCITY
 |   +----------d 0402 AU91 TWINCITY|   color--0503       +-d 0606 AU89 TWINCITY
 |                color--0402       +-d 0504 AU90 TWINCITY+-s 0607 AU89 TWINCITY
 |                                      color--0504       +-d 0608 AU89 TWINCITY
1993 0301-0302____                                                              
 |                                  +-s 0505 AU90 TWINCITY+-s 0609 AU89 TWINCITY
 |   +----------s 0403 AU91 TWINCITY|   color--0505       +-d 0610 AU89 TWINCITY
 |   |            color--0403       +-d 0506 AU90 TWINCITY+-s 0611 AU89 TWINCITY
 |   |                                  color--0506       +-d 0612 AU89 TWINCITY
 +---d 0302 AU92 TWINCITY                                                       
     | color--0302                  +-s 0507 AU90 TWINCITY+-s 0613 AU89 TWINCITY
     +----------d 0404 AU91 TWINCITY|   color--0507       +-d 0614 AU89 TWINCITY
                  color--0404       +-d 0508 AU90 TWINCITY+-s 0615 AU89 TWINCITY
                                        color--0508       +-d 0616 AU89 TWINCITY
Loft of Frank G. Varro                                                          
 Display this pair's pedigree on the screen                                      

+------------------------ Add/Change/Delete Pair Data -------------------------+ B screen analysis                           page 45
| PAIR ID: 1993 0301-0302              STATUS: A                               |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | The screen analysis will let you quickly see the
|                                                                              | comments and negative of the sire and dame in
| +---------------------+                         ---------------------------- | this pair.
| |  A screen pedigree  |                         --------------------- line 1 |
| |  B screen analysis <------                    --------------------- line 2 |
| |  C long pedigree    |                         --------------------- line 3 |
| |  D print analysis   |                         --------------------- line 4 |
| |  eXit               |                         --------------------- line 5 |
| +---------------------+                         --------------------- line 6 |
| comment ------------------------------------------------------------- line 7 |
| comment ------------------------------------------------------------- line 8 |
| comment ------------------------------------------------------------- line 9 |
| comment ------------------------------------------------------------ line 10 |
| comment ------------------------------------------------------------ line 11 |
| comment ------------------------------------------------------------ line 12 |
| comment ------------------------------------------------------------ line 13 |
| comment ------------------------------------------------------------ line 14 |
| comment ------------------------------------------------------------ line 15 |
|                                                                              |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this pair's pedigree on the screen                                      


+------------------------ Add/Change/Delete Pair Data -------------------------+ Press any key to remove this display.
| PAIR ID: 1993 0301-0302              STATUS: A                               |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                |
   +0301 AU92 TWINCITY  color--0301                                             
 s |comment 0301                                                      line 1 end
 i |comment 0301                                                      line 2 end
 r |comment 0301                                                      line 3 end
 e |negatvie 0301                                                     line 1 end
   +negative 0301                                                     line 1 end
                                                                                
+1993 0301-0302                                                                 
|comment ------------------------------------------------------------- line 1   
|comment ------------------------------------------------------------- line 2   
|comment ------------------------------------------------------------- line 3   
|comment ------------------------------------------------------------- line 4   
+comment ------------------------------------------------------------- line 5   
                                                                                
   +0302 AU92 TWINCITY  color--0302                                             
 d |comment 0302                                                      line 1 end
 a |comment 0302                                                      line 2 end
 m |comment 0302                                                      line 3 end
 e |negative 0302                                                     line 1 end
   +negative 0302                                                     line 2 end
Loft of Frank G. Varro                                                          
 Show comments/negatives sire/dame                                              

+------------------------ Add/Change/Delete Pair Data -------------------------+ C long pedigree                             page 46
| PAIR ID: 1993 0301-0302              STATUS: A                               |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | The long pedigree prints a pedigree of band numbers
|                                                                              | and each ancestors contribution to the young of
| +---------------------+                         ---------------------------- | this pair.  The printer should be ready when you
| |  A screen pedigree  |                         --------------------- line 1 | make this selection.
| |  B screen analysis  |                         --------------------- line 2 |
| |  C long pedigree   <------                    --------------------- line 3 |
| |  D print analysis   |                         --------------------- line 4 |
| |  eXit               |                         --------------------- line 5 |
| +---------------------+---------------------------------------------- line 6 |
| comment ------------------------------------------------------------- line 7 |
| comment ------------------------------------------------------------- line 8 |
| comment ------------------------------------------------------------- line 9 |
| comment ------------------------------------------------------------ line 10 |
| comment ------------------------------------------------------------ line 11 |
| comment ------------------------------------------------------------ line 12 |
| comment ------------------------------------------------------------ line 13 |
| comment ------------------------------------------------------------ line 14 |
| comment ------------------------------------------------------------ line 15 |
|                                                                              |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this pair's pedigree on the screen


                        |---------------------------------------------------------- SAMPLE PROGRESS POPUP WINDOW
                        |
                        V
+---------- BUILDING PEDIGREE TABLES -----------+Data -------------------------+ A popup window appears as the program builds the
|Building tables for number = 1993 0301-0302    |                              | pedigree in memory and computes the ancestors'
+-----------------------------------------------+ AU92 TWINCITY                | contributions to the young of this pair.
|                                                                              |
| --------------------------------- COMMENTS --------------------------------- |
| comment ------------------------------------------------------------- line 1 |
| comment ------------------------------------------------------------- line 2 |
| comment ------------------------------------------------------------- line 3 |
| comment ------------------------------------------------------------- line 4 |
| comment ------------------------------------------------------------- line 5 |
| comment ------------------------------------------------------------- line 6 |
| comment ------------------------------------------------------------- line 7 |
| comment ------------------------------------------------------------- line 8 |
| comment ------------------------------------------------------------- line 9 |
| comment ------------------------------------------------------------ line 10 |
| comment ------------------------------------------------------------ line 11 |
| comment ------------------------------------------------------------ line 12 |
| comment ------------------------------------------------------------ line 13 |
| comment ------------------------------------------------------------ line 14 |
| comment ------------------------------------------------------------ line 15 |
|                                                                              |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Print the long pedigree - with contributions                                   

                                                                                                        PAIR LONG PEDIGREE  page 47

                                                                              +-32--s 0701 AU88 TWINCITY---64--s 0701 SIRE_________ 
Name: ____________________________________________ +-16--s 0601 AU89 TWINCITY_|                   0.0312 +-65--d 0701 DAME_________ 
                                                   |                   0.0625 +-33--d 0702 AU88 TWINCITY---66--s 0702 SIRE_________ 
Date: _______________ +---8---s 0501 AU90 TWINCITY_|                                              0.0312 +-67--d 0702 DAME_________ 
                      |                     0.125  +-17--d 0602 AU89 TWINCITY_+-34--s 0703 AU88 TWINCITY---68--s 0703 SIRE_________ 
                      |                                                0.0625 |                   0.0312 +-69--d 0703 DAME_________ 
                      |                                                       +-35--d 0704 AU88 TWINCITY---70--s 0704 SIRE_________ 
              +---4---s 0401 AU91 TWINCITY_                                                       0.0312 +-71--d 0704 DAME_________ 
              |       |             0.25                                      +-36--s 0705 AU88 TWINCITY---72--s 0705 SIRE_________ 
              |       |                            +-18--s 0603 AU89 TWINCITY_|                   0.0312 +-73--d 0705 DAME_________ 
              |       |                            |                   0.0625 +-37--d 0706 AU88 TWINCITY---74--s 0706 SIRE_________ 
              |       +---9---d 0502 AU09 TWINCITY_|                                              0.0312 +-75--d 0706 DAME_________ 
              |                             0.125  +-19--d 0604 AU89 TWINCITY_+-38--s 0707 AU88 TWINCITY---76--s 0707 SIRE_________ 
              |                                                        0.0625 |                   0.0312 +-77--d 0707 DAME_________ 
              |                                                               +-39--d 0708 AU88 TWINCITY---78--s 0708 SIRE_________ 
      +---2---s 0301 AU92 TWINCITY_                                                               0.0312 +-79--d 0708 DAME_________ 
      |       |             0.5                                               +-40--s 0709 AU88 TWINCITY---80--s 0709 SIRE_________ 
      |       |                                    +-20--s 0605 AU89 TWINCITY_|                   0.0312 +-81--d 0709 DAME_________ 
      |       |                                    |                   0.0625 +-41--d 0710 AU88 TWINCITY---82--s 0710 SIRE_________ 
      |       |       +---10--s 0503 AU90 TWINCITY_|                                              0.0312 +-83--d 0710 DAME_________ 
      |       |       |                     0.125  +-21--d 0606 AU89 TWINCITY_+-42--s 0711 AU88 TWINCITY---84--s 0711 SIRE_________ 
      |       |       |                                                0.0625 |                   0.0312 +-85--d 0711 DAME_________ 
      |       |       |                                                       +-43--d 0712 AU88 TWINCITY---86--s 0712 SIRE_________ 
      |       +---5---d 0402 AU91 TWINCITY_                                                       0.0312 +-87--d 0712 DAME_________ 
      |               |             0.25                                      +-44--s 0713 AU88 TWINCITY---88--s 0713 SIRE_________ 
      |               |                            +-22--s 0607 AU89 TWINCITY_|                   0.0312 +-89--d 0713 DAME_________ 
      |               |                            |                   0.0625 +-45--d 0714 AU88 TWINCITY---90--s 0714 SIRE_________ 
      |               +---11--d 0504 AU90 TWINCITY_|                                              0.0312 +-91--d 0714 DAME_________ 
      |                                     0.125  +-23--d 0608 AU89 TWINCITY_+-46--s 0715 AU88 TWINCITY---92--s 0715 SIRE_________ 
      |                                                                0.0625 |                   0.0312 +-93--d 0715 DAME_________ 
      |                                                                       +-47--d 0716 AU88 TWINCITY---94--s 0716 SIRE_________ 
1993 0301-0302                                                                                    0.0312 +-95--d 0716 DAME_________ 
      |                                                                       +-48--s 0717 AU88 TWINCITY---96--s 0717 SIRE_________ 
      |                                            +-24--s 0609 AU89 TWINCITY_|                   0.0312 +-97--d 0717 DAME_________ 
      |                                            |                   0.0625 +-49--d 0718 AU88 TWINCITY---98--s 0718 SIRE_________ 
      |               +---12--s 0505 AU90 TWINCITY_|                                              0.0312 +-99--d 0718 DAME_________ 
      |               |                     0.125  +-25--d 0610 AU89 TWINCITY_+-50--s 0719 AU88 TWINCITY---100-s 0719 SIRE_________ 
      |               |                                                0.0625 |                   0.0312 +-101-d 0719 DAME_________ 
      |               |                                                       +-51--d 0720 AU88 TWINCITY---102-s 0720 SIRE_________ 
      |       +---6---s 0403 AU91 TWINCITY_                                                       0.0312 +-103-d 0720 DAME_________ 
      |       |       |             0.25                                      +-52--s 0721 AU88 TWINCITY---104-s 0721 SIRE_________ 
      |       |       |                            +-26--s 0611 AU89 TWINCITY_|                   0.0312 +-105-d 0721 DAME_________ 
      |       |       |                            |                   0.0625 +-53--d 0722 AU88 TWINCITY---106-s 0722 SIRE_________ 
      |       |       +---13--d 0506 AU90 TWINCITY_|                                              0.0312 +-107-d 0722 DAME_________ 
      |       |                             0.125  +-27--d 0612 AU89 TWINCITY_+-54--s 0723 AU88 TWINCITY---108-s 0723 SIRE_________ 
      |       |                                                        0.0625 |                   0.0312 +-109-d 0723 DAME_________ 
      |       |                                                               +-55--d 0724 AU88 TWINCITY---110-s 0724 SIRE_________ 
      +---3---d 0302 AU92 TWINCITY_                                                               0.0312 +-111-d 0724 DAME_________ 
              |             0.5                                               +-56--s 0725 AU88 TWINCITY---112-s 0725 SIRE_________ 
              |                                    +-28--s 0613 AU89 TWINCITY_|                   0.0312 +-113-d 0725 DAME_________ 
              |                                    |                   0.0625 +-57--d 0726 AU88 TWINCITY---114-s 0726 SIRE_________ 
              |       +---14--s 0507 AU90 TWINCITY_|                                              0.0312 +-115-d 0726 DAME_________ 
              |       |                     0.125  +-29--d 0614 AU89 TWINCITY_+-58--s 0727 AU88 TWINCITY---116-s 0727 SIRE_________ 
              |       |                                                0.0625 |                   0.0312 +-117-d 0727 DAME_________ 
              |       |                                                       +-59--d 0728 AU88 TWINCITY---118-s 0728 SIRE_________ 
              +---7---d 0404 AU91 TWINCITY_                                                       0.0312 +-119-d 0728 DAME_________ 
                      |             0.25                                      +-60--s 0729 AU88 TWINCITY---120-s 0729 SIRE_________ 
                      |                            +-30--s 0615 AU89 TWINCITY_|                   0.0312 +-121-d 0729 DAME_________ 
                      |                            |                   0.0625 +-61--d 0730 AU88 TWINCITY---122-s 0730 SIRE_________ 
                      +---15--d 0508 AU90 TWINCITY_|                                              0.0312 +-123-d 0730 DAME_________ 
                                            0.125  +-31--d 0616 AU89 TWINCITY_+-62--s 0731 AU88 TWINCITY---124-s 0731 SIRE_________ 
                                                                       0.0625 |                   0.0312 +-125-d 0731 DAME_________ 
Frank G. Varro                                                                +-63--d 0732 AU88 TWINCITY---126-s 0732 SIRE_________ 
1208 Palace Ave.  St Paul MN  55105  (612) 699-7319                                               0.0312 +-127-d 0732 DAME_________ 

+------------------------ Add/Change/Delete Pair Data -------------------------+ D print analysis                            page 48
| PAIR ID: 1993 0301-0302              STATUS: A                               |
| SIRE: 0301 AU92 TWINCITY             DAME: 0302 AU92 TWINCITY                | This option prints details on this pair of birds.
|                                                                              | It prints the following:
| +---------------------+                         ---------------------------- |   The pair's pedigree with negatives showing all
| |  A screen pedigree  |                         --------------------- line 1 |      of the comments you entered for this pair ID.
| |  B screen analysis  |                         --------------------- line 2 |   The long pedigree for this pair with the
| |  C long pedigree    |                         --------------------- line 3 |      contribution factors of the ancestors.
| |  D print analysis  <------                    --------------------- line 4 |   A listing of any other pair ID with the same
| |  eXit               |                         --------------------- line 5 |      sire and dame and all of the comments you
| +---------------------+---------------------------------------------- line 6 |      entered for that pair ID.
| comment ------------------------------------------------------------- line 7 |   A listing of the children and grandchildren
| comment ------------------------------------------------------------- line 8 |      of this pair that have wins entered.
| comment ------------------------------------------------------------- line 9 |
| comment ------------------------------------------------------------ line 10 |
| comment ------------------------------------------------------------ line 11 |
| comment ------------------------------------------------------------ line 12 |
| comment ------------------------------------------------------------ line 13 |
| comment ------------------------------------------------------------ line 14 |
| comment ------------------------------------------------------------ line 15 |
|                                                                              |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Display this pair's pedigree on the screen                                       


+---------- PRINTING ANALYSIS -----------+e Pair Data -------------------------+ Popup windows will appear showing the
|Printing analysis for 1993 0301-0302    |TUS: A                               | programs progress.
+----------------------------------------+E: 0302 AU92 TWINCITY                |
|                                                                              |
| --------------------------------- COMMENTS --------------------------------- |
| comment ------------------------------------------------------------- line 1 |
| comment ------------------------------------------------------------- line 2 |
| comment ------------------------------------------------------------- line 3 |
| comment ------------------------------------------------------------- line 4 |
| comment ------------------------------------------------------------- line 5 |
| comment ------------------------------------------------------------- line 6 |
| comment ------------------------------------------------------------- line 7 |
| comment ------------------------------------------------------------- line 8 |
| comment ------------------------------------------------------------- line 9 |
| comment ------------------------------------------------------------ line 10 |
| comment ------------------------------------------------------------ line 11 |
| comment ------------------------------------------------------------ line 12 |
| comment ------------------------------------------------------------ line 13 |
| comment ------------------------------------------------------------ line 14 |
| comment ------------------------------------------------------------ line 15 |
|                                                                              |
|    DELETE F7 _    UPDATE F10 _    CLEAR F5 _    DETAILS F2 _    EXIT ESC _   |
|    ___________    ____________    __________    ____________    __________   |
+------------------------------------------------------------------------------+
 Print the analysis (Pedigree with negatives)                                   

                                                                                              PAIR ANALYSIS WITH NEGATIVES  page 49

                                                                                                           +---s 0601 AU89 TWINCITY 
         +----s 0401 AU91 TWINCITY  color--0401________________________________________________________+---s 0501 AU90 TWINCITY
         |           + cmt comment 0401                                                      line 1 end|   +---d 0602 AU89 TWINCITY 
         |           |     comment 0401                                                      line 2 end|
         |           |     comment 0401                                                      line 3 end|   +---s 0603 AU89 TWINCITY 
         |           | neg negative 0401                                                     line 1 end+---d 0502 AU09 TWINCITY
         |           +     negative 0401                                                     line 2 end    +---d 0604 AU89 TWINCITY 
         |
    +----s 0301 AU92 TWINCITY  color--0301
    |    |      + cmt comment 0301                                                      line 1 end
    |    |      |     comment 0301                                                      line 2 end
    |    |      |     comment 0301                                                      line 3 end
    |    |      | neg negatvie 0301                                                     line 1 end
    |    |      +     negative 0301                                                     line 1 end
    |    |                                                                                                 +---s 0605 AU89 TWINCITY 
    |    +----d 0402 AU91 TWINCITY  color--0402________________________________________________________+---s 0503 AU90 TWINCITY
    |                + cmt comments 0402                                                     line 1 end|   +---d 0606 AU89 TWINCITY 
    |                |     comments 0402                                                     line 2 end|
    |                |     comments 0402                                                     line 3 end|   +---s 0607 AU89 TWINCITY 
    |                | neg negative 0402                                                     line 1 end+---d 0504 AU90 TWINCITY
    |                +     negative 0402                                                     line 2 end    +---d 0608 AU89 TWINCITY 
    |
1993 0301-0302
    |        comment ------------------------------------------------------------- line 1
    |        comment ------------------------------------------------------------- line 2
    |        comment ------------------------------------------------------------- line 3
    |        comment ------------------------------------------------------------- line 4
    |        comment ------------------------------------------------------------- line 5
    |        comment ------------------------------------------------------------- line 6
    |        comment ------------------------------------------------------------- line 7
    |        comment ------------------------------------------------------------- line 8
    |        comment ------------------------------------------------------------- line 9
    |        comment ------------------------------------------------------------ line 10
    |        comment ------------------------------------------------------------ line 11
    |        comment ------------------------------------------------------------ line 12
    |        comment ------------------------------------------------------------ line 13
    |        comment ------------------------------------------------------------ line 14
    |        comment ------------------------------------------------------------ line 15
    |                                                                                                      +---s 0609 AU89 TWINCITY 
    |    +----s 0403 AU91 TWINCITY  color--0403________________________________________________________+---s 0505 AU90 TWINCITY
    |    |           + cmt comments 0403                                                     line 1 end|   +---d 0610 AU89 TWINCITY 
    |    |           |     comments 0403                                                     line 2 end|
    |    |           |     comments 0403                                                     line 3 end|   +---s 0611 AU89 TWINCITY 
    |    |           | neg                                                                             +---d 0506 AU90 TWINCITY
    |    |           +                                                                                     +---d 0612 AU89 TWINCITY 
    |    |
    +----d 0302 AU92 TWINCITY  color--0302
         |      + cmt comment 0302                                                      line 1 end
         |      |     comment 0302                                                      line 2 end
         |      |     comment 0302                                                      line 3 end
         |      | neg negative 0302                                                     line 1 end
         |      +     negative 0302                                                     line 2 end
         |                                                                                                 +---s 0613 AU89 TWINCITY 
         +----d 0404 AU91 TWINCITY  color--0404________________________________________________________+---s 0507 AU90 TWINCITY
                     + cmt comments 0404                                                     line 1 end|   +---d 0614 AU89 TWINCITY 
                     |     comments 0404                                                     line 2 end|
                     |     comments 0404                                                     line 3 end|   +---s 0615 AU89 TWINCITY 
                     | neg                                                                             +---d 0508 AU90 TWINCITY
                     +                                                                                     +---d 0616 AU89 TWINCITY 
Loft of: Frank G. Varro

                                                                                               PAIR ANALYSIS LONG PEDIGREE  page 50

                                                                              +-32--s 0701 AU88 TWINCITY---64--s 0701 SIRE_________ 
Name: ____________________________________________ +-16--s 0601 AU89 TWINCITY_|                   0.0312 +-65--d 0701 DAME_________ 
                                                   |                   0.0625 +-33--d 0702 AU88 TWINCITY---66--s 0702 SIRE_________ 
Date: _______________ +---8---s 0501 AU90 TWINCITY_|                                              0.0312 +-67--d 0702 DAME_________ 
                      |                     0.125  +-17--d 0602 AU89 TWINCITY_+-34--s 0703 AU88 TWINCITY---68--s 0703 SIRE_________ 
                      |                                                0.0625 |                   0.0312 +-69--d 0703 DAME_________ 
                      |                                                       +-35--d 0704 AU88 TWINCITY---70--s 0704 SIRE_________ 
              +---4---s 0401 AU91 TWINCITY_                                                       0.0312 +-71--d 0704 DAME_________ 
              |       |             0.25                                      +-36--s 0705 AU88 TWINCITY---72--s 0705 SIRE_________ 
              |       |                            +-18--s 0603 AU89 TWINCITY_|                   0.0312 +-73--d 0705 DAME_________ 
              |       |                            |                   0.0625 +-37--d 0706 AU88 TWINCITY---74--s 0706 SIRE_________ 
              |       +---9---d 0502 AU09 TWINCITY_|                                              0.0312 +-75--d 0706 DAME_________ 
              |                             0.125  +-19--d 0604 AU89 TWINCITY_+-38--s 0707 AU88 TWINCITY---76--s 0707 SIRE_________ 
              |                                                        0.0625 |                   0.0312 +-77--d 0707 DAME_________ 
              |                                                               +-39--d 0708 AU88 TWINCITY---78--s 0708 SIRE_________ 
      +---2---s 0301 AU92 TWINCITY_                                                               0.0312 +-79--d 0708 DAME_________ 
      |       |             0.5                                               +-40--s 0709 AU88 TWINCITY---80--s 0709 SIRE_________ 
      |       |                                    +-20--s 0605 AU89 TWINCITY_|                   0.0312 +-81--d 0709 DAME_________ 
      |       |                                    |                   0.0625 +-41--d 0710 AU88 TWINCITY---82--s 0710 SIRE_________ 
      |       |       +---10--s 0503 AU90 TWINCITY_|                                              0.0312 +-83--d 0710 DAME_________ 
      |       |       |                     0.125  +-21--d 0606 AU89 TWINCITY_+-42--s 0711 AU88 TWINCITY---84--s 0711 SIRE_________ 
      |       |       |                                                0.0625 |                   0.0312 +-85--d 0711 DAME_________ 
      |       |       |                                                       +-43--d 0712 AU88 TWINCITY---86--s 0712 SIRE_________ 
      |       +---5---d 0402 AU91 TWINCITY_                                                       0.0312 +-87--d 0712 DAME_________ 
      |               |             0.25                                      +-44--s 0713 AU88 TWINCITY---88--s 0713 SIRE_________ 
      |               |                            +-22--s 0607 AU89 TWINCITY_|                   0.0312 +-89--d 0713 DAME_________ 
      |               |                            |                   0.0625 +-45--d 0714 AU88 TWINCITY---90--s 0714 SIRE_________ 
      |               +---11--d 0504 AU90 TWINCITY_|                                              0.0312 +-91--d 0714 DAME_________ 
      |                                     0.125  +-23--d 0608 AU89 TWINCITY_+-46--s 0715 AU88 TWINCITY---92--s 0715 SIRE_________ 
      |                                                                0.0625 |                   0.0312 +-93--d 0715 DAME_________ 
      |                                                                       +-47--d 0716 AU88 TWINCITY---94--s 0716 SIRE_________ 
1993 0301-0302                                                                                    0.0312 +-95--d 0716 DAME_________ 
      |                                                                       +-48--s 0717 AU88 TWINCITY---96--s 0717 SIRE_________ 
      |                                            +-24--s 0609 AU89 TWINCITY_|                   0.0312 +-97--d 0717 DAME_________ 
      |                                            |                   0.0625 +-49--d 0718 AU88 TWINCITY---98--s 0718 SIRE_________ 
      |               +---12--s 0505 AU90 TWINCITY_|                                              0.0312 +-99--d 0718 DAME_________ 
      |               |                     0.125  +-25--d 0610 AU89 TWINCITY_+-50--s 0719 AU88 TWINCITY---100-s 0719 SIRE_________ 
      |               |                                                0.0625 |                   0.0312 +-101-d 0719 DAME_________ 
      |               |                                                       +-51--d 0720 AU88 TWINCITY---102-s 0720 SIRE_________ 
      |       +---6---s 0403 AU91 TWINCITY_                                                       0.0312 +-103-d 0720 DAME_________ 
      |       |       |             0.25                                      +-52--s 0721 AU88 TWINCITY---104-s 0721 SIRE_________ 
      |       |       |                            +-26--s 0611 AU89 TWINCITY_|                   0.0312 +-105-d 0721 DAME_________ 
      |       |       |                            |                   0.0625 +-53--d 0722 AU88 TWINCITY---106-s 0722 SIRE_________ 
      |       |       +---13--d 0506 AU90 TWINCITY_|                                              0.0312 +-107-d 0722 DAME_________ 
      |       |                             0.125  +-27--d 0612 AU89 TWINCITY_+-54--s 0723 AU88 TWINCITY---108-s 0723 SIRE_________ 
      |       |                                                        0.0625 |                   0.0312 +-109-d 0723 DAME_________ 
      |       |                                                               +-55--d 0724 AU88 TWINCITY---110-s 0724 SIRE_________ 
      +---3---d 0302 AU92 TWINCITY_                                                               0.0312 +-111-d 0724 DAME_________ 
              |             0.5                                               +-56--s 0725 AU88 TWINCITY---112-s 0725 SIRE_________ 
              |                                    +-28--s 0613 AU89 TWINCITY_|                   0.0312 +-113-d 0725 DAME_________ 
              |                                    |                   0.0625 +-57--d 0726 AU88 TWINCITY---114-s 0726 SIRE_________ 
              |       +---14--s 0507 AU90 TWINCITY_|                                              0.0312 +-115-d 0726 DAME_________ 
              |       |                     0.125  +-29--d 0614 AU89 TWINCITY_+-58--s 0727 AU88 TWINCITY---116-s 0727 SIRE_________ 
              |       |                                                0.0625 |                   0.0312 +-117-d 0727 DAME_________ 
              |       |                                                       +-59--d 0728 AU88 TWINCITY---118-s 0728 SIRE_________ 
              +---7---d 0404 AU91 TWINCITY_                                                       0.0312 +-119-d 0728 DAME_________ 
                      |             0.25                                      +-60--s 0729 AU88 TWINCITY---120-s 0729 SIRE_________ 
                      |                            +-30--s 0615 AU89 TWINCITY_|                   0.0312 +-121-d 0729 DAME_________ 
                      |                            |                   0.0625 +-61--d 0730 AU88 TWINCITY---122-s 0730 SIRE_________ 
                      +---15--d 0508 AU90 TWINCITY_|                                              0.0312 +-123-d 0730 DAME_________ 
                                            0.125  +-31--d 0616 AU89 TWINCITY_+-62--s 0731 AU88 TWINCITY---124-s 0731 SIRE_________ 
                                                                       0.0625 |                   0.0312 +-125-d 0731 DAME_________ 
Frank G. Varro                                                                +-63--d 0732 AU88 TWINCITY---126-s 0732 SIRE_________ 
1208 Palace Ave.  St Paul MN  55105  (612) 699-7319                                               0.0312 +-127-d 0732 DAME_________ 

                                                                                                      PAIR ANALYSIS  DETAILS page 51

Pedigree of pair 1993 0301-0302 cock = 0301 AU92 TWINCITY hen = 0302 AU92 TWINCITY                                         PAGE: 001
------------------------------------------------------------------------------------------------------------------------------------

1994 0301-0302 is the same pair as  1993 0301-0302
              comment  1 1994 0301-0304
              comment  2 1994 0301-0304
              comment  3 1994 0301-0304
              comment  4 1994 0301-0304
              comment  5 1994 0301-0304
              comment  6 1994 0301-0304
              comment  7 1994 0301-0304
              comment  8 1994 0301-0304
              comment  9 1994 0301-0304
              comment 10 1994 0301-0304
              comment 11 1994 0301-0304
              comment 12 1994 0301-0304
              comment 13 1994 0301-0304
              comment 14 1994 0301-0304
              comment 15 1994 0301-0304

parents of 0201 AU93 TWINCITY color--0201 COCK
                           COMMENTS:
                           comments 0201                                                     line 1 end
                           comments 0201                                                     line 2 end
                           comments 0201                                                     line 3 end
                           WINS:
                           win 1 of 2 bird 0201                                         end of win1
                           win 2 of 2 bird 0201                                         end of win2

                        grandparents of 0101 AU94 TWINCITY color--0101 COCK when 0201 AU93 TWINCITY was paired to 0202 AU93 TWINCITY
                                                        COMMENTS:
                                                        comments 0101                                                     line 1 end
                                                        comments 0101                                                     line 2 end
                                                        comments 0101                                                     line 3 end
                                                        WINS:
                                                        win 1 -------------------------------------------------------- win 1 end
                                                        win 2 -------------------------------------------------------- win 2 end
                                                        win 3 -------------------------------------------------------- win 3 end
                                                        win 4 -------------------------------------------------------- win 4 end
                                                        win 5 -------------------------------------------------------- win 5 end
                                                        win 6 -------------------------------------------------------- win 6 end
                                                        win 7 -------------------------------------------------------- win 7 end
                                                        win 8 -------------------------------------------------------- win 8 end
                                                        win 9 -------------------------------------------------------- win 9 end
                                                        win 10 ------------------------------------------------------ win 10 end

                        grandparents of 0102 AU94 TWINCITY color--0102 HEN when 0201 AU93 TWINCITY was paired to 0204 AU93 TWINCITY
                                                        COMMENTS:
                                                        comment 0102                                                      line 1 end
                                                        comment 0102                                                      line 2 end
                                                        comment 0102                                                      line 3 end
                                                        WINS:
                                                        win 1 bird 0102 ---------------------------------------------------- end
                                                        win 2 bird 0102 ---------------------------------------------------- end

---------------------------------------------------------------------------------- A list active birds by sex                page 52
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                         +---------------------------------------+              | This report list all of the birds which have
|                    ---> | A list active birds by sex            |              | their status set to -A- or -H-.  The report is 
|                         | B list active birds status            |              | sorted by sex and then by band number.
|                         | C list all birds                      |              |
|                         | D list active pairs                   |              | In the reports the column under the heading SX
|                         | E list all pairs                      |              | is sex and the column under the heading ST is
|                         | F system choice pedigree active birds |              | status.
|                         | G system choice analysis active birds |              |
|                         | eXit                                  |              |
|                         +---------------------------------------+              |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
| List the birds (active and on hold) by sex.                                    |
----------------------------------------------------------------------------------

LIST OF ACTIVE/HOLD BIRDS BY SEX                                                                                           PAGE: 001

SX BAND-------------- COLOR------ ST SIRE-------------- DAME-------------- COMMENTS (POS 1-57)--------------------------------------

 C 0050 AU95 TWINCITY color--0050  A 0103 AU94 TWINCITY 0104 AU94 TWINCITY comment
 C 0052 AU95 TWINCITY color--0051  A 0103 AU94 TWINCITY 0104 AU94 TWINCITY comment 0052 3 wins -------------------------------------
 C 0101 AU94 TWINCITY color--0101  A 0201 AU93 TWINCITY 0202 AU93 TWINCITY comments 0101
 C 0103 AU94 TWINCITY color--0103  A 0201 AU93 TWINCITY 0202 AU93 TWINCITY comments 0103 --- no wins ---
 C 0201 AU93 TWINCITY color--0201  A 0301 AU92 TWINCITY 0302 AU92 TWINCITY comments 0201
 C 0203 AU93 TWINCITY color--0203  A 0303 AU92 TWINCITY 0304 AU92 TWINCITY comments ---- no wins ---

LIST OF ACTIVE/HOLD BIRDS BY SEX                                                                                           PAGE: 002

SX BAND-------------- COLOR------ ST SIRE-------------- DAME-------------- COMMENTS (POS 1-57)--------------------------------------

 H 0051 AU95 TWINCITY color--0051  A 0103 AU94 TWINCITY 0104 AU94 TWINCITY comment line 1 no wins
 H 0102 AU94 TWINCITY color--0102  A 0201 AU93 TWINCITY 0204 AU93 TWINCITY comment 0102
 H 0104 AU94 TWINCITY color--0104  A 0203 AU93 TWINCITY 0204 AU93 TWINCITY comments --- no wins ---                               en
 H 0202 AU93 TWINCITY color--0202  A 0303 AU92 TWINCITY 0304 AU92 TWINCITY comments 0202
 H 0204 AU93 TWINCITY color--0204  A 0303 AU92 TWINCITY 0306 AU92 TWINCITY comments 0204

LIST OF ACTIVE/HOLD BIRDS BY SEX                                                                                           PAGE: 003

SX BAND-------------- COLOR------ ST SIRE-------------- DAME-------------- COMMENTS (POS 1-57)--------------------------------------

 ? 0001 AU94 VIK      red ck       H 0001 SIRE          0001 DAME          123456789012345678901234567890123456789012345678901234567

---------------------------------------------------------------------------------- B list active birds status                page 53
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                         +---------------------------------------+              | This report lists all of the birds with a status
|                         | A list active birds by sex            |              | of -A- or -H-.
|                    ---> | B list active birds status            |              |
|                         | C list all birds                      |              | You will want to check this report before running
|                         | D list active pairs                   |              | the options 'system choice pedigree active birds'
|                         | E list all pairs                      |              |          or 'system choice analysis active birds'
|                         | F system choice pedigree active birds |              | they will print multiple pages for each bird with
|                         | G system choice analysis active birds |              | its status set to -A-.
|                         | eXit                                  |              |
|                         +---------------------------------------+              |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
| List the birds (active and on hold).                                           |
----------------------------------------------------------------------------------



LIST OF ACTIVE/HOLD BIRDS                                                                                                  PAGE: 001

BAND-------------- COLOR------ SX ST SIRE-------------- DAME-------------- COMMENTS (POS 1-57)--------------------------------------

0001 AU94 VIK      red ck       ?  H 0001 SIRE          0001 DAME          123456789012345678901234567890123456789012345678901234567
0050 AU95 TWINCITY color--0050  C  A 0103 AU94 TWINCITY 0104 AU94 TWINCITY comment
0051 AU95 TWINCITY color--0051  H  A 0103 AU94 TWINCITY 0104 AU94 TWINCITY comment line 1 no wins
0052 AU95 TWINCITY color--0051  C  A 0103 AU94 TWINCITY 0104 AU94 TWINCITY comment 0052 3 wins -------------------------------------
0101 AU94 TWINCITY color--0101  C  A 0201 AU93 TWINCITY 0202 AU93 TWINCITY comments 0101
0102 AU94 TWINCITY color--0102  H  A 0201 AU93 TWINCITY 0204 AU93 TWINCITY comment 0102
0103 AU94 TWINCITY color--0103  C  A 0201 AU93 TWINCITY 0202 AU93 TWINCITY comments 0103 --- no wins ---
0104 AU94 TWINCITY color--0104  H  A 0203 AU93 TWINCITY 0204 AU93 TWINCITY comments --- no wins ---                               en
0201 AU93 TWINCITY color--0201  C  A 0301 AU92 TWINCITY 0302 AU92 TWINCITY comments 0201
0202 AU93 TWINCITY color--0202  H  A 0303 AU92 TWINCITY 0304 AU92 TWINCITY comments 0202
0203 AU93 TWINCITY color--0203  C  A 0303 AU92 TWINCITY 0304 AU92 TWINCITY comments ---- no wins ---
0204 AU93 TWINCITY color--0204  H  A 0303 AU92 TWINCITY 0306 AU92 TWINCITY comments 0204

***** E N D   O F   R E P O R T   *****

---------------------------------------------------------------------------------- C list all birds                          page 54
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                         +---------------------------------------+              | This option prints a list of all the birds in the
|                         | A list active birds by sex            |              | database in band number sequence.
|                         | B list active birds status            |              |
|                    ---> | C list all birds                      |              |
|                         | D list active pairs                   |              |
|                         | E list all pairs                      |              |
|                         | F system choice pedigree active birds |              |
|                         | G system choice analysis active birds |              |
|                         | eXit                                  |              |
|                         +---------------------------------------+              |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
| List all birds in band no sequence.                                            |
----------------------------------------------------------------------------------

LIST OF ALL BIRDS                                                                                                          PAGE: 001

BAND-------------- COLOR------ SX ST SIRE-------------- DAME-------------- COMMENTS (POS 1-57)--------------------------------------

0001 AU94 VIK      red ck       ?  H 0001 SIRE          0001 DAME          123456789012345678901234567890123456789012345678901234567
0050 AU95 TWINCITY color--0050  C  A 0103 AU94 TWINCITY 0104 AU94 TWINCITY comment
0051 AU95 TWINCITY color--0051  H  A 0103 AU94 TWINCITY 0104 AU94 TWINCITY comment line 1 no wins
0052 AU95 TWINCITY color--0051  C  A 0103 AU94 TWINCITY 0104 AU94 TWINCITY comment 0052 3 wins -------------------------------------
0101 AU94 TWINCITY color--0101  C  A 0201 AU93 TWINCITY 0202 AU93 TWINCITY comments 0101

LIST OF ALL BIRDS                                                                                                          PAGE: 002

BAND-------------- COLOR------ SX ST SIRE-------------- DAME-------------- COMMENTS (POS 1-57)--------------------------------------

0608 AU89 TWINCITY color--0608  H  I 0715 AU88 TWINCITY 0716 AU88 TWINCITY
0609 AU89 TWINCITY color--0609  C  I 0717 AU88 TWINCITY 0718 AU88 TWINCITY
0610 AU89 TWINCITY color--0610  H  I 0719 AU88 TWINCITY 0720 AU88 TWINCITY
0611 AU89 TWINCITY color--0611  C  I 0721 AU88 TWINCITY 0722 AU88 TWINCITY


***** E N D   O F   R E P O R T   *****

---------------------------------------------------------------------------------- D list active pairs                       page 55
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                         +---------------------------------------+              | This option will list the active pairs in 
|                         | A list active birds by sex            |              | pair ID sequence.
|                         | B list active birds status            |              |
|                         | C list all birds                      |              |
|                    ---> | D list active pairs                   |              |
|                         | E list all pairs                      |              |
|                         | F system choice pedigree active birds |              |
|                         | G system choice analysis active birds |              |
|                         | eXit                                  |              |
|                         +---------------------------------------+              |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
| List the active pairs.                                                         |
----------------------------------------------------------------------------------
                                                                                

LIST ACTIVE PAIRS                                                                                                          PAGE: 001

BAND-------------- SIRE-------------- DAME-------------- ST COMMENTS (POS 1-73)-----------------------------------------------------

1993 0301-0302     0301 AU92 TWINCITY 0302 AU92 TWINCITY A comment ------------------------------------------------------------- lin
1993 0303-0304     0303 AU92 TWINCITY 0304 AU92 TWINCITY A 1234567890123456789012345678901234567890123456789012345678901234567890123
1994 0301-0302     0301 AU92 TWINCITY 0302 AU92 TWINCITY A comment  1 1994 0301-0304                                                
1994 0301-0304     0301 AU92 TWINCITY 0304 AU92 TWINCITY A comment  1 1994 0301-0304                                                

***** E N D   O F   R E P O R T   *****

---------------------------------------------------------------------------------- E list all pairs                          page 56
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                         +---------------------------------------+              | This option will list all of the pairs in the
|                         | A list active birds by sex            |              | data base in pair ID sequence.
|                         | B list active birds status            |              |
|                         | C list all birds                      |              |
|                         | D list active pairs                   |              |
|                    ---> | E list all pairs                      |              |
|                         | F system choice pedigree active birds |              |
|                         | G system choice analysis active birds |              |
|                         | eXit                                  |              |
|                         +---------------------------------------+              |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
| List all the pairs by pair id.                                                 |
----------------------------------------------------------------------------------


LIST OF ALL PAIRS                                                                                                          PAGE: 001

BAND-------------- SIRE-------------- DAME-------------- ST COMMENTS (POS 1-73)-----------------------------------------------------

1993 0301-0302     0301 AU92 TWINCITY 0302 AU92 TWINCITY A comment ------------------------------------------------------------- lin
1993 0303-0304     0303 AU92 TWINCITY 0304 AU92 TWINCITY A 1234567890123456789012345678901234567890123456789012345678901234567890123
1993 0401-0402     0401 AU91 TWINCITY 0402 AU91 TWINCITY I                                                                          
1993 0403-0404     0403 AU91 TWINCITY 0404 AU91 TWINCITY I                                                                          
1994 0301-0302     0301 AU92 TWINCITY 0302 AU92 TWINCITY A comment  1 1994 0301-0304                                                
1994 0301-0304     0301 AU92 TWINCITY 0304 AU92 TWINCITY A comment  1 1994 0301-0304                                                

***** E N D   O F   R E P O R T   *****

---------------------------------------------------------------------------------- G system choice pedigree active birds     page 57
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                         +---------------------------------------+              | This option will print the system choice pedigree
|                         | A list active birds by sex            |              | for all active birds.  See page 33 for a
|                         | B list active birds status            |              | description of the system choice pedigree.
|                         | C list all birds                      |              |
|                         | D list active pairs                   |              | Before running this option.
|                         | E list all pairs                      |              |  Check the list of active birds.
|                    ---> | F system choice pedigree active birds |              |  Check the contribution values in the
|                         | G system choice analysis active birds |              |     Control_settings form.
|                         | eXit                                  |              |  Print a system choice pedigree on a single bird
|                         +---------------------------------------+              |     and verify it is doing what you expect.
|                                                                                |  Be sure your printer has a lot of paper.
|                                                                                |  Be sure you have adequate time for the process
|                                                                                |      to complete.
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
| Print the analysis for all active birds                                        |
----------------------------------------------------------------------------------


---------------------------------------------------------------------------------- G system choice analysis active birds
| Bird_data    Pair_data    Reports    Control_settings    Defaults    eXit      |
|                         +---------------------------------------+              | This option will print the system choice analysis
|                         | A list active birds by sex            |              | for all active birds.  See page 36 for a
|                         | B list active birds status            |              | description of the system choice analysis.
|                         | C list all birds                      |              | 
|                         | D list active pairs                   |              | Like the above option this can be a long report.
|                         | E list all pairs                      |              | Before running this report
|                         | F system choice pedigree active birds |              |  Check the list of active birds.
|                    ---> | G system choice analysis active birds |              |  Check the contributions values in the 
|                         | eXit                                  |              |     Control_settings form.
|                         +---------------------------------------+              |  Print a sample system choice analysis and verify
|                                                                                |     it is configured correctly.
|                                                                                |  Be sure your printer has a lot of paper.
|                                                                                |  Be sure you have adequate time for the process
|                                                                                |      to complete.
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
|                                                                                |
| Print the analysis and backup data for all active birds.                       |
----------------------------------------------------------------------------------

+-------------------------- Update Control Settings ---------------------------+ CONTROL SETTING                             page 58
|                                                                              |
| - - - - - - - - - -   N A M E   A N D   A D D R E S S   - - - - - - - - - -  | This screen sets the first and second lines which
|                                                                              | print on the pedigree.  It also controls the 
| PASSWORD: 1182_                                                              | amount of detail which will print on the
|     NAME: Frank G. Varro___________________________________________          | system choice pedigree and system choice analysis.
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________|
|                                                                              | Each option has an online help window.
|          - - - - - - - - - - -   P R I N T E R   - - - - - - - - - -         |
|                                                                              | Each option will be described below.
|          PRINTS EXTENDED CHARACTERS: Y                                       |
|                        PRINTER TYPE: 3                                       | The program will center the name and address data
|                                                                              | on the top lines of the short pedigree.
|           - - -   C O N T R I B U T I O N   T R I G G E R S   - - -          |
|                                                                              |
|           CHILDREN / GRANDCHILDREN: 1_____                                   |
|                      HALF-SIBLINGS: 0.5___                                   |
|                           SIBLINGS: 0.25__                                   |
|                               WINS: 0.0625                                   |
|                           COMMENTS: 0.0625                                   |
|                          NEGATIVES: 0.125_                                   |
|                                                UPDATE F10 _     EXIT ESC _   |
|                                                ____________     __________   |
+------------------------------------------------------------------------------+
 Control - Name/Address, Printer, and Contribution Factors                      


| PASSWORD: 1182_                                                              | This password is associated with the name entered
|     NAME: +-------------------- Any Key to Return --------------------+      | on the next line.
|  ADDRESS: |This is the password which is unique to your name.  It will|______|
|           |allow you to enter your name for printing on the pedigrees.|      |
|          -+-----------------------------------------------------------+      |

| PASSWORD: 1182_                                                              | Name is the first line printed on a pedigree.
|     NAME: Frank G. Varro___________________________________________          | The program computes a unique number from the value
|  ADDRESS: +----------------------- Any Key to Return -----------------------+| entered here.  This number will be compared with
|           |Enter your name for printing on the pedigree.  Spacing this field|| the number entered above. You received a sheet with
|          -|out will insert last updated name and password fields onto the   || the name you requested and its password when you 
|           |screen.                                                          || received this software.  If the name does not match
|           +-----------------------------------------------------------------+| the password, you can space the name and Shift/Tab
                                                                                 to re-enter the password.  This is the heading like
                                                                                 that on page 26.
| PASSWORD: 1182_                                                              |
|     NAME: Frank G. Varro___________________________________________          |
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________| This is the second line which prints on the 
|           +---------------- Any Key to Return -----------------+             | pedigree.  Any value is acceptable.
|          -|Enter the address you want printed on the pedigrees.| - -         |
|           +----------------------------------------------------+             | 

+-------------------------- Update Control Settings ---------------------------+ PRINTS EXTENDED CHARACTERS                  page 59
|                                                                              |
| - - - - - - - - - -   N A M E   A N D   A D D R E S S   - - - - - - - - - -  | The boxes displayed around the form window are
|                                                                              | drawn using the IBM extended character set.  If
| PASSWORD: 1182_                                                              | your printer can correctly print these characters
|     NAME: Frank G. Varro___________________________________________          | choose Y.
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________|
|                                                                              |
|          - - - - - - - - - - -   P R I N T E R   - - - - - - - - - -         |
|                                                                              |
|          PRINTS EXTENDED CHARACTERS: Y                                       |
|          +----------------- Any Key to Return ------------------+            |
|          |Enter the type of extended print characters available.|            |
|          |    N - No extended print characters                  | -          |
|          |    Y - IBM extended print characters                 |            |
|          +------------------------------------------------------+            |
|                      HALF-SIBLINGS: 0.5___                                   |
|                           SIBLINGS: 0.25__                                   |
|                               WINS: 0.0625                                   |
|                           COMMENTS: 0.0625                                   |
|                          NEGATIVES: 0.125_                                   |
|                                                UPDATE F10 _     EXIT ESC _   |
|                                                ____________     __________   |
+------------------------------------------------------------------------------+
 Control - Name/Address, Printer, and Contribution Factors                      


+-------------------------- Update Control Settings ---------------------------+ PRINTER TYPE
|                                                                              |
| - - - - - - - - - -   N A M E   A N D   A D D R E S S   - - - - - - - - - -  | Many printers can emulate an IBM proprinter.
|                                                                              | Set you printer to the emulation mode if
| PASSWORD: 1182_                                                              | available and try options 1 and 2.
|     NAME: Frank G. Varro___________________________________________          |
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________| Option 3 is for use with an
|                                                                              | HP lazerjet II, III, or IV.
|          - - - - - - - - - - -   P R I N T E R   - - - - - - - - - -         |
|                                                                              | If you do not have a printer capable of printing
|          PRINTS EXTENDED CHARACTERS: Y                                       | in one of the above configurations you should
|                        PRINTER TYPE: 3                                       | use option 0 and manually set the printer to
|          +---------------------- Any Key to Return -----------------------+  |  -- 66 lines per page.
|          |Enter the printer type.                                         |  |  -- the pica character set (10 cpi).
|          | 1 = IBM proprinter compatibility (draft mode)                  |  |  -- compressed print.
|          | 2 = IBM proprinter compatibility (double strike)               |  |  -- IBM extended characters if available.
|          | 3 = HP LazerJet II compatibility                               |  |
|          | 0 = Other (You must manually set the printer for the condensed |  |
|          |            character set.)                                     |  |
|          +----------------------------------------------------------------+  |
|                          NEGATIVES: 0.125_                                   |
|                                                UPDATE F10 _     EXIT ESC _   |
|                                                ____________     __________   |
+------------------------------------------------------------------------------+
 Control - Name/Address, Printer, and Contribution Factors                      

+-------------------------- Update Control Settings ---------------------------+ PRINT CHILDREN EXTENDED PEDIGREE            page 60
|                                                                              |
| - - - - - - - - - -   N A M E   A N D   A D D R E S S   - - - - - - - - - -  |
|                                                                              |
| PASSWORD: 1182_                                                              |
|     NAME: Frank G. Varro___________________________________________          |
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________|
|                                                                              |
|          - - - - - - - - - - -   P R I N T E R   - - - - - - - - - -         |
|                                                                              |
|          PRINTS EXTENDED CHARACTERS: Y                                       |
|                        PRINTER TYPE: 3                                       |
|                                                                              | CHILDREN / GRANDCHILDREN
|           - - -   C O N T R I B U T I O N   T R I G G E R S   - - -          | ------------------------
|                                                                              |
|           CHILDREN / GRANDCHILDREN: 1_____                                   | Should details on the children and grandchildren of
|+---------------------------- Any Key to Return -----------------------------+| the current bird be printed from when doing a
||                          CHILDREN / GRANDCHILDREN                          || system choice pedigree?
||Enter the contribution level required to trigger the printing of a birds    ||   A value of .00001 will suppress the print
||children and grandchildren (who have wins entered) on the detailed pedigree.||   Values of .00002 through 1 will enable the print.
||.00002 through 1 - Print the children & grandchildren for the bird on the   ||
||         pedigree                                                           ||
||.00001 - Do not print data of this type.                                    ||
++----------------------------------------------------------------------------++
 Control - Name/Address, Printer, and Contribution Factors                      


+-------------------------- Update Control Settings ---------------------------+ PRINT HALF SIBLINGS ON EXTENDED PEDIGREE
|                                                                              |
| - - - - - - - - - -   N A M E   A N D   A D D R E S S   - - - - - - - - - -  |
|                                                                              |
| PASSWORD: 1182_                                                              |
|     NAME: Frank G. Varro___________________________________________          |
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________|
|                                                                              |
|          - - - - - - - - - - -   P R I N T E R   - - - - - - - - - -         | HALF-SIBLINGS
|                                                                              | -------------
|          PRINTS EXTENDED CHARACTERS: Y                                       |
|+--------------------------- Any Key to Return ----------------------------+  | The long pedigree computes the contribution each
||                          HALF-SIBLINGS                                   |  | ancestor has made to the bird at the head of
||Enter the contribution level to trigger the printing of half-siblings     |  | this pedigree.  This contribution is compared
||with wins on the detailed pedigree. (half brothers & half sisters).       |  | to this setting to see if half-siblings should
||     1 - For only the bird on the pedigree.                               |  | print on the system choice pedigree.  If the
||.50000 - For the birds parents or a bird that contributes .5 to this bird.|  | cumulative contribution of a ancestor is 
||.25000 - For the birds grandparents or a bird that contributes .25 to     |  | greater or equal to this setting the
||         this bird.                                                       |  | half-siblings will print.
||.12500 - For the birds great grandparents or a contribution of .125       |  |
||.06250 - For birds at level 5 or a cumulative contribution of .0625       |  |
||.03125 - For birds at level 6 or a cumulative contribution of .03125      |  |
||.00001 - Do not print data of this type.                                  |  |
++--------------------------------------------------------------------------+--+
 Control - Name/Address, Printer, and Contribution Factors                      

+-------------------------- Update Control Settings ---------------------------+ PRINT SIBLINGS ON EXTENDED PEDIGREE         page 61
|                                                                              |
| - - - - - - - - - -   N A M E   A N D   A D D R E S S   - - - - - - - - - -  |
|                                                                              |
| PASSWORD: 1182_                                                              |
|     NAME: Frank G. Varro___________________________________________          |
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________|
|                                                                              |
|          - - - - - - - - - - -   P R I N T E R   - - - - - - - - - -         | SIBLINGS
|                                                                              | --------
|          PRINTS EXTENDED CHARACTERS: Y                                       |
|+--------------------------- Any Key to Return ----------------------------+  | The long pedigree computes the contribution each
||                                 SIBLINGS                                 |  | ancestor has made to the bird at the head of
||Enter the contribution level to trigger the printing of brothers / sisters|  | this pedigree.  This contribution is compared
||with wins on the detailed pedigree.                                       |  | to this setting to see if siblings should
||     1 - For only the bird on the pedigree.                               |  | print on the system choice pedigree.  If the
||.50000 - For the birds parents or a bird that contributes .5 to this bird.|  | cumulative contribution of a ancestor is 
||.25000 - For the birds grandparents or a bird that contributes .25 to     |  | greater or equal to this setting the sibling data
||         this bird.                                                       |  | will print.
||.12500 - For the birds great grandparents or a contribution of .125       |  |
||.06250 - For birds at level 5 or a cumulative contribution of .0625       |  |
||.03125 - For birds at level 6 or a cumulative contribution of .03125      |  |
||.00001 - Do not print data of this type.                                  |  |
++--------------------------------------------------------------------------+--+
 Control - Name/Address, Printer, and Contribution Factors                      


+-------------------------- Update Control Settings ---------------------------+ PRINT WINS ON EXTENDED PEDIGREE
|                                                                              |
| - - - - - - - - - -   N A M E   A N D   A D D R E S S   - - - - - - - - - -  |
|                                                                              |
| PASSWORD: 1182_                                                              |
|     NAME: Frank G. Varro___________________________________________          |
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________|
|                                                                              |
|          - - - - - - - - - - -   P R I N T E R   - - - - - - - - - -         | WINS
|                                                                              | ----
|          PRINTS EXTENDED CHARACTERS: Y                                       |
|+--------------------------- Any Key to Return ----------------------------+  | The cumulative contribution on each ancestor is
||                                  WINS                                    |  | compared to this setting to see if the wins should
||Enter the contribution level to trigger the printing of this birds wins   |  | print on the extended pedigree.  This will give
||on the detailed pedigree.                                                 |  | additional detail to the comments found on the
||     1 - For only the bird on the pedigree.                               |  | normal pedigree.
||.50000 - For the birds parents or a bird that contributes .5 to this bird.|  |
||.25000 - For the birds grandparents or a bird that contributes .25 to     |  |
||         this bird.                                                       |  |
||.12500 - For the birds great grandparents or a contribution of .125       |  |
||.06250 - For birds at level 5 or a cumulative contribution of .0625       |  |
||.03125 - For birds at level 6 or a cumulative contribution of .03125      |  |
||.00001 - Do not print data of this type.                                  |  |
++--------------------------------------------------------------------------+--+
 Control - Name/Address, Printer, and Contribution Factors                      

+-------------------------- Update Control Settings ---------------------------+ PRINT COMMENTS ON EXTENDED PEDIGREE         page 62
|                                                                              |
| - - - - - - - - - -   N A M E   A N D   A D D R E S S   - - - - - - - - - -  |
|                                                                              |
| PASSWORD: 1182_                                                              |
|     NAME: Frank G. Varro___________________________________________          |
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________|
|                                                                              |
|          - - - - - - - - - - -   P R I N T E R   - - - - - - - - - -         | COMMENTS
|                                                                              | --------
|          PRINTS EXTENDED CHARACTERS: Y                                       |
|+--------------------------- Any Key to Return ----------------------------+  | The cumulative contribution of each ancestor is
||                                 COMMENTS                                 |  | compared to this setting to see if the wins
||Enter the contribution level to trigger the printing of birds comments on |  | should appear in the details section of the
||the detailed pedigree.                                                    |  | extended pedigree.  If the cumulative contribution
||     1 - For only the bird on the pedigree.                               |  | is greater than or equal to this setting the wins
||.50000 - For the birds parents or a bird that contributes .5 to this bird.|  | will print.
||.25000 - For the birds grandparents or a bird that contributes .25 to     |  |
||         this bird.                                                       |  |
||.12500 - For the birds great grandparents or a contribution of .125       |  |
||.06250 - For birds at level 5 or a cumulative contribution of .0625       |  |
||.03125 - For birds at level 6 or a cumulative contribution of .03125      |  |
||.00001 - Do not print data of this type.                                  |  |
++--------------------------------------------------------------------------+--+
 Control - Name/Address, Printer, and Contribution Factors                      


+-------------------------- Update Control Settings ---------------------------+ PRINT NEGATIVES ON EXTENDED ANALYSIS
|                                                                              |
| - - - - - - - - - -   N A M E   A N D   A D D R E S S   - - - - - - - - - -  |
|                                                                              |
| PASSWORD: 1182_                                                              |
|     NAME: Frank G. Varro___________________________________________          |
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________|
|                                                                              |
|          - - - - - - - - - - -   P R I N T E R   - - - - - - - - - -         | NEGATIVES
|                                                                              | ---------
|          PRINTS EXTENDED CHARACTERS: Y                                       |
|+---------------------------- Any Key to Return ----------------------------+ | The system choice analysis prints the version
||                                 NEGATIVES                                 | | of the pedigree with negatives.  If a birds
||Enter the contribution level to trigger the printing of negatives on the   | | ancestor's cumulative contribution is greater
||bird or pair analysis.  Change only if detail at less than .25 is required.| | than or equal to this setting the comments and
||     1 - For only the bird on the pedigree.                                | | negatives on the ancestor will print in the
||.50000 - For the birds parents or a bird that contributes .5 to this bird. | | details portion of the analysis.
||.25000 - For the birds grandparents or a bird that contributes .25 to      | |
||         this bird.                                                        | |
||.12500 - For the birds great grandparents or a contribution of .125        | |
||.06250 - For birds at level 5 or a cumulative contribution of .0625        | |
||.03125 - For birds at level 6 or a cumulative contribution of .03125       | |
||.00001 - Do not print data of this type.                                   | |
++---------------------------------------------------------------------------+-+
 Control - Name/Address, Printer, and Contribution Factors                      

+-------------------------- Update Control Settings ---------------------------+ CONTROL SETTING                             page 63
|                                                                              |
| - - - - - - - - - -   N A M E   A N D   A D D R E S S   - - - - - - - - - -  | Exit Esc will ignore all changes made on this
|                                                                              | form since the last update was invoked.  If you
| PASSWORD: 1182_                                                              | desire to change multiple attributes at one time
|     NAME: Frank G. Varro___________________________________________          | it would not hurt to update after each change.
|  ADDRESS: 1208 Palace Ave.  St Paul MN  55105  (612) 699-7319________________|
|                                                                              |
|          - - - - - - - - - - -   P R I N T E R   - - - - - - - - - -         |
|                                                                              |
|          PRINTS EXTENDED CHARACTERS: Y                                       |
|                        PRINTER TYPE: 3                                       |
|                                                                              |
|           - - -   C O N T R I B U T I O N   T R I G G E R S   - - -          |
|                                                                              |
|           CHILDREN / GRANDCHILDREN: 1_____                                   |
|                      HALF-SIBLINGS: 0.5___                                   |
|                           SIBLINGS: 0.25__                                   |
|                               WINS: 0.0625                                   |
|                           COMMENTS: 0.0625                                   |
|                          NEGATIVES: 0.125_                                   |
|                                                UPDATE F10 _     EXIT ESC _   |
|                                                ____________     __________   |
+------------------------------------------------------------------------------+
 Control - Name/Address, Printer, and Contribution Factors                      


          --- HELP UPDATE F10 ---                            --- HELP EXIT ESC ---
+----------- Any Key to Return -----------+         +--------- Any Key to Return ----------+
|Update or change the data on this screen.|         |Exit without updating.  Values will be|
+-----------------------------------------+         |reset to those on the last update.    |
                                                    +--------------------------------------+

TECHNICAL                                                                                                                   page 64
---------

Moving between fields:                                             Printer configuration:
----------------------                                             ----------------------
The Tab key moves forward through the fields and buttons in a      Each line PED sends to the printer ends with a line-feed
form.  The Shift/Tab moves backward through the fields and         character.  If your printer only prints a single line on the
buttons in a form.  When the cursor attempts to move out of a      page set the printer to interpret the linefeed as a line-feed /
field the validation routines for that field fire.  These are      carriage-return combination.  See your printer manual.
the routines that build the picklist windows or validate the       
values entered into the field.                                     IBM extended graphics:
                                                                   ----------------------
Key fields:                                                        The windows drawn on your PC screen are made with IBM extended
-----------                                                        graphics. These characters are printable by many line printers.
The key field in the bird screen is the Bird.  The key field in    Check your printer manual if the window box does not look like
the Pair screen is the Pair ID.  Key fields cannot be changed.     the display on your terminal when you do a screen print.
If a mistake is made in the value of a key field when adding a     Shift/PrtSc does a screen print.
bird or pair record --                                             
-- Delete the record with the bad value.                           Printer Interrupt:
-- Re-add the record with the correct key value.                   ------------------
                                                                   If your PRINTER FAILS while you are printing you should get a
File Reorg:                                                        standard DOS ABORT, RETRY, IGNORE message,  NEVER USE THE ABORT
-----------                                                        OPTION.  If you fix the printer the RETRY option can be
The data base is made up on two separate DOS files.                attempted.  If the report is messed up try turning the printer
    PED_DB.DB    contains the information about a pigeon.          off and doing an IGNORE.  The remaining print should go to
    PED_DB.IDX   contains indexes to PED_DB.DB                     never never land.  You can the fix the printer, put the paper at
                 These indexes give the program speed and          the top of form and try a reprint.
                 reliability.                                      
                                                                   Data Entered Once is global:
                                                                   ----------------------------
Both of these files are buffered and the disk is not always        This program uses the ISAM data base to look up the detail on a
synchronized with the files in memory.  ALWAYS GIVE DOS A CHANCE   bird's relatives.  This means that when you change the comments,
TO FINISH WRITING THE DISK FILES BEFORE TURNING THE COMPUTER       or add a win to a bird, that data is immediately available on
OFF; AND NEVER TAKE AN ABNORMAL EXIT FROM THE PROGRAM.  If the     all of the pedigrees which involve that bird.
program does not exit through the exit window and confirmation     
dialog box some data may be lost.                                  LCD Display:
The PED_DB is compressed to reduce space requirements but as the   ------------
data base gets larger and many birds are modified some holes       Some LCD displays have difficulty showing colors.  If you cannot
(unused space) can occur.  If disk space or speed is becoming a    easily distinguish the active selections in menus or the active
critical factor you can rerun the supplied REORG program.  It      fields and buttons in forms, try using the DOS MODE command.  If
will copy the PED_DB.DB to a work file removing any holes, then    you have the correct DOS drivers for your computer this will put
it will build a new index data base, and finally it will rename    the display and the PED program into a monochrome mode (black and
the work files back to PED_DB.DB and PED_DB.IDX.  To run the       white).   From the DOS command line execute--
reorg.                                                             -- ERASE PED.DFL
                                                                   -- MODE MONO
  Make the directory with PED_DB the current directory.            -- PED
     for a 2 floppy disk implementation  B:                        If this corrects the problem you must execute the MODE command
     for a 1 floppy disk implementation  A:                        each time you boot the computer.  The MODE and PED commands can
     for a hard drive implementation     C:                        be put into a DOS ___.BAT file.
                                         cd \your_path_name        
  Run the reorg program from the command line with a path command. 
     for a 2 floppy disk implementation key A:reorg and then press Enter         
     for a 1 floppy disk implementation key A:reorg and then press Enter         
     for a hard drive implementation    key reorg   and then press Enter         
                                                                   
Be sure to make periodic backups of the PED_DB files.  As with                   +---------------------------------+
any software the disk can become scrambled and backups are a                     | IF FOR ANY REASON YOU FAILED TO |
means of not loosing all of your data.  Backup after any                         |  EXIT THE PED PROGRAM NORMALLY  |
significant amount of data has been entered or modified in the                   |   RUN THE FILE REORG PROGRAM.   |
data base.                                                                       +---------------------------------+

USAGE PROGRAM                                                                                                                page 65

If you are running this software from floppy disks, sooner or later, the size of
the data base will become an issue.  Deleting obsolete birds or pairs will free
space for new entries.

Birds may have been lost or were retained because they impacted the pedigree of
one time active birds.  Finding these inactive birds manually is almost an
impossible task.  This program attempts to identify entities not involved in any
active or on-hold birds pedigree.  It --
-- Builds a list of active or on-hold birds and all of their ancestors.
-- Then finds the children, grandchildren, siblings and half-siblings of any
   bird in this list.  Only new entities which have a win recorded are added to
   the list for retention.
-- The ancestors of any bird on this updated list are now marked for retention.
-- Any pair with a sire or dame in the final list of birds is marked as a pair
   for retention.
-- Any bird or pair not in the list for retention is printed as a candidate for
   deletion.

It is your decision to print an archive pedigree and/or to delete any bird or
pair.  This program will change the status of inactive birds and pair in the
database as it runs.   Backup the database before starting this process, and be
sure it goes to a normal completion.

To run this process --
-- Double check the status of all birds and pairs on the data base.  Only those
   you really wish to retain should be marked as A's or H's.  Change the status
   of all the others to I for inactive.
-- Backup the database.
-- Run the usage process.
-- Do any possible deletions.
-- Reorg the database.
-- Make another backup of the database.

Running the usage process is similar to running the reorg program.
  Make the directory with PED_DB the current directory.
     for a 2 floppy disk implementation  B:
     for a 1 floppy disk implementation  A:
     for a hard drive implementation     C:
                                         cd \your_path_name
  Run the reorg program from the command line with a path command.
     for a 2 floppy disk implementation key   A:usage and Enter                   Sample monitor output |
     for a 1 floppy disk implementation key   A:usage and Enter                                         V
     for a hard drive implementation key      usage   and Enter                   USAGE - find the birds not used in pedigrees of 
                                                                                          active or on-hold birds.
Sample listing  |                                                                 
                V                                                                 Change the status I's to status D.
ENTITIES NOT CONNECTED TO ACTIVE OR ON-HOLD BIRDS' PEDIGREES           PAGE:   1  
                                                                                  Find the ancestors of active and on-hold birds.
TYPE ID                 COLOR       SEX SIRE               DAME                   Find the children and grandchildren.
---- ------------------ ----------- --- ------------------ ------------------     Find the ancestors of the new birds.
                                                                                  Identify pairs to be retained.
BIRD 0757 AU88 TWINCITY color--0757  C  0757 SIRE          0757 DAME              Print the bird and pairs which could be deleted.
BIRD 0758 AU88 TWINCITY color--0758  H  0758 SIRE          0758 DAME              
BIRD 0999 NOT IN A PED               ?  0999 SIRE          0999 DAME              Restoring the status to its original condition.
PAIR INACTIVE PAIR                      INACTIVE SIRE      INACTIVE DAME          
                                                                                  The program has completed and the data base
***** E N D   O F   R E P O R T                                                   has been reset.


HINTS                                                                                                                        page 66

Key the number portion of the band number first.  This will        The long pedigree could be included when there is significant
reduce the length of the picklist menus for the bird, sire, and    inbreeding in a bird's background.  If there is not adequate
dame's band numbers.  Key leading zeros in the band numbers        detail on an ancestor, include the ancestor's expanded
issued with zeros.  This will isolate numbers like 0300 from       pedigree as part of you packet of information.
numbers like 3010 in the picklist menus.                           
                                                                   The contribution of a bird is the simple addition of the blood
Enter your existing pedigrees from the tail to the head.  Do the   contributed to the bird at the head of the pedigree.  If the
great-great grandparents, the great grandparents, the              ancestor appears as a parent contributing .5 and also appears as
grandparents, the parents and then the bird.  This will allow you  a great-grandparent contributing .125; the total contribution of
to use the picklist selection windows for entering the sire and    the ancestor is .625.  If the ancestor appears more than once in
dame at each step of the entry process.                            the pedigree the contribution is printed by the first occurrence.
                                                                   The remainning occurrences will refer to the first occurrence
The pedigree is only as useful as the data you enter.  Visually    rather than reprinting the contribution.  This is to assist in
verify the pedigree tree using the screen pedigree option as you   identifying the seperate occurances of the bird in the pedigree.
proceed with each generation.  The DOS Shift/PrtSc will            
print the screen image to your printer.  These screen prints can   
then be used to validate long pedigrees.                                                 
                                                                   
Key in the birds before keying in pair data.  This will allow the  
use of picklist menus on the sire and dame fields for each pair.   
                                                                   
Decide on a scheme in constructing pair IDs.  A good scheme can         
limit the length of the picklist menus for pair entry.  I use the  
year, the sire's number and the dame's number.                     
                                                                   
The status field has three values.                                 
  A - active                                                       
  H - hold                                                         
  I - inactive                                                     
Try coding any birds loaned out as H and use the first positions   
of the comments to show where the bird is.  The bird reports will  
then help you to identify where the birds are.                     
                                                                   
The headers on the short and long pedigrees contain space for the  
date and your name.  Fill in both the date and your name when      
transferring a bird.                                                
                                                                   
Attempt to keep the short pedigree complete.  Use the comments as  
a complete summary of the birds wins and breeding.  The extended   
detail can be used to support the comments by showing the          
complete line keyed as a win.                                                   

When a bird has one or two prizes you may choose to put all of     
the details in the birds comments.  Also put the details as wins   
for the bird.  The system uses the wins as a trigger to print      
a bird in the analysis of other birds.  If the wins are not        
present this bird will not appear as a child or sibling of other   
birds.  Putting the data in the wins will also reduce the chance   
of losing the detail when making future changes to the comments.   
                                                                   
There is no editing or validation of data entered as a win for     
a bird.  A race prize, show prize, or the listing of a child can   
be considered a win.
i.e
  Sire of 2040 AU93 TC COCK - 3rd club at 200 miles, 127 birds.

Use the negatives on the bird screen for holding any data you do
not want printed on the pedigrees.  This could be hatch date,
or comments on the birds eye, wing, body, etc. which you want to
know on the analysis but do not want printed on pedigrees.

GETTING STARTED                                                                                                              page 67

PED is a complicated program with many interface techniques to its   This program was designed as a record keeping system which can
menus and forms.  If you use other software try its interface        construct pedigrees.  The comments block will print on the
techniques with this program.  If they don't work or if you are new  short pedigree and contains positive remarks about a bird.  The
to computer systems try these techniques to get started.             negative block can contain remarks you do not wish to share
 1.  Follow the install procedure.                                   with other fanciers.  The negative block will print on the 
 2.  key PED and press Enter to start the program.                   analysis reports but does not print on the pedigrees.  Space
                                                                     for ten individual wins is provided at the bottom of the bird
MENUS:                                                               form.  Record the detail data to backup the comments on these
------                                                               lines.
Each menu selection contains a capital letter.  Press that letter    
to see what happens.                                                 You will spend a lot of time building the initial data base.
                                                                     If you are like me this effort will force you to organize 
To Backup a level press Esc.                                         your records as the birds and their ancestors are entered.  In
                                                                     future years only newly acquired birds will require the entry
CONFIRMATION BOXES:                                                  of a complete pedigree.  Birds you bred will hook into the
-------------------                                                  existing system of ancestors when the sire and dame are
Press Y to continue with a process.  Press Esc to backup without     entered.  Posting wins to existing birds, adding acquisitions,
doing the process.                                                   and adding young birds will seem easy in comparision to 
                                                                     building the initial database.
FORMS:                                                               
------                                                               When it is time to mate the birds; validate that only active
Press Tab to move forward through fields and buttons.  Press Shift   birds have a status of A.  Running the system choice analysis
and Tab to move backward.                                            or system choice pedigree will generate reports to assist you
                                                                     in pairing your birds.
Buttons are at the bottom of the screen.  Press the associated
function key (in the botton box) to perform a buttons process, or
press Esc to activate the Exit button.

F1 in a form will present a popup help window.  This is a short
explanation of the field or button's purpose.

Press any key to remove a help or error message popup window.

The program starts in insert mode.  The Ins key toggles between
insert and overtype modes.  Try both modes.

Press Esc to exit a form and return to the menu.

PROCESSING A BIRD OR A PAIR:
----------------------------

When entering the pedigree for a new bird start at the tail of the pedigree.  The bird you are creating the pedigree for is the
head of the pedigree.  The ancestor farthest removed is the tail.  At the very tail enter only the birds band number, color, and
sex.  Then save the bird.  Next enter the bird which was mated to this bird; band number, color and sex.  Now enter the child of
this pair.  When entering the sire put in a portion of the band number and then press the tab key.  Now pick the sire from the
list of cocks.  Repeat this process for the dame and add any other key data for this bird and save it.  Proceed with all of the
remaining birds using the list facility whenever posiable.  The list facility will help you to avoid data entry errors.  Freely
use the screen pedigree to validate your progress.

Enter the database key (band number or pair ID) or a portion of the key.  Press F2 to query the database.  When a selection window
appears position the highlight over the correct selection and press Enter.  There may be one entry or multiple pages in this list.
Press Esc if you need to change the key which was entered.  Press Page Down to read the next page in the list.  If the program
does not find the key in the database a new form, that allows you to ADD the bird or pair, appears.  If the program finds a match
in the database a form which allows you to CHANGE or DELETE the bird or pair, appears.  When the data on the screen is correct
press F10 to update the database.  The details button F2 invokes the submenu under the bird or pair.  Press the capital letter to
make a selection from this submenu or Esc to return to the form.

When you have completed with the bird or pair data press Esc to return to the main menu or clear to start the next bird.

ADD . . . . . . . . . . . . . .  15-19,40-43,64-67         LCD display . . . . . . . . . . . . . . . . . . 64
analysis  . . . . . . . . . . .  24,29,30,48-51,67         long pedigree . . . . . . . . .  27,28,33,36,46,48
analysis (on screen)  . . . . . . . . . . .  24,45
                                                           menus (submenus)  . . . . . . . . . . . . . .  7,8
backups . . . . . . . . . . . . . . . . .  1,64,65         menu (selections) . . . . . . . . . . . . . 6,7,67
bird add  . . . . . . . . . . . . . .  15-19,64-67         menu (hot keys) . . . . . . . . . . . . . . 6,7,67
bird details  . . . . . . . . . . . . . . 21,23-39         mouse (in confirmation windows) . . . . . . . .  7
bird modification . . . . . . . . . . . . 19-22,67         mouse (in forms)  . . . . . . . . . . . . . . . 13
buttons . . . . . . . . . . . . . . 13,17-22,40,67         mouse (in menus)  . . . . . . . . . . . . . . .  7
                                                           mouse speed . . . . . . . . . . . . . . . . . . 11
CLEAR . . . . . . . . . . . . . . . . . . 17,21,43
colors  . . . . . . . . . . . . . . . . . . . 8,13         name (entering) . . . . . . . . . . . . . . . . 58
confirmation boxes  . . . . . . . . . . . .  20,67         negatives . . . . .  17,24,36-39,45,48,49,62,66,67
contributions . . . . . . . . . . . 27,28,33,48,66
control settings  . . . . . . . . . . . . .  58-63         pair add  . . . . . . . . . . . . . .  40-43,64-67
customizing reports . . . . . . . . . . . .  60-62         pair analysis . . . . . . . . . . . . . . 45,48-51
                                                           pair modification . . . . . . . . . . . . 40,43,67
data fields . . . . . . . . . . . . . . . 13,64,67         pair pedigree . . . . . . . . . . . . . . 44,46,47
database key fields . . . . . . . . . . . 16,64,67         path  . . . . . . . . . . . . . . . . . . . . 2,10
database size . . . . . . . . . . . . . . . . . 65         pedigree header . . . . . . . . . . . . . .  26,58
default sub menu  . . . . . . . . . . . . . . 7-12         pedigree (long) . . . . . . . .  27,28,33,36,46,47
default colors  . . . . . . . . . . . . . . . .  8         pedigree (on screen)  . . . . . . . . . . .  23,44
DELETE  . . . . . . . . . . . . . . . . . .  19,20         pedigree (print)  . . . . . . . . . . . . .  25-34
deleting  . . . . . . . . . . . . . .  19,20,64-67         pedigree (short)  . . . . . . . . . .  25,26,33-35
DETAILS (F2)  . . . . . . . . . . . .  21,23,43,67         picklist selection windows .  13,14,16,18,42,66,67
details (printing)  . . . . . . . . 31-39,48-51,57         popup windows  . . . . . . . . . . . . . . . 25,46
                                                           print screen . . . . . . . . . . . . . . . . 23,66
error messages  . . . . . . . . . . . . . . . 9,67         printer . . . . . . . . . . . . . . . . . .  59,64
extended editing  . . . . . . . . . . . . .  13,14         printer interrupts  . . . . . . . . . . . . . . 64
exit (form) . . . . . . . . . . . . . . . . . . 22         prompt  . . . . . . . . . . . . . . . . . . . . 13
exit the program  . . . . . . . . . . . . . .  4-7
exit dialog box . . . . . . . . . . . . . . .  6,7         reorg . . . . . . . . . . . . . . . . . . . . . 64
                                                           reports . . . . . . . . . . . . . . . . . . .52-57
fields (on from)  . . . . . . . . . . . . . .13,64
file reorg  . . . . . . . . . . . . . . . . . . 64         screen analysis (bird) . . . . . . . . . . . .  24
files on the A disk . . . . . . . . . . . . .  1-3         screen analysis (pair) . . . . . . . . . . . .  45
files on the B disk . . . . . . . . . . . . .  1-3         screen pedigree (bird) . . . . . . . . . . . .  23
files on the hard drive . . . . . . . . . . .  1-3         screen pedigree (pair) . . . . . . . . . . . .  44
fix the database (reorg)  . . . . . . . . . . . 64         short pedigree . . . . . . . . . . . . 25,26,33-35
form editing  . . . . . . . . . . . . . . .  13,14         starting the program . . . . . . . . . . . .  1,67
form buttons  . . . . . . . . . . . . . . 13,64,67         submenus (using) . . . . . . . . . . . . . . . 7,8
form fields . . . . . . . . . . . . . . . 13,64,67         system choice analysis . . . . . . . . . . . 36-39
                                                           system choice pedigree . . . . . . . . . . . 33-35
getting started . . . . . . . . . . . . . . . . 67         system requirements  . . . . . . . . . . . . . . 1
                                                  
help  . . . . . . . . . . . . . . . . . .  9,13,67         techniqual . . . . . . . . . . . . . . . . . .  64
                                                  
insert key (toggle) . . . . . . . . . . . .  13,67         UPDATE . . . . . . . . . . . . . .  17,20,41,63,67
installing the program  . . . . . . . . . . .  1-5         usage  . . . . . . . . . . . . . . . . . . . .  65
                                                  
key functions . . . . . . . . . . . . 6,7,13,14,67


