home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 040A / CROSS32.ZIP / README.TXT < prev    next >
Encoding:
Text File  |  1997-03-18  |  5.1 KB  |  147 lines

  1.  
  2. TCrossTAB,TCrossSQL,TCrossReport components - Release 2.8 for DELPHI1.0,
  3. DELPHI2.0 ShareWare.
  4.  
  5. CROSSTAB.ZIP for DELPHI1.0
  6. CROSS32.ZIP for DELPHI2.0
  7.  
  8. Introduction
  9. ------------
  10. . TCrossTab,TCrossSQL,TCrossReport is a native VCL Delphi component designed
  11.   to display the results of a multi-dimension cross or categorization
  12.   of data contained in a database.
  13.  
  14. . The component, TCrossTab deals with a single database table.
  15.  
  16. . The component TCrossSQL uses a user-defined SQL statement as its data 
  17.   "feed". The user must know how to issue a reasonable SQL in order to 
  18.   get reasonable results.
  19.  
  20. . The component TCrossReport is the easiest way to generate a quick 
  21.   cross table report.
  22.  
  23. . During run time, TCrossTab/TCrossSQL/TCrossReport permit the use of "drag and drop"
  24.   to change the arrangement of "crossing fields" in order to see different
  25.   views of the results. 
  26.  
  27. . During run time, Shrink and Expand feature make the table more viewable.
  28.  
  29. . Run time methods and events are provided for customizing crossing
  30.   results, exporting the results, etc.
  31.  
  32. . files included.
  33.     CROSSREG.PAS    -- pascal file for registering component.
  34.     CROSSREG.DCR    -- icons for TCrossTab/TCrossSQL/TCrossReport 
  35.     CROSS.DCU    -- binary file of TCrossTab/TCrossSQL/TCrossReport.
  36.     CROSS.RES    -- resource file.
  37.     CROSSRPT.PAS    -- pascal file of TCrossReport.
  38.     EDITCF.DCU    -- binary file of the property editor.
  39.     EDITCF.DFM      -- form file for the property editor.
  40.     EDITCFS.DCU    -- binary file of the property editor.
  41.     EDITCFS.DFM      -- form file for the property editor.
  42.     order.txt    -- order instructions for 
  43.                        TCrossTab/TCrossSQL/TCrossReport.
  44.     readme.txt    -- this file.
  45.     release.txt    -- show the main feature for current release.
  46.     cross.hlp    -- text sensitive help file.
  47.     demo.exe    -- demo program.
  48.     ectsales.db    -- sample Paradox data table for demo program.
  49.  
  50. . In order to run the demo program:
  51.   copy the sample database 'ectsales.db' to the 'DBDEMOS' directory of your
  52.   delphi environment.
  53.   run demo.exe
  54.   The source code of demo.exe are available on requested.
  55.  
  56. Installation
  57. ------------
  58.   . Copy the following files 
  59.     CROSSREG.PAS
  60.     CROSSREG.DCR
  61.     CROSS.DCU
  62.     CROSS.RES
  63.     CROSSRPT.PAS
  64.     EDITCF.DCU
  65.     EDITCF.DFM
  66.     EDITCFS.DCU
  67.     EDITCFS.DFM
  68.     to an appropriate target directory (usually, ..\delphi\lib).
  69.  
  70.   . From Delphi's menu, invoke INSTALL COMPONENTS and add the 
  71.     component, CROSSREG.PAS.
  72.  
  73.   . TCrossTab/TCrossSQL/TCrossReport components will appear on the 
  74.     Crosstab pallet.
  75.  
  76.  
  77.   For more details of how to install components, please see DELPHI Menu.
  78.  
  79. Registration
  80. ------------
  81.  
  82. . The shareware version of TCrossTab/TCrossSQL/TCrossReport is a fully runable 
  83.   version and   is not "crippled" in any way. After installation, the 
  84.   user can use these components freely. Two properties, Serial and 
  85.   Confirm, are provided for each component have to be set in order to make 
  86.   this component works at run time. If user would like to try this
  87.   components at run time, please send a email to pathcorp@use.usit.net
  88.   to get a FREE trial 'Serial and Comfirm' number set.
  89.   For the FREE trial 'Serial and Confirm' number set, a prompt dialog will
  90.   appear when the component is running. Just click the OK button and the
  91.   component will function properly.
  92.  
  93. . Once the user has fully evaluated this product and is satisfied with 
  94.   the functionality of the components, he/she should order a pair of 
  95.   "Serial and Confirm" numbers for each machine on which the components 
  96.   will be installed. After the user has set the Serial and Confirm 
  97.   properties to the values provided, the dialog  will not be shown at 
  98.   run time.
  99.  
  100. See order.txt for the price schedule and instructions on ordering
  101. Serial and Confirm numbers.
  102.  
  103. License Agreement
  104. -----------------
  105.  
  106. . The "Serial and Confirm" numbers may not be redistributed. All other
  107.   software can be freely distributed.
  108.  
  109. . Registered users are entitled to unlimited, royalty-free distribution of 
  110.   all .EXE programs developed with TCrossTab/TCrossSQL/TCrossReport.
  111.  
  112. Upgrade Policy
  113. ---------------
  114.  
  115. . The source code of 'TCrossTab/TCrossSQL/TCrossReport' is not currently ready 
  116.   for distribution. Once it becomes available, all registered users will 
  117.   be notified.
  118.  
  119. . All future minor releases, including bug fixes, minor enhancement, etc.,
  120.   will be free of charge to registered users.
  121.  
  122. . All future major releases, which include major enhancement features,
  123.   will be made available at a reduced fee to registered users.
  124.   
  125.  
  126. Disclaimer
  127. ----------
  128.  
  129. Users of 'TCrossTab/TCrossSQL/TCrossReport' must accept this disclaimer of 
  130. warranty:
  131. . 'TCrossTab/TCrossSQL/TCrossReport' is supplied as is.
  132. . The author assumes no liability for damages, direct or consequential,
  133.   which may result from the use of TCrossTab/TCrossSQL/TCrossReport."
  134. . The author disclaims all warranties, expressed or implied, including,
  135.   without limitation, the warranties of merchantability and of fitness for
  136.   any purpose.
  137.  
  138.  
  139. Technical Support
  140. -----------------
  141. For any questions, bug reports, and enhancement requests please send E-Mail to
  142.  
  143.     E-Mail:pathcorp@use.usit.net
  144.  
  145. DELPHI is a trademark of Borland.
  146.  
  147.