home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / CLIPPER / MISC / INKEYCD.ZIP / INKEY.DOC < prev    next >
Encoding:
Text File  |  1988-04-06  |  2.8 KB  |  72 lines

  1.  
  2.  
  3.  
  4.      
  5.      
  6.      
  7.             *******************   Inkey HELPER   *******************
  8.      
  9.                          Developed by Andrew McFarlane
  10.      
  11.                          Chatham Consulting Group, Inc.
  12.                               215 Old Tappan Road
  13.                               Old Tappan, NJ 07675
  14.                                         
  15.                        (C) 1988 Chatham Consulting Group
  16.      
  17.             ********************************************************
  18.      
  19.      
  20.      
  21.      Developed in  frustration to stop running to one of many dBase dialect
  22.      manuals to  find the  code returned  while waiting for the result of a
  23.      INKEY() call.
  24.      
  25.      
  26.      If you have any comments or suggestions, please write. I would like to
  27.      make user-suggested changes. Please incluse the name and number of the
  28.      BBS that you obtained inkey.arc
  29.      
  30.      Several enhancements  are planned, (i.e. adding Quicksilver codes, the
  31.      ability to send the codes to a printer) when I find the time.
  32.      
  33.                **************** Technical Notes ****************
  34.                                         
  35.      
  36.      Inkey Helper  was written  using dBFast,  version 1.00.   I understand
  37.      that this  is an  unusual choice,  but I  was bored  of Clipper.    As
  38.      version 1.00  was used,  there are  bound to  be some  strange runtime
  39.      errors.  Please inform me of any when, I mean if, they are found.
  40.      
  41.      Before Inkey  can be  run, the  dBFast load  module must  be put  into
  42.      memory,  otherwise the  message  'dBFast not active' will appear. Type
  43.      DBFAST [RETURN]  to  do  this.  To remove the  dBFast load module from 
  44.      memory, type DBCLEAR [RETURN].
  45.                                         
  46.                                         
  47.       **************** DISCLAIMERS AND LIMITATIONS ON USE ****************
  48.      
  49.      
  50.      The author  relinquishes all  rights except authorship to this program
  51.      and is releasing these files under the "SHARE-WARE" concept.
  52.  
  53.      The dBFast modules DBFAST.EXE and DBCLEAR.EXE are distributed under
  54.      our license agreement with Dbfast, Inc.
  55.      
  56.      This software is a user-supported software package .
  57.      
  58.      These Programs should be distributed FREELY AS A WHOLE.
  59.      
  60.      Copies may be given away freely only as a whole package including this
  61.      DOC file.   They  may not  be edited  or modified  in any way and then
  62.      distributed.
  63.      
  64.      Comments and suggestions should be sent to me at the address above.
  65.      
  66.      Trademarks:
  67.           dBASE III - Ashton-Tate, Inc.
  68.           Clipper - Nantucket Corporation
  69.           dBFast - Dbfast, Inc.
  70.           FoxBase+ - Foxbase Software
  71.           Quicksilver - Wordtech Systems
  72.