home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a550 / 2.ddi / README.SBT < prev   
Encoding:
Text File  |  1990-07-12  |  4.9 KB  |  112 lines

  1.   74 
  2. =======================================================================
  3.                           SUPERBASE 4 EXAMPLES                         
  4.                               July 11,1990
  5.   71 
  6. =======================================================================
  7. The Superbase example applications are provided on either one 5.25"
  8. disk or two 3.5" disks. Some of the examples are documented in the User
  9. Guide, Volume 2, Chapters 21 through 25. The Trial Pack Guide included
  10.   71 
  11. with the package explains in detail how to use the Trial Pack example
  12. applications. 
  13.  
  14. This document explains how to install selected example applications,
  15. which you may wish to do if you decided not to install all of them
  16. while installing Superbase itself, and describes the structure and
  17. contents of the examples.
  18.  
  19. The example applications are provided for demonstration purposes only
  20. and should not be assumed to be suitable for commercial use without
  21. further modification. Many of the screens have been created at VGA
  22. resolution, and some of them may require adjustment with the Form
  23. Designer module for display in other resolutions.
  24.  
  25. To Print this document, ensure that your printer is connected, then
  26. choose the Print command from this window's File menu.
  27.  
  28.  
  29. SELECTIVE INSTALLATION OF EXAMPLE DATA
  30. --------------------------------------
  31. The example data is provided in a set of self-expanding archive files.
  32. Although Superbase's SETUP program allows you to choose whether to
  33. install the examples or not, it does not allow you to install a
  34. selection of them. However, you may easily copy any of these files from
  35. the Superbase disk set into a directory of your choice.
  36.  
  37. The example archive files have the following contents:
  38.  
  39. EXAMIDEA.EXE    Ideas: program examples
  40. EXAMINVN.EXE    Inventory application
  41. EXAMMAIL.EXE    Mailing application
  42. EXAMPDDE.EXE    DDE applications
  43. EXAMPDLL.EXE    Dynamic Link Library application
  44. EXAMTRAD.EXE    Trading application
  45. EXAMTRIL.EXE    Trial Pack applications
  46.  
  47. After copying the required file, run it from the DOS prompt. The file
  48. unpacks itself into the current directory, unless you specify a -d
  49. argument to the file when running it, for example:
  50.  
  51. exampdde -d
  52.  
  53. The -d argument makes the file create any subdirectories it needs and
  54. place the example files in them.
  55.  
  56. After the data has been unpacked, you may delete the archive file.
  57.  
  58.  
  59. EXAMPLES DIRECTORY STRUCTURE
  60. ----------------------------
  61. Following installation during the Superbase SETUP routine, the root
  62. directory SBMODEL contains a total of seven subdirectories. Four of
  63. these -- IDEAS, INVENTRY, MAILING, and TRADING -- contain example data
  64. and programs relating to the chapters in the User Guide. These User
  65. Guide Applications are described in more detail below.
  66.  
  67. The TRIAL subdirectory contains an updated version of the TRADING
  68. application corresponding to the text of the Superbase Trial Pack
  69. Guide.
  70. * See the Trial Pack Guide for instructions on how to use the
  71. applications. The Trial Pack includes a handy PREVIEW.
  72.  
  73. The DDE subdirectory provides examples of Dynamic Data Exchange between
  74. Superbase and Microsoft's Excel and Word programs.
  75. * See the text files EXCELDDE.SBT and WORD_DDE.SBT in the DDE
  76. subdirectory for more details.
  77. 
  78. The LIBRARY subdirectory provides an example of Superbase's support for
  79. dynamic link libraries, using a Graphics Server from an independent
  80. software developer to draw business graphs using Superbase data files.
  81. * See the GRAPHDLL.SBT text file in the LIBRARY subdirectory for more
  82. details.
  83.  
  84. User Guide Applications
  85. -----------------------
  86. IDEAS contains a number of example programs relating to Chapter 25,
  87. plus some additional items, for example:
  88.  
  89. * A "hyperimage" application which provides a glossary of the Form
  90. Designer's Toolbox.
  91. * A two-file dBase application, which you may examine either by opening
  92. files and browsing or by running the query CLITEL.SBQ. 
  93. * GAME.SBP, a program which illustrates the ability of Superbase's DML
  94. programming language to handle unusual specifications. 
  95.  
  96. INVENTRY contains an Inventory Control application, which is described
  97. in Chapter 22. The application is operated from within Superbase's
  98. normal menu environment, and is designed around a set of forms. It uses
  99. memory-resident DML subroutines to execute procedures triggered by
  100. user-defined pushbuttons.
  101.  
  102. MAILING contains a USA oriented Mailing List Management application, 
  103. driven entirely by a DML program. User access is fully controlled by
  104. the program. The application is described in Chapter 23.
  105.  
  106. TRADING contains a system for the hypothetical Superbase Securities 
  107. Trading firm. This shows how a professional business systems analyst
  108. could use Superbase to develop a full-scale database application. The 
  109. application is described in Chapter 24.
  110. * See the Text Editor file TRADING.SBT in the TRADING subdirectory for
  111. details of changes.
  112.