home *** CD-ROM | disk | FTP | other *** search
/ Archive Magazine 1996 / ARCHIVE_96.iso / discs / mag_discs / volume_8 / issue_04 / pocketbook / fetch / README.1ST < prev   
Text File  |  1994-05-01  |  2KB  |  45 lines

  1. Fetchit - A KMAC offering by Chris Hennings with thanks to David Wood
  2.  
  3. Requires: KMAC.APP and supportting files by David Wood
  4.  
  5. Purpose : To find a record in a .DBF file based on a highlit string
  6.           in another app.  Eg: Mark a name in Agenda entry or Word
  7.           document and find that person in your address book etc.
  8.  
  9. Terms   : This is source code, free for you to do with as you will. I'm
  10.           happy enough to use it on my live data but as with all these
  11.           things, you should test it on dummy or at least well backed
  12.           up files.  In any case it is not warrented to be error free,
  13.           nor will any liability be accepted for any consequence of its
  14.           use.
  15.  
  16. Content : README.1ST   - These installation notes
  17.  
  18.           KMACADD.KMA  - To be added to you base KMAC.KMA. I'm using
  19.                          the F key change this as required.
  20.  
  21.           FETCHIT.KMA  - Prepares the .DBF for a find operation. This
  22.                          should be located in the same directory as
  23.                          your base KMAC.KMA.  It assumes that the .DBF
  24.                          to be used is LOC::M:\ADDRESS.DBF, change this
  25.                          as required.  It also assumes that FETCHIT.OPO
  26.                          will be located in the same \KMA\ directory,
  27.                          again change as required.
  28.  
  29.           FETCHDBF.KMA - Opens .DBF if not already open. Locate in the
  30.                          same directory as FETCHIT.KMA.  Also assumes
  31.                          LOC::M:\ADDRESS.DBF - change as required.
  32.  
  33.           FETCHIT.OPL  - OPL source which performs the find.  Translate
  34.                          to FETCHIT.OPO and locate in the same \KMA\
  35.                          directory as FETCHIT.KMA (or wherever you've
  36.                          pointed the line in FETCHIT.KMA to).  Assumes
  37.                          that KMACLIB.OPO will be located in the same
  38.                          place.
  39.  
  40. Please feel free to amend and enhance the code here and let us know the
  41. results.
  42.  
  43. Best Regards
  44.  
  45. Chris