home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIPCD5_98.iso / software / testsoft / Global / PDXRUN.EXE / HELPME.TXT < prev    next >
Text File  |  1993-01-25  |  5KB  |  134 lines

  1.               PARADOX 4.0 RUNTIME: ANSWERS TO COMMON QUESTIONS
  2.               ------------------------------------------------
  3.  
  4. This file provides answers to questions commonly asked about Paradox 4.0.
  5. Runtime. All information in this file supersedes information in the Paradox
  6. Runtime documentation.
  7.  
  8.  
  9. TABLE OF CONTENTS
  10. -----------------
  11.  
  12. 1. Executing Runtime Applications under Windows
  13. 2. Executing Multiple Runtime Applications Concurrently under Windows
  14. 3. Executing Runtime Applications under OS/2
  15.  
  16.  
  17. 1. EXECUTING RUNTIME APPLICATIONS UNDER WINDOWS
  18. -----------------------------------------------
  19.  
  20. Q. How do I execute Paradox Runtime applications under Microsoft Windows?
  21.  
  22. A. Each Runtime application must have an individual .PIF file to run under
  23.    Windows. To create a .PIF file for an application, modify the PDOXRUN.PIF
  24.    file that is installed in your PDOXRUN directory using the following
  25.    instructions:
  26.  
  27.    1) Create a copy of PDOXRUN.PIF for your application. For example, if
  28.       your script is called VIDEO.SC, then enter the DOS command:
  29.  
  30.       COPY PDOXRUN.PIF VIDEO.PIF
  31.  
  32.    2) Start Windows and launch the Windows PIF Editor from the Program
  33.       Manager.
  34.  
  35.    3) Open the file you created in the first step by using the File|Open
  36.       command.
  37.  
  38.    4) In the Program Filename type-in box, enter the full path of
  39.       PDOXRUN.EXE. For example, if you are using the default directory, enter
  40.  
  41.       C:\PDOXRUN\PDOXRUN.EXE
  42.  
  43.    5) In the Window Title type-in box, enter the name of the program as you
  44.       want it to appear to your users. For example, you could enter the title
  45.  
  46.       Video Application
  47.  
  48.    6) In the Optional Parameters type-in box, enter the amount of memory you
  49.       want your application to use and the name of the script you want to
  50.       execute. For example, to run the Video application with 2048 Kb of
  51.       memory, enter 
  52.  
  53.       -extk 2048 VIDEO
  54.  
  55.       By default, the amount of memory is set to 2048 Kb. Specifying
  56.       additional memory will increase the performance of your application but
  57.       decrease the amount of memory available for other Windows applications.
  58.  
  59.    7) In the Start-up Directory type-in box, enter the full path of your
  60.       application directory. For example, if the Video application is in
  61.       a subdirectory under the Runtime system, enter
  62.  
  63.       C:\PDOXRUN\VIDEO
  64.  
  65.    8) Save the .PIF file by choosing File|Save. If you copied your .PIF file
  66.       from PDOXRUN.PIF, you do not have to change any other settings.
  67.  
  68.  
  69. 2. EXECUTING MULTIPLE RUNTIME APPLICATIONS CONCURRENTLY UNDER WINDOWS
  70. ---------------------------------------------------------------------
  71.  
  72. Q. Do I have to increase my user count to execute more than one Paradox
  73.    Runtime application concurrently under Windows?
  74.  
  75. A. You can execute more than one Runtime application concurrently under
  76.    Windows without increasing your user count. Create a separate icon
  77.    and .PIF file in the Program Manager for each application.
  78.  
  79.    If an application does not require user intervention, such as an
  80.    application that prints a weekly report, you can edit the Execution
  81.    section of its .PIF file to deselect the Exclusive check box and select
  82.    the Background check box.
  83.  
  84.    Applications that access the same data concurrently must use network
  85.    multi-user locking, even if the tables reside locally.
  86.  
  87.  
  88. 3. EXECUTING RUNTIME APPLICATIONS UNDER OS/2
  89. --------------------------------------------
  90.  
  91. Q. How do I execute Runtime applications under OS/2?
  92.  
  93. A. Paradox Runtime requires OS/2 version 2.0 or greater. Use the following
  94.    procedure to install and run Paradox Runtime under OS/2, version 2.0.
  95.  
  96.    1)  Install Paradox Runtime.
  97.  
  98.        a. Insert Disk 1 in drive A or B.
  99.  
  100.        b. Double-click on the OS/2 System Icon that appears.
  101.  
  102.        c. Double-click on Drives.
  103.  
  104.        d. Double-click on the disk drive object for the installed drive.
  105.  
  106.        e. Double-click on the INSTALL.EXE object.
  107.  
  108.        f. Follow the instructions that appear onscreen.
  109.  
  110.    2)  Create a DOS object for Paradox Runtime.
  111.  
  112.        a. From the OS/2 system prompt, change to the Paradox Runtime
  113.           directory. For example, type
  114.  
  115.           CD \PDOXRUN
  116.  
  117.        b. From the OS/2 system prompt, enter the command
  118.  
  119.           PXRUNOS2
  120.  
  121.        c. When prompted, enter the path of the Paradox system files. For
  122.           example, type
  123.  
  124.           \PDOXRUN
  125.  
  126.           A Desktop Object for Paradox Runtime will be created.
  127.  
  128.        d. Optionally, you can drag the object to a folder.
  129.  
  130.    3)  Execute a Runtime application.
  131.  
  132.        a. Drag a script file onto the new program object.
  133.  
  134.