home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / PASCAL / TFF120.ZIP / README.TFF < prev    next >
Encoding:
Text File  |  1993-01-04  |  3.1 KB  |  65 lines

  1. 08-04-89
  2.  
  3. This is a set of programs for quick text file retrieval.
  4.  
  5. Note, to run this program ( I use 'F42.EXE' on the BBS I nurse-maid )
  6. on a Bulletin Board System, run the program under DOORWAY 2.02 or later.
  7. My call parameters are:
  8. DOORWAY COM1 /I:FETCH.WEL /K:0 /O:T /R:^K /B:Z /S:\PCB /V:D /P:F42.EXE
  9. I use QMODEM in doorway mode to allow the cursor control keys to work
  10. in the program remotely.
  11.  
  12. It can be used on a single machine or on a Local Area Network.
  13.  
  14. I resently set up a Local Area Network with an inexpensive but great software
  15. package called LANTASTIC by Artisoft. I recommend their product. It ties our
  16. office group together. I also set up a Bulletin Board System with a package 
  17. called P.C.BOARD by Clark Developement Co. I also recommend their product.
  18. It ties the field people in with the office people.
  19.  
  20. The phone would ring. They would need an answer fast. We needed a way to fetch
  21. a document in a second or two. I hatched an idea. Why not make a small little
  22. data base ( and ensure it's DBase III compatible ) that is comprised of a text
  23. file names tied to some key words describing what's inside the file name. The
  24. user would pop up ( it's non TSR ) the program, type in a key word or two ( up
  25. to a maximum of four keys ), and WHAM, it would pull up the document to browse.
  26.  
  27. I didn't want to make a document browser. I decided instead to spread the use
  28. of my favorite file viewer, LIST by Vernon D. Buerg. I also recommend his
  29. product. The database program calls and uses Vernon's LIST program. Thank you
  30. Vernon! But Vernon's program does a thing or two ( like print and clone ) that
  31. cannot be allowed on a LAN. So I turned them off and renamed his program to
  32. xLIST. Please pay Vernon a buck or two if you use my program. I'm not looking
  33. for money for my part.
  34.  
  35. what does what:
  36. ---------------
  37. FETCH1 creates a new, and empty "fetch.dbf".
  38. NOTE: THIS MUST ALWAYS BE DONE FIRST!!!!
  39.  
  40. FETCH2 shows the record structure of "any" dbase iii type ".dbf" file.
  41.  
  42. FETCH3 maintains "fetch.dbf" with an: enter, edit, remove, and print function.
  43.  
  44. ******************************************************************************
  45. ********** NOTE YOU MUST RUN THE DOS UTILITY "SHARE" TO USE FETCH3 ***********
  46. ******************************************************************************
  47.  
  48. Fetch3 has full share with record locking and unlocking. It detects and adjusts
  49. when more than one person is modifying one particular record. On a LAN, fetch3
  50. would ( normally be used by the LAN keeper upper, but may be used by all.
  51. FETCH4 is the text file selector/fetcher/browser.
  52.  
  53. Please note how small the ".exe" programs are. I am pleased with their small
  54. size. I was very disappointed with the large ".exe's" that clipper made.
  55. My programs were made with Turbo Pascal. The program needed to be small to run
  56. as a door ( or doorway ) on a two node BBS.
  57.  
  58. Note the key words in FETCH4 are case sensitive.
  59.  
  60. THIS IS VERSION 1.20! I accept no blame if you mess your system up.
  61. Do you have any suggestions or complaint? Leave me a note on the BBS and I'll
  62. try to fix it.
  63.  
  64. Lonnie J. Rolland, tech support engr.
  65.