home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi1 / fldinfo.exe / README.TXT < prev    next >
Text File  |  1995-10-09  |  2KB  |  47 lines

  1.   Unit to save and recall DataSet field informaion to and and from an INI file
  2.   This is usefull if the user sizes the columns and rearrages them.  This
  3.   allows a program to return their setting.
  4.  
  5.   Author: William R. Florac
  6.   Company: FITCO, Verona, WI (wee little company from my house)
  7.   Copyright 1995, FITCO.  All rights reserved.
  8.  
  9.  1)  Users of FldInfo must accept this disclaimer of warranty:
  10.      "FldInfo is supplied as is.  The author disclaims all
  11.      warranties, expressed or implied, including, without limitation,
  12.      the warranties of merchantability and of fitness for any purpose.
  13.      The author assumes no liability for damages, direct or conse-
  14.      quential, which may result from the use of FldInfo."
  15.  
  16.   2) This unit is donated to the public as public domain.
  17.  
  18.   3) This unit can be freely used and distributed in
  19.      commercial and private environments provided this notice
  20.      is not modified in any way.
  21.  
  22.   4) If you do find this unit handy and you feel guilty
  23.      for using such a great product without paying someone,
  24.      please feel free to send a few bucks ($25) to support further
  25.      development.
  26.  
  27.   5) This file was formated with tabs set to 2.
  28.  
  29.   Please forward any comments or suggestions to Bill Florac at:
  30.        email: flash@etcconnect.com
  31.       mail: FITCO
  32.               209 Jenna Dr
  33.               Verona, WI  53593
  34.  
  35.   Revision History
  36.   1.0   10-4-95 Initial release.
  37.   1.1   10-9-95 Changes procedures from TTable to TDataSet so
  38.                 unit will work with queries too.
  39.  
  40. Files
  41.   readme.txt  Your reading it!
  42.   fldinfo.*   Unit for saving and restoring field infomation
  43.   testdb.*    Test data base
  44.   testproj.*  Tst project
  45.   testform.*  Test form for testproj
  46.   
  47.