home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / GENERAL / DSCALC.ZIP / README < prev   
Text File  |  1990-01-23  |  3KB  |  82 lines

  1.  DSCalc by Dave Schlieder.           CopyRight Dave Schlieder 1989, 1990
  2.  Shared Logic, Inc.                  All rights reserved
  3.  1016 Second Street
  4.  Encinitas, Ca 92024
  5.  (619)943-1086
  6.  Version 1.10 
  7.  
  8.  
  9.                            NO WARRANTY
  10.  
  11.         No warranty is made, expressed or implied to you or any other
  12. person or entity.  Specifically, no warranty is made that the software
  13. is fit for a particular purpose.
  14.  
  15.                   NO LIABILITY FOR CONSEQUENTIAL DAMAGES
  16.  
  17.         Dave Schlieder will not be liable for special, incidental,
  18. consequential, indirect, or any other damages.  This means that Dave
  19. Schlieder is not responsible or liable for damages or costs incurred as
  20. a result of loss time, loss or destruction of data, loss of profits or
  21. revenue, or loss of use of the software. in addition, Dave Schlieder is
  22. not responsible or liable for damages or costs incurred in connection
  23. with obtaining substitute software, claims by others, inconvenience, or
  24. any other costs.
  25.  
  26.  
  27.         You may make alterations to this software as might be required
  28. to make it more suitable for your needs, but in any case, you may not
  29. alter in in such a way as to disclaim the original copyright and
  30. distribute it as another product.
  31.  
  32.  
  33.                                 FILES
  34.  
  35.         The following files are distributed with the software.
  36.  
  37.         1) DSGo.sc
  38.            This file constitutes the documentation required to
  39. properly load and start DSCalc.
  40.  
  41.         2) DSCalc.sc
  42.            This file contains all of the procedures required to build
  43. the library for DSCalc.  The script when played will create the
  44. DSCalc.lib file.  The library name is defined on line 34 of the script
  45. and may be altered to a library name of your own choosing.  DSCalc
  46. requires version 3.0 of Paradox or higher.
  47.  
  48.         3) DSCustom.sc
  49.            The script that explains how to add in custom formulas
  50. into the calculator.
  51.  
  52.         4) DSKeySpc.sc
  53.            This file is similar to Paradox's TKKeySpc.sc created when
  54. defining keys for the DataEntry ToolKit.  It is included basically to
  55. demonstrate how DSCalc uses keystroke activity to accept or reject
  56. keyboard input from the user.
  57.  
  58.         5) DSKeys.sc
  59.            This script, when played and when the proper files are
  60. present, will allow re-mapping of keys accepted by DSCalc.  It will
  61. replace the DSKeySpc.sc file above.  This is included so that if for
  62. some reason, you decide to remap the keys accepted by DSCalc, you will
  63. have the tools to do that.  After re-mapping of the keys, the resulting
  64. DSKeySpc.sc file will need to be added into DSCalc.sc and the library
  65. rebuilt for the new mapping to become effective.
  66.  
  67.         6) DSKeys.db
  68.         7) DSKeys.px
  69.         8) DSKeys.val
  70.            The data base files required for DSKeys.sc
  71.  
  72.  
  73.         As described in DSGo.sc, DSCalc was designed so that it may be
  74. used in any system mode of Paradox.  You may map DSCalc to a hotkey
  75. using the SetKey command, map it to a specific key while in script or
  76. procedure control, or add it as a menu choice in a script or procedure
  77. menu.
  78.  
  79.         DSCalc has been used in each of the above situations without
  80. problems.  However, DSCalc may or may not work as desired depending on
  81. your system configuration and/or the way in which it is added into an
  82. application.