home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pafrv932.zip / READPAF.INF < prev    next >
Text File  |  1993-04-01  |  2KB  |  49 lines

  1.  
  2.  
  3.           ╔══════════════════════════════════════════════════════════╗
  4.           ║    Information About READPAF - From File READPAF.INF     ║
  5.           ╟──────────────────────────────────────────────────────────╢
  6.           ║      PAF Review   -   Edition 93.2   -   April 1993      ║
  7.           ╚══════════════════════════════════════════════════════════╝
  8.  
  9.         Demonstrates reading PAF files from Turbo Pascal for programmers.
  10.  
  11.         Version:       1.0
  12.         Author:        Joseph R. Wood
  13.         Address:       5705 Laurel Ave., Raytown, MO  64133
  14.         Version Date:  December 1989
  15.         BBS File Name: RPAF.ZIP, READPAF.ZIP
  16.         Software Type: Freeware
  17.         Fee:           N/A
  18.         Read/Write:    Read only of PAF data files
  19.  
  20.         READPAF is an abbreviated version of program FR2SDF (see PRNTCARD
  21.         program - FR2SDF is included there).  It is intended to
  22.         demonstrate how to use Turbo Pascal to read PAF files.  If you
  23.         intend to write programs which access PAF, it is strongly
  24.         recommended that you send $5.00 to:
  25.  
  26.            The Church of Jesus Christ of Latter-Day Saints
  27.            Family History Department
  28.            50 East North temple Street
  29.            Salt Lake City, Utah 84150
  30.  
  31.         and ask for "Personal Ancestral File Family Records Data Structure
  32.         Description".  This document gives the full technical details on
  33.         the data structures used in PAF.  This information will be needed
  34.         in order to expand this program and read all the data in all the
  35.         PAF files.
  36.  
  37.         READPAF only reads the INDIV2 and NAME2 files of PAF.  It then
  38.         writes a file with the person's RIN number, all four name fields,
  39.         the sex field, older sibling RIN, own marriage MRIN, and parent's
  40.         marriage MRIN.  It does not convert the dates, (which is a real
  41.         experience!) or access the rest of the data in the INDIV2, MARR2,
  42.         and NOTE2 files.  This is left, as they say, as an exercise for
  43.         the reader.
  44.  
  45.         This program requires at least version 4.0 of Turbo Pascal.  It
  46.         should work with later versions, but has only been tested with
  47.         version 4.0.
  48.  
  49.