home *** CD-ROM | disk | FTP | other *** search
/ PC Direct 1996 May / PCDMAY.ISO / software / clarion / 3rdparty / tools / library / t2w102.exe / README.2 < prev   
Encoding:
Text File  |  1995-06-14  |  6.5 KB  |  184 lines

  1. TABOGA TEMPLATES AND TOOLS FOR CLARION FOR WINDOWS
  2. ==================================================
  3.  
  4.  
  5. Taboga2 Template Chain
  6. =======================
  7.  
  8. Release 1.002
  9. for CW release 1.002
  10.  
  11.  
  12.      This work is part of the Taboga Templates and Tools for
  13. Clarion for Windows.  If you are a registered user of the Taboga
  14. Templates and Tools for Windows, the use of these templates is
  15. INCLUDED in the registration fee that you paid (that is, you do not
  16. have to pay again).
  17.      If you aren't a registered user of the Taboga Templates and Tools
  18. the registration fee is currently $75.00.  This includes rights to use
  19. the base "Taboga Templates and Tools" package (Taboga.TPL), the "Utility
  20. Templates" (TUtil.TPL), this set you currently are evaluating
  21. (Taboga2.TPL), and other packages that we may release in the future as
  22. part of the Taboga Templates and Tools.  Also, included in the registration
  23. fee are all upgrades until the end of 1995.
  24.  
  25.      Please use the included REGISTER.DOC form for registration.
  26. This form in under the TABOGA\DOC directory, or under the TABOGA/DOC2
  27. directory.
  28.  
  29.  
  30.  
  31.                     ========================
  32.                     =  TEMPLATES INCLUDED  =
  33.                     ========================
  34.  
  35.      The following is a brief description of all the templates
  36. included in the Utility Templates release.   Besides the template name,
  37. appears the name of the help document that explains the template's
  38. functionality in further detail.  The help documents are located in the
  39. \CW\TABOGA\DOC2 directory.
  40.  
  41.  
  42. EXTENSION TEMPLATES
  43. ====================
  44. TFormMultiAddExtension  (MultiADD.DOC)  Allows to do multiple adds in
  45.      a TForm procedure.
  46. TQBFFormExtension (QBF.DOC)  Transform a TForm procedure into a Query
  47.      By Form procedure.
  48.  
  49.  
  50. CONTROL TEMPLATES
  51. ==================
  52. TCallQBFFormControl  - This control template is to be used with a
  53.      TBrowseBox to call the update form in QBF mode.
  54. TFormVCRcontrols  (VCR.DOC) Adds VCR functionality to a TForm
  55. TVCRInsertAndDelete (VCR.DOC) Controls that add 'Insert' and 'Delete'
  56.      functionality to a TForm with VCR controls.
  57. TMultiPageForm (MultiPG.DOC) Transform a TForm procedure into a
  58.      Multi-Page Form.
  59.  
  60.  
  61. CODE TEMPLATES
  62. ==============
  63. TQueryFunctionsMap - This code template is used to facilitate adding the
  64.      MAP entries for the TQUERY.DLL file.
  65. TQueryData  -  This code template is used to facilitate adding the
  66.      TQUERY.DLL file GLOBAL Data.
  67.  
  68.  
  69.  
  70.  
  71.                        ==================
  72.                        =  DLL INCLUDED  =
  73.                        ==================
  74.     Also included in this template set is a DLL file which is used for
  75. Query By Form operations.  The name of the file is TQUERY.DLL.
  76.  
  77.     TQUERY.DLL is produced by compiling and linking the TQUERY.APP file
  78. which is under the \CW\TABOGA\TOOLS\QUERY directory.  It is VERY IMPORTANT
  79. to note however, that compiling TQUERY.APP requires one additional step,
  80. and you shouldn't do unless absolutely necessary.
  81.  
  82.     For information on HOW TO COMPILE AND LINK THE TQUERY.DLL, please
  83. consult the TQUERY.DOC file in the \CW\TABOGA\DOC2 directory.
  84.  
  85.  
  86.  
  87.                        ==================
  88.                        =  INSTALLATION  =
  89.                        ==================
  90.  
  91.      1.  Installation should be done from a DOS window, or before you
  92. load Windows.
  93.      2.  Create a subdirectory under your CW directory called
  94. TABOGA.  So, for example, if your Clarion for Windows directory is
  95. C:\CW, create a directory C:\CW\TABOGA.  If you have already installed
  96. the Taboga.TPL template set, this directory should already be created.
  97.      3.  Copy the installation files INSTALL.EXE and this file
  98. (Readme.2) to the newly created directory, and run the
  99. INSTALL.EXE program.
  100.      4.  The INSTALL.EXE program will automatically create all the
  101. necessary diretories, and will copy all the templates in the
  102. appropiate places.
  103.      5. There will be some files with the extension .LIB which
  104. must be copied to the C:\CW\OBJ directory, or whichever is your OBJ
  105. directory.  Also, the .DLL files must be copied to the C:\CW\BIN
  106. directory in order to test your applications.  The included BAT
  107. file MOVE_LIB.BAT, will copy all these files to their appropiate
  108. directory provided that you specify the path to your CW
  109. installation.  For example, if your installation is in C:\CW, type:
  110.                MOVE_LIB C:\CW
  111.  
  112.          You may also copy the LIB and DLL files yourself as
  113. previously explained.
  114.      6.  Once the files are installed, you must load Windows, and
  115. then your Clarion for Windows program.
  116.      7.  Now go into the "Template Registry".  Here, you must
  117. register the Taboga2.TPL template chain.
  118.  
  119.  
  120.  
  121.  
  122.               ====================================
  123.               =  DISTRIBUTING YOUR APPLICATIONS  =
  124.               ====================================
  125.      If your applications use the "Query By Form" template, you
  126. must distributre the file TQUERY.DLL with your application.
  127.  
  128.  
  129.  
  130.  
  131.  
  132.                ===================================
  133.                =  UNINSTALLING TABOGA TEMPLATES  =
  134.                ===================================
  135.  
  136.      The desinstallation process is even simpler than the
  137. installation.  Simple follow these steps.
  138.  
  139.      1.  Delete the C:\CW\TABOGA directory, and all of its
  140. subdirectories.
  141.      2.  Delete from the C:\CW\OBJ directory the following files:
  142. TQuery.OBJ, and TQuery.LIB.
  143.      3.  Delete from the C:\CW\LIB directory the following files:
  144. TQuery.DLL.
  145.  
  146.      You must substitute C:\CW for your own Clarion for Windows
  147. installation directory.
  148.  
  149.  
  150.  
  151.                       =====================
  152.                       =  TROUBLESHOOTING  =
  153.                       =====================
  154.      For some ideas for what to do in case of trouble, please read the
  155. Trouble2.DOC document in the \CW\TABOGA\DOC2 directory.
  156.  
  157.  
  158.  
  159.  
  160.                ================================
  161.                =  CONTACTING TABOGA SOFTWARE  =
  162.                ================================
  163.  
  164.     Currently the only ways to contact us is by mail, or through
  165. Compuserve mail.
  166.     We are installing a support BBS, it should be ready sometime
  167. around June-July 1995.
  168.  
  169.     Although our company is located in Panama, Republic of Panama,
  170. we have our mailing address in Miami, Florida.  For faster response,
  171. please send all mail through our Miami address.
  172.  
  173.     The address in Miami,
  174.             Edgard L. Riba
  175.             7010 NW 50th St.
  176.             Miami, FL 33166
  177.  
  178.  
  179.     If you choose to contact us through compuserve, our user id is
  180. 75522,70.
  181.  
  182.  
  183.  
  184.