home *** CD-ROM | disk | FTP | other *** search
/ Shareware 1 2 the Maxx / sw_1.zip / sw_1 / GENEFILE / SDIPRT94.ZIP / SDIPRT94.NFO < prev   
Text File  |  1991-04-13  |  6KB  |  121 lines

  1. 04.13.91
  2.  
  3. SDI Print beta version .94 is basically your quick and dirty utility to
  4. print in an easy to read format a SS Death Index .GED file - from the
  5. Morman Church program - it is NOT designed to work on any other .GED files.
  6.  
  7. At this point it's not designed to do much of anything else either.
  8. Hopefully father-time will smile and add an xtra hour to a day...
  9.  
  10. There are NO file overwrite warnings or escape routines.  If you tell
  11. it to create a delimited text file by the name of SURNAMES.TXT and one
  12. already exists the it WILL overwrite the old one.  Hopefully this
  13. option will be included soon...
  14.  
  15. Written in Clipper, it will create .DBF files which naturally are compatible
  16. with dBASEIII etc with the extension of .DBF - the default for the text
  17. files is .ASC although you can designate whatever extension suits you.
  18.  
  19. Running the program - Type SDIPRINT at the DOS prompt to begin the program.
  20. A file selection box will be presented and list all the .GED files found
  21. in the current directory.  A file spec parameter may be included.  For
  22. example, typing SDIPRINT *.* will over-ride the *.GED default and bring up
  23. ALL files in the current directory.
  24.  
  25. File Selection - While in the file selection part of the program you can
  26. press F5 and designate a new path...NOTE...you MUST include the entire path
  27. INCLUDING file spec...i.e...
  28.  
  29. D:\SDI\*.*
  30.  
  31. the following will show no files...
  32.  
  33. D:\SDI
  34.  
  35. A blank path and file spec will default to *.* of the current directory.
  36. There's no error trapping so make sure you type a valid DOS path WITH
  37. file spec or there will be no files listed...this "path" is only used
  38. to READ THE SOURCE FILE...any text and .dbf files requested will be
  39. created in the CURRENT DIRECTORY!
  40.  
  41. Output - there are 5 formats, hardwired at least for the time being.  The
  42. first defaults *theorectically* 80 spaces per page, the next two to 132
  43. spaces per page (compressed) and the last MUST be 160 spaces per page to
  44. avoid printer wrap-around...if you can't lock your printer into 160 CPI
  45. and want localities you'll have to pick the 3rd print option...
  46.  
  47. (Maybe one of these days I'll find a really good printer selection library)
  48.  
  49. You CAN create a text file AND .DBF file AT THE SAME TIME as well send
  50. it to the printer.  Any combo of the 3 is allowed.  For example, you can
  51. create a text file and .dbf file but *don't have* to send it to the printer.
  52.  
  53. If you select to create a text file (or .dbf) you will be prompted for a
  54. file name.  The text file is hard-wired for alpha characters only and attempts
  55. to catch and correct invalid DOS names but no guarantees...the .dbf file name
  56. check isn't quite in place yet so try and type in valid DOS filenames ok?
  57.  
  58. You can use any delimiter you want - even spaces (these give you a "fixed"
  59. field length and take just a tad longer) - if you don't like the way the
  60. output is lined up, let me know and I should be able to fix you up...
  61.  
  62. Make sure you glance at your "tags" to see what's set before you begin
  63. processing...they need color coding or something...can be confusing at
  64. times I think...
  65.  
  66. Instead of reading the .GED file directly, it's wired to create a temporary
  67. file and work from it...this slows things down somewhat but will hopefully
  68. allow processing of .GED files that might have been read and saved as text
  69. files with a variety of word processors...it's been tested with raw .GED
  70. files (direct from the SS Death Index program without any manipulation)
  71. and files combined with Berg's LIST.COM - with no ill effects...if you
  72. have problems, let me know and I'll see what I can do to fix you up.
  73.  
  74. Slow is secondary to the size of the work file generated.  A workfile by the
  75. name of SDI.DBF will be created and unfortunately it becomes quite large
  76. rather quickly.  Close to 4 times the size of the original .GED!  Therefore
  77. if you start off with a 250k .GED file you'll need almost an additional
  78. meg just for the program to set up the work file...fortunately the ending
  79. size of the .dbf and text files you may want to create will be much
  80. smaller than the original .GED - much.
  81.  
  82. There's no charge for the program...released as Freeware, NOT public domain
  83. or shareware - that means basically I retain the rights to the program but
  84. anyone is more than welcome to it for personal use only...as usual, there's
  85. no warranties implied or expressed...use at your own risk.
  86.  
  87. As usual there's a lot that can be done to this thing in general but
  88. just wanted something to print out my files...Hope you find it useful...
  89.  
  90. Have A Good One!
  91.  
  92. later...patrick.
  93.  
  94. ------------------------------------------------------------------------------
  95.  
  96. Program corrections:
  97.  
  98. 02.25.92 - Even though path was re-set, file selected would not be read
  99.            using that path...corrected and released as beta .91
  100.  
  101. 04.01.92 - Cosmetic, included some screen verbage to remind that the new
  102.            path must include file spec...hi-lite and hit enter etc...
  103.            Included wait and any key option to screen print with counts
  104.            and percentage.  Released as beta .93
  105.  
  106. 04.12.91 - Modified code to use 'delete <filename>' vs 'run erase <filename>'
  107.            routine.  A Compaq user was having the program hang with a run
  108.            error when trying to erase the workfile.  This may have to be
  109.            reversed but possibly the problem was actually lack of disk space.
  110.  
  111.            Added a 'continuous/pause after each screen full of names select
  112.            option' when no print is selected.  This allows the user to create
  113.            large .dbf or text files without having to babysit the keyboard.
  114.            Re-worked the order of module sdi4.
  115.  
  116.            Decreased length of workfile line to 60 (from 80) to save space
  117.            (15-20%?) - will possible chop off the end of the occasional
  118.            extremly long entry but well worth the space savings.
  119.            Released as beta .94
  120.  
  121.