home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / database / pcf70a.zip / PCF0.311 / STARTUP < prev    next >
Text File  |  1993-06-14  |  5KB  |  120 lines

  1. *********************************************************************
  2.                   This file is called STARTUP
  3.  
  4.            READ THIS FILE IF HAVE PROBLEMS RUNNING PC-FILE
  5. *********************************************************************
  6. Listed below are the most common questions and difficulties users
  7. have when running PC-File.
  8.  
  9. 1.  When I start PC-File by typing PCF at the prompt, my screen goes
  10.     blank and the program will not start.  What is wrong?
  11.  
  12.     If you have a monochrome monitor, PC-File may not realize it and
  13.     try to display color in a way that your monitor cannot understand.
  14.     Before running PC-File, go to the prompt in your DOS subdirectory
  15.     and type
  16.  
  17.         MODE BW80   <ENTER>
  18.  
  19.     This will bring you back to the prompt.  Change directories
  20.     and start PC-File by typing PCF.
  21.  
  22.     If this doesn't work, try
  23.  
  24.         MODE MONO <ENTER>
  25.  
  26.     instead.  Once you know the correct MODE statement to use, you
  27.     will need to issue it before starting PC-File every time.  You can
  28.     use a batch file to do the MODE statement and start PC-File.
  29.  
  30.     If you have a color monitor, try
  31.  
  32.         MODE CO80 <ENTER>
  33.  
  34.     You may also need to run PC-File in Character Mode.  Start PC-File
  35.     by typing
  36.  
  37.         PCF /CHARMODE
  38.  
  39.     See the section on Configuring your system in Chapter 11 to make
  40.     this change permanent.
  41.  
  42.     Check to see if you are running any memory-resident programs
  43.     (TSR's).  Some of these may conflict with PC-File.  Try removing
  44.     all of them and add one at a time back in to find out what is
  45.     causing the conflict.  Note:  PC-File will run faster with more
  46.     memory so we suggest removing all TSR's if possible.
  47.  
  48. 2.  I don't see all the Buttons and Dialog boxes. Certain areas of the
  49.     program do not give me a way to get out.  The print on my screen is
  50.     too small and/or boxes I have drawn do not line up correctly.  What
  51.     can I do to fix these problems?
  52.  
  53.     Try running in Character Mode.  Especially with some EGA monitors,
  54.     PC-File thinks it can be run in Graphics mode but the graphics
  55.     adapter cannot handle all of our graphics so some buttons and boxes
  56.     may be missing.  To run in Character mode, start PC-File with
  57.  
  58.         PCF /CHARMODE
  59.     You will not lose any functionality by running in Character mode
  60.     and you may improve the speed of the program.
  61.  
  62.  
  63. 3.  How do I convert my files from a previous version?
  64.  
  65.     If you were running PC-File:dB, PC-File 5 or PC-File 6, no
  66.     conversion is necessary.  We suggest you read the section in the
  67.     file CHANGES about the compatibility with earlier versions.
  68.  
  69.     If you were running an earlier version, you will need to run
  70.     FCONVERT.  If you have any problem with FCONVERT, the program is
  71.     documented in Chapter 12 of the manual.  Again, read the section in
  72.     CHANGES about converting from an earlier version.
  73.  
  74. 4.  I choose my printer under Printer Setup but the next time I started
  75.     PC-File, the program did not send the correct printer codes.
  76.  
  77.     To make a Permanent change, you must go to Utilities,
  78.     Configuration.  Choose your printer and port and then choose File,
  79.     save As and type in PCFILE.PRO.  If it asks if you want to
  80.     overwrite the file, say Yes.
  81.  
  82. 5.  I chose my printer off the list but I get odd characters or I
  83.     don't get condensed type.  What's wrong?
  84.  
  85.     Unfortunately not all printers by one manufacturer use the
  86.     same printer codes.  If you are getting unwanted characters
  87.     or if you are not getting the type you requested, you need to
  88.     find the printer codes in your Printer manual.  You can enter
  89.     these codes under Utilities, Configuration.  Choose the
  90.     printer that comes closest to yours, then go to the bottom of
  91.     the list and choose User_codes.  This will give you the
  92.     option of entering the codes for your printer.
  93.  
  94.     Also, in Row Reports, we print the HEADING and TOTALs in Bold
  95.     type.  Some printers do not print condensed bold.  If the body of
  96.     your report prints in condensed but the HEADING and TOTAL sections
  97.     are not condensed, you can MODIFY this report using the LANGUAGE
  98.     EDITOR and remove every line that says
  99.  
  100.         .BOLD
  101.  
  102.     and remove all lines that say
  103.  
  104.         .NORMAL
  105.  
  106. 6.  My mouse works with other programs but not with PC-File.
  107.     Why?
  108.  
  109.     Some programs load the mouse via hardware, such as Windows.
  110.     PC-File requires that your mouse be loaded via software.  To
  111.     do this, you either need to add a driver to your CONFIG.SYS,
  112.     run MOUSE.COM from a prompt or use your AUTOEXEC.BAT to load
  113.     your mouse.  Please refer to your mouse documentation for
  114.     information.
  115.  
  116.     PC-File works with most mice.  With some mice, you will need
  117.     to run in Character Mode (see above) or you may need to get a
  118.     more recent driver from your mouse manufacturer.
  119.  
  120.