home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0010 - 0019 / ibm0010-0019 / ibm0010.tar / ibm0010 / CLAR21-1.ZIP / README.PRF < prev   
Encoding:
Text File  |  1990-04-12  |  7.0 KB  |  154 lines

  1.          ╔═════════════════════════════════════════════════╗
  2.          ║                                                 ║░
  3.          ║          CLARION Professional Developer         ║░
  4.          ║                   Version 2.1                   ║░
  5.          ║                  **IMPORTANT**                  ║░
  6.          ║                                                 ║░
  7.          ║ This README file contains important information ║░
  8.          ║ on the support and installation of the Clarion  ║░
  9.          ║ Professional Developer version 2.1.             ║░
  10.          ╚═════════════════════════════════════════════════╝░
  11.             ░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░
  12.  
  13. --------------------------------------------------------------------------------
  14.     RTLINK is included with Version 2.1, if you plan to use RTlink as your
  15.     linker you will need to place these two lines in your autoexec.bat:
  16.  
  17.     SET LIB=C:\CLARION
  18.     SET OBJ=C:\CLARION
  19.  
  20. --------------------------------------------------------------------------------
  21.                                 Technical Support
  22.                                    Clarion BBS
  23. --------------------------------------------------------------------------------
  24.  
  25.                   Clarion BBS - 24 hours a day - 7 days a week
  26.  
  27.                     (305) 785-9172     300 / 1200 / 2400 8N1
  28.                     (305) 785-2594    9600  8N1 (Hayes V-Series CCITT V.42)
  29.  
  30.     New User Access
  31.     ---------------
  32.  
  33.     The Clarion Bulletin Board System (BBS) is available for communicating
  34.     with Clarion Software and with other Clarion users.  Access to the BBS
  35.     is restricted to -registered- users of Clarion Software products.  The
  36.     first time that you dial into the Clarion Bulletin Board, access to
  37.     the various features and menu options of the board will be restricted.
  38.     You will have fifteen minutes of access time from when you first log on.
  39.  
  40.     When you call the board, you will be asked for your first name, last
  41.     name, and where you are calling from.  You will also be asked to enter
  42.     a password, and to provide certain option settings for each time you
  43.     log on.  REMEMBER HOW YOU SPELL YOUR NAME AND PASSWORD - the BBS will
  44.     expect them to be spelled the same each time.  If you initially log on
  45.     as Robert, it will not recognize the name Bob in a future log on.
  46.     Also, the password is case-sensitive.
  47.  
  48.     To register on the board, select the <N>ew Users section by pressing
  49.     N. You will then be presented with a menu allowing you to <1> read
  50.     instructions, and <2> Register on the board.  To have your privileges
  51.     raised, you MUST answer the questions asked in the online registation
  52.     process. If there is any additional info that you wish to pass on to
  53.     the Sysop, feel free to use the <M>essage area to leave a Message to
  54.     Sysop. The sysop will review your registration, and if in order will
  55.     raise your privileges on the board, usually within one working day.
  56.  
  57.     The registration form will request that you enter your own name, the
  58.     name of your company if Clarion was purchased by a company, and
  59.     whether you are registering as a user of the Clarion Professional
  60.     Developer, the Clarion Personal Developer, or both. You will also
  61.     be asked for your registration number which can be found on your
  62.     warranty and registration cards (this applies to Professional Developer
  63.     users only), and where you purchased your package. Again, you must
  64.     answer the questions presented, or your access privileges cannot be
  65.     raised.
  66.  
  67.     **** IMPORTANT ****
  68.  
  69.       WE MUST HAVE YOUR REGISTRATION CARD ON FILE
  70.        BEFORE FULL ACCESS WILL BE GRANTED!!!!
  71.  
  72. ------------------------------------------------
  73.  
  74. 1. INSTALL process - Unsuccessful Installation
  75. ----------------------------------------------
  76.  
  77.     The Install Process, covered in Chapter 1 of the
  78.     "Getting Started" manual should include the following:
  79.  
  80.     If memory or disk space on the target machine is exhausted,
  81.     the INSTALL program will abort.  This problem can only be
  82.     solved by freeing the necessary disk space or increasing
  83.     the amount of available memory.
  84.  
  85.     In some rare cases, the INSTALL program may not be able to
  86.     complete successfully or may not be able to install one or
  87.     more files.  This may be due to a defective distribution
  88.     media, or a protected file of the same name that already
  89.     exists in the target directory.
  90.  
  91.     Some memory resident programs affect the speed of the
  92.     floppy drive.  Some of these programs may prevent any files
  93.     from being installed.  In this case, run INSTALL with the
  94.     /S option as shown:
  95.  
  96.          A:INSTALL /S
  97.  
  98.     If INSTALL is unable to install a file, a menu will be
  99.     displayed.  The menu appears as follows:
  100.  
  101.          +---------------------------------------+
  102.          |    Archive error: Invalid crc         |
  103.          |                                       |
  104.          |  [Skip this file]   [Exit Installer]  |
  105.          +---------------------------------------+
  106.  
  107.     At the end of the Install Process, skipped files will be
  108.     displayed and a message indicating whether the installation
  109.     was successful.
  110.  
  111.  
  112. 2. Using OPT as a join field linker when joining files
  113. ------------------------------------------------------
  114.  
  115.     When you join files by equating fields from each file, you may
  116.     specify that the join equation (the field equation) is optional
  117.     by selecting OPT.
  118.  
  119.     For example, suppose you want to join the CUSTOMER file to the
  120.     REGISTER file.  To do this, you will equate the CUS_NO field in the
  121.     CUSTOMER file to the CUS_NO field in the REGISTER file.  Since there
  122.     may be some CUS_NO values in the CUSTOMER file that cannot find a
  123.     corresponding CUS_NO value in the REGISTER file, you may want to select
  124.     OPT as the field equation linker.  Report Writer will still be able to
  125.     process the CUS_NO field in the CUSTOMER file, even if Report Writer
  126.     cannot find a match in the REGISTER file.
  127.  
  128.     Using these example files:
  129.  
  130.       CUSTOMER                          REGISTER
  131.     ┌────────┬──────────────┐         ┌────────┬────────┐
  132.     │ CUS_NO │ NAME         │         │ CUS_NO │ REG_NO │
  133.     ├────────┼──────────────┤         ├────────┼────────┤
  134.     │ 100    │ ABC Corp     │         │ 100    │ 2001   │
  135.     ├────────┼──────────────┤         ├────────┼────────┤
  136.     │ 101    │ XYZ Inc      │         │ 102    │ 3000   │
  137.     ├────────┼──────────────┤         └────────┴────────┘
  138.     │ 102    │ P & Q        │
  139.     └────────┴──────────────┘
  140.  
  141.     Assume your join equation is set to YES.  If the CUS_NO fields match,
  142.     then all of the records can be accessed and processed.  Your report
  143.     would yield: 100, ABC Corp, 2001.
  144.                  102, P & Q, 3000
  145.  
  146.     If your join equation is set to OPT, your report will yield:
  147.                  100, ABC Corp, 2001.
  148.                  101, XYZ,
  149.                  102, P & Q, 3000
  150.  
  151.     See page 5-18 of the Report Writer User's Manual for additional information
  152.     on the Join line.
  153.  
  154.