home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / clarion / brokcode.zip / READHD2.EXE / lha / READ.ME < prev    next >
Text File  |  1989-04-30  |  2KB  |  53 lines

  1.            READING A CLARION FILE HEADER
  2.          SEE ADDITIONAL COMMENTS AT BOTTOM
  3.  
  4. Enclosed you will find the program "READHDR.CLA". This Program will
  5. read a Clarion File Header and Display the information on the screen.
  6. It will also print the information to the printer by pressing F10 on
  7. the information screen. This will give you information on the start
  8. of data, record length, Field information, etc...
  9.  
  10. The "include" file called "FILEDEF.CPY" is the Declaration file for a
  11. Clarion Header. Note that it does NOT include the definitions for the
  12. KEY part of the Header.
  13.  
  14. Also there is a "FILE2.DOC" which contains the complete documentation
  15. for a Clarion File Header. Many thanks to the people at Clarion
  16. Software for this information.
  17.  
  18.  
  19. ARC FILE CONTENTS
  20. -----------------
  21. 1. READHDR.CLA        - main clarion program
  22. 2. READHDR1.CLA        - print procedure
  23. 3. FILEDEF.CPY        - file header declaration
  24. 4. READ.ME        - this file
  25. 5. FILE2.DOC        - File header information from Clarion Software
  26.  
  27.  
  28. Hopes this helps ...
  29.  
  30. Greg Wilder
  31. Automation Services, Inc.
  32. Lexington, KY
  33. August 15, 1988
  34.  
  35.                    ADDITIONAL COMMENTS
  36.  
  37. The original version had some small errors in that the START of DATA was off
  38. by 5 bytes and the offset of each field was off by 1 byte.  The version here
  39. has been modified to reflect this change.  This data is espcially usefull for
  40. users of Snow Report Writer.
  41.  
  42. Another question has come up in that the location of the delete flag was not
  43. reported by this program (it still isn't).  However, I think that the correct
  44. location can be determined by subtracting either 3 or 4 from the START OF DATA
  45. number.     I have yet to verify this myself, but based on the information
  46. supplied with this archive, I think that I am not too far off.
  47.  
  48. Any comments or suggestions on this, please drop me a note on the BBS.    I hope
  49. that this helps those who use it.
  50.  
  51. Russ Eggen
  52. Apr 30, 1989
  53.