home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1995 September / Image.iso / paradox / readme.txt < prev    next >
Encoding:
Text File  |  1993-12-08  |  12.3 KB  |  345 lines

  1.              WELCOME TO PARADOX FOR WINDOWS 4.5
  2.              ----------------------------------
  3.  
  4. This file contains important, late-breaking information
  5. about Paradox, including revisions to the documentation.
  6.  
  7. This README is one of five online files included with
  8. Paradox. You'll find additional information in these files:
  9.  
  10. File           Contains
  11. ----           --------
  12.  
  13. UPGRADE.TXT    New features of the interactive Paradox
  14.                product.
  15.  
  16. NEWPAL.DB      A Paradox table containing new and enhanced
  17.                ObjectPAL methods, procedures, and
  18.                properties, including SQL-specific ObjectPAL
  19.                methods. See the "Using NEWPAL.DB" section of
  20.                UPGRADE.TXT for details on working with this
  21.                table.
  22.  
  23. HELPME.TXT     Tips and techniques for working with Paradox.
  24.  
  25. SETTINGS.TXT   An explanation of .INI file settings.
  26.  
  27. UPGRADE, HELPME, and README, are included as icons in your
  28. Paradox for Windows 4.5 Windows group. To open SETTINGS, use
  29. the text editor of your choice.
  30.  
  31.  
  32. TABLE OF CONTENTS
  33. -----------------
  34.  
  35. 1. Installation Information
  36. 2. Documentation Errors
  37. 3. Deleting optional software
  38. 4. TUTILITY Notes
  39. 5. QuickStart Labels upgrade
  40.  
  41.  
  42. 1. INSTALLATION INFORMATION
  43. ---------------------------
  44.  
  45. - If you install Paradox on a machine that has a VGA
  46.   driver, but is using a monochrome display, the check
  47.   boxes on the Installation dialog box do not paint
  48.   correctly. You can assume that all check boxes are
  49.   checked by default.
  50.  
  51. - If, during the installation process, the Install program
  52.   attempts to overwrite a file that has the DOS Read-Only
  53.   attribute, Paradox returns you to the Installation dialog
  54.   box without completing the installation. You must remove
  55.   the Read-Only attribute before attempting to install
  56.   again.
  57.  
  58. - Following are points to be aware of when installing the
  59.   Workgroup Desktop:
  60.  
  61.   -  It is  recommended that you have 6 MB or more of RAM
  62.      installed in your system to run the Workgroup Desktop.
  63.  
  64.   -  If you rename the Paradox for Windows directory after
  65.      installing, you must modify WIN.INI. Edit the WGDIR
  66.      setting in the [PDOXWIN] group so that it points to the
  67.      subdirectory containing the workgroup files. For
  68.      example,
  69.  
  70.           [PDOXWIN]
  71.           WGDIR=C:\PFW45\WORKGRP
  72.  
  73.   -  If you rename the Object Exchange directory you must
  74.      you must modify WIN.INI. Edit the OBEXDIR setting in
  75.      the [OBEX] group so that it points to the directory
  76.      containing the Object Exchange executables. For
  77.      example,
  78.  
  79.           [OBEX]
  80.           OBEXDIR=C:\APPS\OBEX
  81.  
  82.   -  Do not delete the OBEX.INI file; it is not recreated
  83.      when you use OBEX. Keep a backup copy of this file.
  84.  
  85.   -  If you are a user of LOTUS cc:Mail 1.1 or later:
  86.   
  87.        To use VIM (Vendor Independent Messaging) as a
  88.        transport with Object Exchange you must have the
  89.        cc:Mail executable directory in your DOS path.
  90.  
  91.        If your version of cc:Mail does not include VIM.DLL,
  92.        or if you would like to upgrade to the latest
  93.        version, please contact cc:Mail Technical Support at
  94.        (415) 966-4900. You can download this file from the
  95.        cc:Mail bulletin board at (415) 691-0410 (8,N,1) or
  96.        from the CompuServe Information Service in the Lotus
  97.        forum.
  98.  
  99.  
  100. 2. DOCUMENTATION ERRORS
  101. -----------------------
  102. - The Paradox for Windows printed documentation does not
  103.   reflect new features and changes in Paradox. See the
  104.   UPGRADE.TXT and NEWPAL.DB files for details on new or
  105.   enhanced features.
  106.  
  107. "Getting Started"
  108. -----------------
  109. - You must run DOS SHARE if you want to use multiple
  110.   instances of Paradox or ODAPI clients (such as the
  111.   Workgroup Desktop or the Database Desktop included with
  112.   Quattro Pro for Windows.) If you do not run SHARE in this
  113.   situation, the second instance will not load.
  114.  
  115.   The SHARE.EXE command (in either your AUTOEXEC.BAT or
  116.   your CONFIG.SYS) should include these optional
  117.   parameters:
  118.  
  119.   SHARE /F:4096 /L:400
  120.  
  121.   The /F parameter allocates file space for the DOS storage
  122.   area used to record file-sharing information. The default
  123.   value is 2048. The /L parameter sets the number of files
  124.   that can be locked at one time. The default value is 20.
  125.  
  126. "User's Guide"
  127. --------------
  128. - The field _Invariant Field ID in the STRUCT.DB table is
  129.   used internally by Paradox to identify fields for use in
  130.   associated design documents.
  131.  
  132. - When you export data to or import data from an ASCII
  133.   file, your date, numeric, and currency fields use the
  134.   settings from your Windows Control Panel.
  135.  
  136. - If a Windows file association already exists for a .DBF
  137.   or .QBE file, Paradox will overwrite it during
  138.   installation.
  139.  
  140. - Under certain conditions in a multiuser environment,
  141.   forms bound to unkeyed (unindexed) tables may lose track
  142.   of the current record during a lengthy operation. You can
  143.   avoid this situation entirely by using keyed tables.
  144.  
  145. - Page 57: The paragraph describing the write lock states
  146.   "Other users can place a read lock on a table that you
  147.   have a write lock on." It should state "Other users can
  148.   place an open lock on a table that you have a write lock
  149.   on."
  150.  
  151. - When designing a graph in the Report Design window, the
  152.   Data Type option is not available from the Define Graph
  153.   dialog box.
  154.  
  155. "ObjectPAL Reference"
  156. ---------------------
  157.  
  158. - AnyType:unAssign() does not return a value. The correct
  159.   syntax is unAssign().
  160.  
  161. "Workgroup Desktop Guide"
  162. -------------------------
  163.  
  164. p. 20  The first sentence on the page should be: "Username
  165.        is your MAPI service mail box name (for example,
  166.        your Windows for Workgroups or Microsoft Mail
  167.        name)."
  168.  
  169. p. 32  In the screen shot of the Select Names dialog box,
  170.        the second name in the Names List panel should be:
  171.        Barbara Tyler / MCI ID: 123-4567 (MCI)
  172.  
  173. p. 34  In the screen shot of the Select Names dialog box,
  174.        the seventh name in the Names List panel should be:
  175.        Barbara Tyler / MCI ID: 123-4567 (MCI)
  176.  
  177. p. 42  In the screen shot of the Use Object dialog box, the
  178.        top radio button in the Version panel should be
  179.        labeled Latest.
  180.  
  181. p. 45  The message "Version: Current" shown in Figure 5-1
  182.        doesn't appear on the workgroup form:
  183.  
  184.        If you chose to use the "Latest" version of the table
  185.        data (from the Use Objects dialog box), the message
  186.        "Out-of-date" appears on the workgroup form if a new
  187.        version of the table data is received while you have
  188.        the form open. Click the Update Now button to use
  189.        this latest version.
  190.  
  191.        If you chose to use a back version of the table data,
  192.        the "Version:" message indicates which back version
  193.        you're using. For example, if you selected back
  194.        version 2, the message displays "Version: back 2".
  195.        If another version of the table data is issued while
  196.        you have the workgroup form open, the message "Out-
  197.        of-date" appears. Click the Update Now button to use
  198.        the new back version 2.
  199.  
  200. p. 46  The description under Manual Updating is incorrect.
  201.        The "Out of Date?" message doesn't appear on a
  202.        workgroup form when you open it. Click the Update
  203.        Now button when you first open a workgroup form if
  204.        you want to be sure you're using the latest version
  205.        of the form's table data.
  206.  
  207.        If a new version of the table data is issued while
  208.        you have the workgroup form open, the "Out-of-date"
  209.        message appears, at which point you can click the
  210.        Update Now button to use the latest version.
  211.  
  212. p. 62  enumAccounts requires a full lock on the table
  213.        specified by the tableName argument. This method
  214.        does not try to place the lock itself.
  215.  
  216. p. 64  enumAlerts requires a full lock on the table
  217.        specified by the tableName argument. This method
  218.        does not try to place the lock itself.
  219.  
  220. p. 66  enumPublications requires a full lock on the table
  221.        specified by the tableName argument. This method
  222.        does not try to place the lock itself.
  223.  
  224. p. 67  enumSubscriptions requires a full lock on the table
  225.        specified by the tableName argument. This method
  226.        does not try to place the lock itself.
  227.  
  228. p. 93  The statement
  229.  
  230.        msgInfo("Object type required.",
  231.           "Choose Table Data, Publication, or
  232.        Subscription.")
  233.  
  234.        should be
  235.  
  236.        msgInfo("Object type required.",
  237.           "Choose Table Data, Query Result, or File Set.")
  238.  
  239. p. 94  saveAs requires a full lock on the table specified by
  240.        the tableName argument. This method does not try to
  241.        place the lock itself.
  242.  
  243. p. 97  tableRefresh requires a full lock on the table
  244.        specified by the tableName argument. This method
  245.        does not try to place the lock itself.
  246.  
  247. p. 101 In the code attached to the form's built-in open
  248.        method, the statement immediately following the call
  249.        to doDefault should contain double backslashes, as
  250.        follows:
  251.  
  252.        wgLib.open("C:\\PDOXWIN\\WORKGRP\\WGPAL")
  253.  
  254. p. 106 The statement
  255.  
  256.        msgInfo("Object type required.",
  257.           "Choose Table Data, Publication, or
  258.        Subscription.")
  259.  
  260.        should be
  261.  
  262.        msgInfo("Object type required.",
  263.           "Choose Table Data, Query Result, or File Set.")
  264.  
  265.  
  266. 3. DELETING OPTIONAL SOFTWARE
  267. -----------------------------
  268.  
  269. After installing and becoming familiar with Paradox, you
  270. might decide to delete some of the optional software
  271. components (such as sample files). The following table shows
  272. what files you can delete and where they are located. This
  273. table assumes you accepted the default locations when you
  274. installed Paradox.
  275.  
  276. To remove                Delete Directories     Delete Files
  277. ---------                ------------------     ------------
  278.                                                 
  279. Sample files (used in    C:\PDOXWIN\SAMPLE      All
  280. examples in "Getting                            
  281. Started" and the "User's
  282. Guide"
  283.  
  284. ObjectPAL sample files   C:\PDOXWIN\EXAMPLES    ADDRESS.*
  285.                                                 CHECKS.*
  286.                                                 CUST.*
  287.                                                 LETTERS.*
  288.                                                 PDXPAINT.*
  289.                                                 RASTEROP.*
  290.                                                 SLOTS.*
  291.                                                 XXX.*
  292.                                                 
  293. SQL Tools                C:\PDOXWIN\EXAMPLES    SQL*.*
  294.                                                 
  295. The ObjectPAL sample     C:\PDOXWIN\DIVEPLAN    All
  296. application                                     
  297.  
  298. The Workgroup Desktop    C:\OBEX                All
  299. engine (OBEX)                                   
  300.  
  301. Stored Workgroup         C:\OBEX\OBJSTORE       All
  302. Desktop files                                   
  303.  
  304. Workgroup Desktop        C:\PDOXWIN\ADDRESS     All
  305. address information                             
  306.  
  307. Workgroup Desktop        C:\PDOXWIN\WORKGRP     All
  308. program files                                   
  309.  
  310.  
  311.  
  312. 4. TUTILITY NOTES
  313. -----------------
  314.  
  315. TUTILITY checks a Paradox table for damage and rebuilds it
  316. if necessary. Paradox tables can be damaged by power
  317. failures, hardware failures, bad network cards or
  318. connections, removing a floppy disk that Paradox is
  319. accessing, or rebooting the system while Paradox is active
  320. in memory. You should always make regular backups of your
  321. important data.
  322.  
  323. To start TUTILITY, type TUTILITY at the DOS prompt, then
  324. press [Enter]. If you installed Paradox in the PDOXWIN
  325. directory, you can also start TUTILITY from its icon in the
  326. Paradox for Windows group. If you installed to a different
  327. directory, you have to edit TUTILITY.PIF before you can
  328. start TUTILITY from its icon.
  329.  
  330. Additional instructions and a description of program options
  331. are provided in the TUTILITY.DOC file. Online help is also
  332. available when you run the program. Command-line help is
  333. available by typing TUTILITY -help.
  334.  
  335.  
  336. 5. QUICKSTART LABELS UPGRADE
  337. -----------------------------
  338.  
  339. If you purchased Borland's QuickStart Labels package, for
  340. use with Paradox for Windows 1.0, please call Borland
  341. Customer Support (408) 461-9000 for an upgrade.
  342.                               
  343.      -----------------------END-------------------------
  344.  
  345.