home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 8 / CDASC08.ISO / VRAC / PAFRV935.ZIP / INSTALL.EXE / READPAF.INF < prev    next >
Text File  |  1993-04-01  |  2KB  |  48 lines

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