home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware 1 2 the Maxx
/
sw_1.zip
/
sw_1
/
GENEFILE
/
FHS1.ZIP
/
MANUAL.ARC
/
SECTION1.DOC
< prev
next >
Wrap
Text File
|
1988-09-22
|
9KB
|
246 lines
Family History System Manual
CONTENTS
I. Introduction................................................1
II. Getting Started
A.Creating working copies of the programs...................3
B.Beginning a Family History System work session............4
1.MAIN MENU program, EXITing from the system..............4
2.Importance of CURRENT DATE in system reports............5
3.Setting default system parameters.......................5
4.Creating a set of Family files..........................6
Selecting the Format for Entering DATEs.................8
a.Adding a Name Record to the File......................8
b.Creating a Marriage or Family Record.................10
c.Maintaining Address Information......................11
d.Listing CHILDREN of an Individual or Marriage........12
e.Climbing Ancestor Trees..............................12
f.Searching the Name Records on File...................13
C.Importance of `backing up' system files..................14
III. Family History System design
A.Use of Fixed Formatted screen displays...................15
B.Modular design, switching between programs...............15
C.System MESSAGES (use of ellipsis)........................15
D.Use of FUNCTION keys.....................................15
E.Use of ESCAPE key........................................16
F.Full Screen mode of data update..........................16
1.Updating screen displays (other than comments).........17
2.Updating Comment display...............................17
G.Segmented Screen in File Maintenance Program.............19
H.Changing the Screen Attribute Table & Error Tone.........20
Color/Monochrome support, setting default values
Changing frequency and duration of the Error Tone........22
I.Use of Printer Setup Table...............................22
1.Printer control codes
2.Form size
3.Multiple printer SETUP tables
4.Standard Setup tables
J.File Name Table..........................................23
1.Use of multiple disk drives
2.Use of RAM disk
IV. Family History System Files and Datasets...................25
V. Report Descriptions
A. Definitions and Report Descriptions.....................27
1.Ancestor Report.......................................28
2.Descendant Report.....................................29
3.Relative Report.......................................30
4.Ancestor Charts.......................................33
5.Family Group Report...................................34
a.Identifying Group Reports to be Printed.............36
b.Printing Family Group Reports.......................37
B.Report Program Parameters................................39
i
C.Report Program Work Datasets.............................40
VI. Validating System Maintained "Pointer" Information.........42
VII. Export/Import Utility......................................47
Changing the Table of Types of Information to be Processed.48
Exporting Data from your Family file.......................48
Importing Information into your Family file................50
Producing listings of Exported Data........................52
Appendix A. Extended Options for Registered Users..............53
Appendix B. Recording information for Entry into the system....54
Appendix C. Date Status Fields and Adoptive Relationships......57
Appendix D. DATECALC, a RAM Resident Date Calculator...........59
Appendix E. Logical File Record structure diagram..............64
(C) Copyright 1985,1986,1987,1988 by Phillip E. Brown
ii
I. Introduction
This `Family History System' was written for the purpose of providing
a simple means for maintaining information about members of my own
family. However, I believe that it may prove useful to others who
have considered using their home computers to organize their efforts
in tracing their families' history but have not had the time to spend
on the programming required.
The system uses a set of `linked random access' datasets for storing
information about individuals including all family relationships. No
limits are placed on the number of relationships that may exist for
each individual or for the number of generations of ancestors or
descendants that may be recorded. Information for up to 3500 indi-
viduals may be stored on a single DS/DD diskette (up to 9999 on a hard
disk). The basic system produces Ancestor, Descendant, Relative and
Family Group reports and Ancestor (tree) Charts. Blank worksheets and
charts may be produced for recording information for entry into the
system.
Requirements for running the programs in this system are:
1. an IBM PC, PCjr, PC XT, AT or compatible computer
2. 1 disk drive
3. an 80 column monitor
4. 256k of RAM memory
5. Dos 2.0 or later
A printer is recommended for making full use of the system but is not
required for creating, maintaining or displaying information in the
system files.
For users of the PCjr who have only 128k of RAM installed, there is a
version of the program which runs on that machine using Cartridge
BASIC. It is very slow, but provides all the capabilities of the
system on that configuration.
These programs are being made available for general use and copies may
be freely redistributed, provided no fee is charged for copies beyond
the expense of media, postage and handling incurred in producing them
unless permission is given in writing by the author.
Those who find these programs useful and would be interested in
receiving additional options (see Appendix A at the end of this
document) may become `registered' users by sending $35.00 to:
Phillip E. Brown
834 Bahama Drive
Tallahassee, Fla. 32301
Registered users will receive the most recent update to the extended
system and will be notified of future enhancements as they become
available.
1
While I have encountered (and corrected) a number of errors during my
use of the system, there are no doubt errors remaining in some of the
programs, hopefully none serious. If you should find any, I would
appreciate very much your sending a description of the problem to me
at the address shown on the previous page so that I may try to correct
it.
Good luck in tracing your `roots'.
For those who may be upgrading from an earlier version of the
programs, you will be interested in knowing that over the 3 years that
the system has been distributed publicly, there have been no changes
to the file format that affect your being able to use your existing
family files with the programs in this update.
Notes for the September 1988 Update:
This update does introduce to the public version of the system a
utility which can detect and help correct file errors that may have
resulted from program errors in some versions of the file update
program, or from prematurely interrupted file update sessions. I
encourage you to review Section VI of this manual describing that
utility.
This update also introduces an export/import utility that supports
transfer file datasets compatible with the GEDCOM file definition of
the PAF (Personal Ancestor File) Software distributed by the LDS
Family History Department. Those persons who have information in an
existing family file of a software package that also provides export
facilities using this format will want to read Section VII which
describes how to transfer information into the Family History System.
All Programs (C) Copyright 1985,1986,1987,1988 by Phillip E. Brown
2