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