home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / PROG_BAS / RDBLIB.ZIP / RBERROR.QDH < prev    next >
Text File  |  1994-01-02  |  39KB  |  1,583 lines

  1. ///////////////////////////////
  2. //
  3. // Help for error system in RDBLIB
  4. //
  5. ///////////////////////////////
  6.  
  7. //////////////////////////////////////////
  8. // Table of Contents/Index
  9. /////////////////////////////////////////
  10. /topic INDEX
  11.  
  12.    /title Error System Help
  13.    
  14.    /para \sa150 \brdrb \brdrth
  15.    /text \b\fs40,Error System Help
  16.    /endpara
  17.  
  18.    /para \fi200 \sa150
  19.    This help provides information on the errors that may happen while
  20.    you are running a Visual Basic program.  It provides an indication
  21.    of the cause of the error and what possible actions you may be
  22.    able to perform to correct the error.
  23.    
  24.    /endpara
  25.    
  26.    /para 
  27.    Help is provided on the following types of errors:
  28.    \line
  29.    /link UnrecoverableErrors,Unrecoverable Errors
  30.    \line
  31.    /link RecoverableErrors,Recoverable Errors
  32.    \line
  33.    /link Error6,Error 6 - Overflow
  34.    \line
  35.    /link Error7,Out of Memory Errors
  36.    \line
  37.    /link Error11,Error 11 - Division By Zero
  38.    \line
  39.    /link Error48,Error in Loading DLL or Custom Control
  40.    \line
  41.    /link Error53,Error 53 - File Not Found
  42.    \line
  43.    /link Error57,Error 57 - Device I/O Error
  44.    \line
  45.    /link Error58,Error 58 - File Already Exists
  46.    \line
  47.    /link Error61,Error 61 - Disk Full
  48.    \line
  49.    /link Error64,Error 64 - Bad File Name
  50.    \line
  51.    /link Error67,Error 67 - Too Many Files
  52.    \line
  53.    /link Error68,Error 68 - Device Unavailable
  54.    \line
  55.    /link Error70,Permission Denied
  56.    \line
  57.    /link Error71,Error 71 - Disk Not Ready
  58.    \line
  59.    /link Error74,Path/File Access Error
  60.    \line
  61.    /link Error76,Error 76 - Path Not Found
  62.    \line
  63.    /link ErrorDDE,DDE Errors
  64.    \line
  65.    /link Error282,Error 282 - No Application Responded To a DDE Initiate
  66.    \line
  67.    /link Error283,Error 283 - Multiple Applications Responded to DDE Initiate
  68.    \line
  69.    /link Error320,Error 320 - Can't Use Character Device Name
  70.    \line
  71.    /link OleErrors,OLE Errors
  72.    \line
  73.    /link Error31023,Error 31023 - Invalid or Unknown Class
  74.    \line
  75.    /link PrinterError,Printer Errors
  76.    \line
  77.    /link HelpError,Help Errors 
  78.    \line
  79.    /link ODBCErrors,ODBC Errors
  80.    \line
  81.    /link DataAccessError,Data Access Errors
  82.    \line
  83.    /link DatabaseLockErrors,DataBase Lock Errors
  84.    \line
  85.    /link Error3022,Error 3022 - Can't Have Duplicate Key
  86.    \line
  87.    /link PasswordErrors,Invalid Account Name or Password Errors
  88.    \line
  89.    /link Error3049,Error 3049 - Database is Corrupted
  90.    \line
  91.    /link Error3050,Error 3050 - SHARE.EXE errors
  92.    \line
  93.    /link Error3058,Error 3058 - Can't Have Null Value In Index
  94.    \line
  95.    /link DBPermissionErrors,Database Permission Errors
  96.    \line
  97.    /link NullErrors,Null Errors 
  98.    \line
  99.    /link Error3170,Error 3170 - Couldn't Find Installable ISAM
  100.    \line
  101.    /endpara
  102.       
  103. /endtopic
  104.  
  105. /topic UnrecoverableErrors
  106.  
  107.    /title Unrecoverable Program Errors
  108.    /keywords Error3;Error5;Error9;Error10;Error13;Error14
  109.    /keywords Error16;Error17;Error19;Erorr20;Error28;Error35
  110.    /keywords Error49;Error51;Erorr52;Error54;Error55;Error59
  111.    /keywords Error62;Erorr63;Error74;Error260;Error321;Error340
  112.    /keywords Error341;Error343;Error344;Error345;Error361
  113.    /keywords Error381;Error385;Error401;Error402;Error403;Error404
  114.    /keywords Error420;Error460;Error20476;Error20574
  115.    
  116.    /para \sa150 \ql \brdrb \brdrth 
  117.       /text \cf4 \b \fs30, Unrecoverable Program Errors
  118.    /endpara
  119.    
  120.    /para
  121.       /text \cf8 \b \fs30, Cause
  122.    /endpara
  123.  
  124.    /para 
  125.    This class of errors is created by a programming error that leads to a
  126.    error condition that typically can not be recovered from. 
  127.    
  128.    \line
  129.    /endpara
  130.  
  131.    /para
  132.       /text \cf8 \b \fs30, Action
  133.    /endpara
  134.  
  135.    /para 
  136.    Report this problem to the developer by creating
  137.    and printing a problem report.  Please provide as much information
  138.    as possible about what you were doing that lead up to the error
  139.    condition.
  140.    \line
  141.    \line
  142.    You will probably have to Abort the program.  Occasionally you may
  143.    be able to skip the error and continue.  However, the program is not
  144.    likely to function correctly after doing so.
  145.       
  146.    /endpara
  147.  
  148. /endtopic
  149.  
  150. /topic RecoverableErrors
  151.  
  152.    /title Recoverable Program Errors
  153.    /keywords Error360;Error362;Error364;Error365;Error366;Error381
  154.    /keywords Error382;Error383;Error384;Error386;Error387;Error388
  155.    /keywords Error389;Error390;Error391;Error392;Error393;Error394
  156.    /keywords Error395;Error400;Error421;Error422;Error423;Error424
  157.    /keywords Error425;Error426;Error427;Error428;Error460;Error480
  158.    /keywords Error481;Error520;Error521
  159.    /keywords Error30000;Error30001;Error30002;Error30004;Error30005
  160.    /keywords Error30008;Error30009;Error30010;Error30011;Error30013
  161.    /keywords Error30014;Error30015;Error30016;Error30017;Error30018
  162.    /keywords Error30019;Error32755
  163.   
  164.    /para \sa150 \ql \brdrb \brdrth 
  165.       /text \cf4 \b \fs30, Recoverable Program Errors
  166.    /endpara
  167.    
  168.    /para
  169.       /text \cf8 \b \fs30, Cause
  170.    /endpara
  171.  
  172.    /para 
  173.    This class of errors is created by a programming error that leads to a
  174.    error condition that typically can be recovered from. 
  175.    
  176.    \line
  177.    /endpara
  178.  
  179.    /para
  180.       /text \cf8 \b \fs30, Action
  181.    /endpara
  182.  
  183.    /para 
  184.    Report this problem to the developer by creating
  185.    and printing a problem report.  Please provide as much information
  186.    as possible about what you were doing that lead up to the error
  187.    condition.
  188.    \line
  189.    \line
  190.    You will probably be able to skip the error and continue 
  191.    with minimal, if any, affect on the operation of the program. 
  192.    However in some cases, the program may not function correctly 
  193.    after doing so or may lead to incorrect or unexpected results.
  194.       
  195.    /endpara
  196.  
  197. /endtopic
  198.  
  199.  
  200.  
  201. /topic Error6
  202.  
  203.    /title Error 6 - Overflow
  204.    /keywords Error6
  205.    
  206.    /para \sa150 \ql \brdrb \brdrth 
  207.       /text \cf4 \b \fs30, Error 6 - Overflow
  208.    /endpara
  209.    
  210.    /para
  211.       /text \cf8 \b \fs30, Cause
  212.    /endpara
  213.  
  214.    /para 
  215.    This error is created by a value becoming greater than
  216.    expected and exceeding the maximum established for this type
  217.    of field. 
  218.    
  219.    \line
  220.    /endpara
  221.  
  222.    /para
  223.       /text \cf8 \b \fs30, Action
  224.    /endpara
  225.  
  226.    /para 
  227.    Report this problem to the developer by creating
  228.    and printing a problem report.  Try to identify the field value(s)
  229.    that may be exceeding the maximum.
  230.    \line
  231.    \line
  232.    You can try to skip this error.  Either the maximum value or zero
  233.    will probably be substituted for the invalid value.  This may
  234.    cause the program to not function as expected or provide incorrect
  235.    results.
  236.       
  237.    /endpara
  238.  
  239. /endtopic
  240.  
  241.  
  242. /topic Error7
  243.  
  244.    /title Out of Memory Errors
  245.    /keywords Error7,Error342;Error30006;Error31001;Error20478;Error32752
  246.    /keywords Error32757;Error32758;Error32759;Error32760;Error32761
  247.    /keywords Error32765;Error3035;Error3038;Error3178
  248.    
  249.    /para \sa150 \ql \brdrb \brdrth 
  250.       /text \cf4 \b \fs30, Out of Memory Errors
  251.    /endpara
  252.    
  253.    /para
  254.       /text \cf8 \b \fs30, Cause
  255.    /endpara
  256.    /para
  257.    There is not enough memory remaining to perform the requested function.
  258.  
  259.       
  260.    \line
  261.    /endpara
  262.  
  263.    /para
  264.       /text \cf8 \b \fs30, Action
  265.    /endpara
  266.  
  267.    /para 
  268.    Reduce the amount of memory currently in use by ending some other
  269.    applications and then press the Retry button to retry the function.
  270.    \line
  271.    \line
  272.    If ending other applications does not correct the problem press the
  273.    Abort button.  Then restart the system and retry the
  274.    function that originally created the problem.
  275.    \line
  276.    \line
  277.    If all attempts to eliminate the problem are unsuccessful then 
  278.    report the problem to the developer by creating and printing a problem 
  279.    report form and sending it to the developer.
  280.       
  281.       
  282.    /endpara
  283.  
  284. /endtopic
  285.  
  286.  
  287.  
  288. /topic Error11
  289.  
  290.    /title Error 11 - Division By Zero
  291.    /keywords Error11
  292.    
  293.    /para \sa150 \ql \brdrb \brdrth 
  294.       /text \cf4 \b \fs30, Error 11 - Division By Zero
  295.    /endpara
  296.    
  297.    /para
  298.       /text \cf8 \b \fs30, Cause
  299.    /endpara
  300.  
  301.    /para 
  302.    This error is created by a condition that lead to a division by
  303.    zero.  This may be caused by not entering required data in some     
  304.    cases.   
  305.    
  306.    \line
  307.    /endpara
  308.  
  309.    /para
  310.       /text \cf8 \b \fs30, Action
  311.    /endpara
  312.  
  313.    /para 
  314.    This problem should be reported to the developer so they may add
  315.    code to the program to prevent the division by zero error from 
  316.    happening.  You can do this by pressing the Create a Problem
  317.    Error Report button and printing the problem report.
  318.    
  319.    \line
  320.    \line
  321.    
  322.    You may try skipping this error.  Zero or the maximum value allowed
  323.    will probably be substituted for the result.  This may cause
  324.    unexpected results from the program.
  325.      
  326.    /endpara
  327.  
  328. /endtopic
  329.  
  330.  
  331.  
  332. /topic Error48
  333.  
  334.    /title Error 48 - Error in Loading DLL or Custom Control
  335.    /keywords Error48,Error363;Error441;Error648
  336.    
  337.    /para \sa150 \ql \brdrb \brdrth 
  338.       /text \cf4 \b \fs30, Error 48 - Error in Loading DLL or Custom Control
  339.    /endpara
  340.    
  341.    /para
  342.       /text \cf8 \b \fs30, Cause
  343.    /endpara
  344.    
  345.    /para 
  346.    An error has occurred in loading a Dynamic Link Library module 
  347.    or custom control for
  348.    this program.  This may be caused by a failure in the installation 
  349.    process.
  350.    
  351.    /endpara
  352.  
  353.    /para
  354.       /text \cf8 \b \fs30, Action
  355.    /endpara
  356.  
  357.    /para 
  358.    If the installation process was not successful  
  359.    press the Abort button to end this application and then 
  360.    re-install the system.
  361.    \line
  362.    \line
  363.    If this error reoccurs press create a problem report and print it
  364.    for the developer.
  365.       
  366.    /endpara
  367.  
  368. /endtopic
  369.  
  370.  
  371. /topic Error53
  372.  
  373.    /title Error 53 - File Not Found
  374.    /keywords Error53
  375.    
  376.    /para \sa150 \ql \brdrb \brdrth 
  377.       /text \cf4 \b \fs30, Error 53 - File Not Found
  378.    /endpara
  379.    
  380.    /para
  381.       /text \cf8 \b \fs30, Cause
  382.    /endpara
  383.  
  384.    /para 
  385.    The file indicated was not found.  This is probably caused by
  386.    entering an invalid file name.  It may also be caused if some of
  387.    the system files were not installed correctly. 
  388.    
  389.    /endpara
  390.  
  391.    /para
  392.       /text \cf8 \b \fs30, Action
  393.    /endpara
  394.  
  395.    /para 
  396.    If the problem is a result of you specifying an invalid file name
  397.    restart the application and specify a correct name.
  398.    
  399.    \line
  400.    \line
  401.    If the installation process had problems re-install the system.
  402.    
  403.    \line
  404.    \line
  405.    If the problem keep reoccurring then create a probelm report and print
  406.    it for the developer.
  407.       
  408.    /endpara
  409.  
  410. /endtopic
  411.  
  412.  
  413. /topic Error57
  414.  
  415.    /title Error 57 - Device I/O Error
  416.    /keywords Error57;Error3040
  417.    
  418.    /para \sa150 \ql \brdrb \brdrth 
  419.       /text \cf4 \b \fs30, Error 57 - Device I/O Error
  420.    /endpara
  421.    
  422.    /para
  423.       /text \cf8 \b \fs30, Cause
  424.    /endpara
  425.  
  426.    /para 
  427.    This error is created by an Input/Output error on a device, e.g.
  428.    floppy disk drive, etc.
  429.      
  430.    
  431.    
  432.    \line
  433.    /endpara
  434.  
  435.    /para
  436.       /text \cf8 \b \fs30, Action
  437.    /endpara
  438.  
  439.    /para 
  440.    Check the device and the media to insure they are setup properly.
  441.    This may be caused by bad media, e.g. floppy disk, etc.  Try a
  442.    different disk, etc. if possible.
  443.    
  444.    \line
  445.    \line
  446.    After attempting to correct the problem press the Retry button.   
  447.       
  448.    /endpara
  449.  
  450. /endtopic
  451.  
  452.  
  453. /topic Error58
  454.  
  455.    /title Error 58 - File Already Exists
  456.    /keywords Error58
  457.    
  458.    /para \sa150 \ql \brdrb \brdrth 
  459.       /text \cf4 \b \fs30, Error 58 - File Already Exists
  460.    /endpara
  461.    
  462.    /para
  463.       /text \cf8 \b \fs30, Cause
  464.    /endpara
  465.  
  466.    /para 
  467.    This specified file already exists.
  468.      
  469.    
  470.    
  471.    \line
  472.    /endpara
  473.  
  474.    /para
  475.       /text \cf8 \b \fs30, Action
  476.    /endpara
  477.  
  478.    /para 
  479.    Specify a different file name if possible.
  480.    
  481.    \line
  482.    \line
  483.    If you want to use this file name either rename or delete the 
  484.    current file with this name.   
  485.       
  486.    /endpara
  487.  
  488. /endtopic
  489.  
  490.  
  491. /topic Error61
  492.  
  493.    /title Error 61 - Disk Full
  494.    /keywords Error61;Error3026;Error3183
  495.    
  496.    /para \sa150 \ql \brdrb \brdrth 
  497.       /text \cf4 \b \fs30, Error 61 - Disk Full
  498.    /endpara
  499.    
  500.    /para
  501.       /text \cf8 \b \fs30, Cause
  502.    /endpara
  503.  
  504.    /para 
  505.    The disk you were writing to is full. 
  506.    \line
  507.    /endpara
  508.  
  509.    /para
  510.       /text \cf8 \b \fs30, Action
  511.    /endpara
  512.  
  513.    /para 
  514.    If possible delete some of the files on the disk to make additional
  515.    room.  Then press the Retry button to attempt to continue the
  516.    function.
  517.    
  518.    \line
  519.    \line   
  520.    
  521.    If you are writing to a floppy disk you may be able to use a different
  522.    disk and retry the function.   
  523.       
  524.    /endpara
  525.  
  526. /endtopic
  527.  
  528. /topic Error64
  529.  
  530.    /title Error 64 - Bad File Name
  531.    /keywords Error64;Error20477;Error3055
  532.    
  533.    /para \sa150 \ql \brdrb \brdrth 
  534.       /text \cf4 \b \fs30, Error 64 - Bad File Name
  535.    /endpara
  536.    
  537.    /para
  538.       /text \cf8 \b \fs30, Cause
  539.    /endpara
  540.  
  541.    /para 
  542.    The file name specified is an invalid file name.  This may be caused
  543.    by you entering a file name that doesn't follow the DOS file naming
  544.    conventions.  Valid DOS file names are 
  545.    up to eight characters/digits (the first of which must be an
  546.    alphabetic character) followed by a period (.)
  547.    and up to 3 characters/digits (the first of which must be an
  548.    alphabetic character). 
  549.      
  550.    
  551.    
  552.    \line
  553.    /endpara
  554.  
  555.    /para
  556.       /text \cf8 \b \fs30, Action
  557.    /endpara
  558.  
  559.    /para 
  560.    If possible specify a different file name that follows the file naming
  561.    conventions.  It may be necessary to abort this run and perform the
  562.    function again.   
  563.       
  564.    /endpara
  565.  
  566. /endtopic
  567.  
  568.  
  569. /topic Error67
  570.  
  571.    /title Error 67 - Too Many Files
  572.    /keywords Error67;Error3042
  573.    
  574.    /para \sa150 \ql \brdrb \brdrth 
  575.       /text \cf4 \b \fs30, Error 67 - Too Many Files
  576.    /endpara
  577.    
  578.    /para
  579.       /text \cf8 \b \fs30, Cause
  580.    /endpara
  581.  
  582.    /para 
  583.    This error is created by the system opening more files than have
  584.    been allowed for by the operating system.     
  585.    
  586.    
  587.    \line
  588.    /endpara
  589.  
  590.    /para
  591.       /text \cf8 \b \fs30, Action
  592.    /endpara
  593.  
  594.    /para 
  595.    First attempt to close files in other systems or close other
  596.    applications and then press the Retry button.
  597.    
  598.    \line
  599.    \line
  600.    The maximum number of files can be increased by increasing the FILES=
  601.    parameter in your CONFIG.SYS file.  Consult your DOS documentation or
  602.    local support staff for additional information.
  603.       
  604.    /endpara
  605.  
  606. /endtopic
  607.  
  608. /topic Error68
  609.  
  610.    /title Error 68 - Device Unavailable 
  611.    /keywords Error68
  612.    
  613.    /para \sa150 \ql \brdrb \brdrth 
  614.       /text \cf4 \b \fs30, Error 68 - Device Unavailable
  615.    /endpara
  616.    
  617.    /para
  618.       /text \cf8 \b \fs30, Cause
  619.    /endpara
  620.  
  621.    /para 
  622.    The device that the system is attempting to use is not available. 
  623.    This may be caused by specifying an incorrect device address, e.g.  
  624.    floppy disk drive, etc.   
  625.    
  626.    \line
  627.    /endpara
  628.  
  629.    /para
  630.       /text \cf8 \b \fs30, Action
  631.    /endpara
  632.  
  633.    /para 
  634.    Insure all devices that the system would be using are properly 
  635.    connected and turned on.
  636.    
  637.    \line
  638.    \line
  639.    You can press the Retry button to attempt the operation again.   
  640.       
  641.    /endpara
  642.  
  643. /endtopic
  644.  
  645. /topic Error70
  646.  
  647.    /title Error 70 - Permission Denied
  648.    /keywords Error70;Error3107;Error3108;Error3109;Error3110;Error311
  649.    
  650.    /para \sa150 \ql \brdrb \brdrth 
  651.       /text \cf4 \b \fs30, Error 70 - Permission Denied
  652.    /endpara
  653.    
  654.    /para
  655.       /text \cf8 \b \fs30, Cause
  656.    /endpara
  657.  
  658.    /para 
  659.    This error was probably caused because you do not have the permission
  660.    (authority) level required to perform the attempted operation on
  661.    a file the system is using.
  662.       
  663.    \line
  664.    \line
  665.    Persmission (authority) levels are usually administered by your Local
  666.    Area Network (LAN) administrator of security administrator.
  667.    
  668.    /endpara
  669.  
  670.    /para
  671.       /text \cf8 \b \fs30, Action
  672.    /endpara
  673.  
  674.    /para 
  675.    Contact your LAN or security administrator to have them provide the
  676.    necessary level of permission (authority) to the files used by the
  677.    system.
  678.       
  679.    /endpara
  680.  
  681. /endtopic
  682.  
  683. /topic Error71
  684.  
  685.    /title Error 71 - Disk Not Ready
  686.    /keywords Error71
  687.    
  688.    /para \sa150 \ql \brdrb \brdrth 
  689.       /text \cf4 \b \fs30, Error 71 - Disk Not Ready
  690.    /endpara
  691.    
  692.    /para
  693.       /text \cf8 \b \fs30, Cause
  694.    /endpara
  695.  
  696.    /para 
  697.    The disk the system is attempting to use is not ready. 
  698.   
  699.    \line
  700.    /endpara
  701.  
  702.    /para
  703.       /text \cf8 \b \fs30, Action
  704.    /endpara
  705.  
  706.    /para 
  707.    Insure the floppy disk is inserted in the diskette drive correctly
  708.    and fully.
  709.    
  710.    \line
  711.    \line
  712.    Press the Retry button to attempt the operation again.
  713.       
  714.    /endpara
  715.  
  716. /endtopic
  717.  
  718. /topic Error74 
  719.  
  720.    /title Error 74 - Path/File Access Error
  721.    /keywords Error74
  722.    
  723.    /para \sa150 \ql \brdrb \brdrth 
  724.       /text \cf4 \b \fs30, Error 74 - Path/File Access Error
  725.    /endpara
  726.    
  727.    /para
  728.       /text \cf8 \b \fs30, Cause
  729.    /endpara
  730.  
  731.    /para 
  732.    This error is probably caused by specifying an incorrect or non-existant
  733.    path and/or file name.
  734.   
  735.    \line
  736.    /endpara
  737.  
  738.    /para
  739.       /text \cf8 \b \fs30, Action
  740.    /endpara
  741.  
  742.    /para 
  743.    Change the path/file name if possible to a correct file name and/or 
  744.    existing path.
  745.    
  746.    \line
  747.    \line
  748.    It may be necessary to abort the system and then perform the function 
  749.    again with a correct path/file name.   
  750.       
  751.    /endpara
  752.  
  753. /endtopic
  754.  
  755.  
  756. /topic Error76
  757.  
  758.    /title Error 76 - Path Not Found
  759.    /keywords Error74
  760.    
  761.    /para \sa150 \ql \brdrb \brdrth 
  762.       /text \cf4 \b \fs30, Error 76 - Path Not Found
  763.    /endpara
  764.    
  765.    /para
  766.       /text \cf8 \b \fs30, Cause
  767.    /endpara
  768.  
  769.    /para 
  770.    This error is probably caused by specifying an incorrect or non-existant
  771.    path name.
  772.   
  773.    \line
  774.    /endpara
  775.  
  776.    /para
  777.       /text \cf8 \b \fs30, Action
  778.    /endpara
  779.  
  780.    /para 
  781.    Change the path name if possible to a correct and/or 
  782.    existing path.
  783.    
  784.    \line
  785.    \line
  786.    It may be necessary to abort the system and then perform the function 
  787.    again with a correct path/file name.   
  788.       
  789.    /endpara
  790.  
  791. /endtopic
  792.  
  793. /topic ErrorDDE
  794.  
  795.    /title DDE Errors
  796.    /keywords Error280;Error281;Error284;Error285;Error286;Error287
  797.    /keywords Error288;Error289;Error290;Error291;Error292;Error293
  798.    /keywords Error294;Error295;Error296;Error297;Error298
  799.    
  800.    /para \sa150 \ql \brdrb \brdrth 
  801.       /text \cf4 \b \fs30, DDE Errors
  802.    /endpara
  803.    
  804.    /para
  805.       /text \cf8 \b \fs30, Cause
  806.    /endpara
  807.  
  808.    /para 
  809.    This error is created by a failure in the DDE communications 
  810.    with another application.
  811.      
  812.    
  813.    
  814.    \line
  815.    /endpara
  816.  
  817.    /para
  818.       /text \cf8 \b \fs30, Action
  819.    /endpara
  820.  
  821.    /para 
  822.    Attempt to correct the error condition if it's cause is apparent
  823.    from the error message.
  824.    
  825.    \line
  826.    \line   
  827.    Attempt to retry the function a few times.  If this does not resolve
  828.    the problem create a problem report and abort the application.   
  829.       
  830.    /endpara
  831.  
  832. /endtopic
  833.  
  834.  
  835. /topic Error282
  836.  
  837.    /title Error 282 - No Application Responded To a DDE Initiate
  838.    /keywords Error282
  839.    
  840.    /para \sa150 \ql \brdrb \brdrth 
  841.       /text \cf4 \b \fs30, Error 282 - No Application Responded To a DDE Initiate
  842.    /endpara
  843.    
  844.    /para
  845.       /text \cf8 \b \fs30, Cause
  846.    /endpara
  847.  
  848.    /para 
  849.    Another application failed to respond to this application's request
  850.    to start a DDE conversation.  This may be because the required
  851.    application is not present on your system.  Or it may be caused
  852.    by problems in starting the required application.
  853.  
  854.    
  855.    \line
  856.    /endpara
  857.  
  858.    /para
  859.       /text \cf8 \b \fs30, Action
  860.    /endpara
  861.  
  862.    /para 
  863.    Insure the required application is installed on your system.  You may
  864.    try starting the application yourself and then Retry this function.   
  865.       
  866.    /endpara
  867.  
  868. /endtopic
  869.  
  870.  
  871. /topic Error283
  872.  
  873.    /title Error 283 - Multiple Applications Responded to DDE Initiate
  874.    /keywords Error283
  875.    
  876.    /para \sa150 \ql \brdrb \brdrth 
  877.       /text \cf4 \b \fs30, Error 283 - Multiple Applications Responded to DDE Initiate
  878.    /endpara
  879.    
  880.    /para
  881.       /text \cf8 \b \fs30, Cause
  882.    /endpara
  883.  
  884.    /para 
  885.    There are multiple copies of the requested DDE application running at 
  886.    this time.
  887.   
  888.    \line
  889.    /endpara
  890.  
  891.    /para
  892.       /text \cf8 \b \fs30, Action
  893.    /endpara
  894.  
  895.    /para 
  896.    Switch to and end the last occurrence(s) of the requested DDE 
  897.    application.  A single (the first) occurence of the application should
  898.    remain running.  Then press the Retry button to attempt the function
  899.    again.
  900.       
  901.    /endpara
  902.  
  903. /endtopic
  904.  
  905.  
  906. /topic Error320
  907.  
  908.    /title Error 320 - Can't Use Character Device Name
  909.    /keywords Error320
  910.    
  911.    /para \sa150 \ql \brdrb \brdrth 
  912.       /text \cf4 \b \fs30, Error 320 - Can't Use Character Device Name
  913.    /endpara
  914.    
  915.    /para
  916.       /text \cf8 \b \fs30, Cause
  917.    /endpara
  918.  
  919.    /para 
  920.    A character device, e.g. PRN, LPT1, etc. may not be used at this
  921.    point.     
  922.    
  923.    
  924.    \line
  925.    /endpara
  926.  
  927.    /para
  928.       /text \cf8 \b \fs30, Action
  929.    /endpara
  930.  
  931.    /para 
  932.    Specify a valid file name that does not reference a character
  933.    device, e.g. PRN, LPT1, etc.   
  934.       
  935.    /endpara
  936.  
  937. /endtopic
  938.  
  939. /topic OleErrors
  940.  
  941.    /title OLE Errors
  942.    /keywords Error429;Error430;Error431;Error432;Error433;Error434
  943.    /keywords Error435;Error436;Error437;Error438;Error439;Error440
  944.    /keywords Error442;Error443;Error444;Error31003;Error31004
  945.    /keywords Error31006;Error31007;Error31008;Error31009;Error31017
  946.    /keywords Error31018;Error31019;Error31021;Error31022;Error31024
  947.    /keywords Error31026;Error31027;Error31028;Error31029;Error31031
  948.    /keywords Error31032;Error31033;Error31034;Error31035;Error31036
  949.    /keywords Error31037;Error31038;Error31039
  950.   
  951.    /para \sa150 \ql \brdrb \brdrth 
  952.       /text \cf4 \b \fs30, OLE Errors
  953.    /endpara
  954.    
  955.    /para
  956.       /text \cf8 \b \fs30, Cause
  957.    /endpara
  958.  
  959.    /para 
  960.    This class of errors is created by an error condition in an Object
  961.    Linking & Embedding (OLE) Function.  The specific type of error
  962.    is indicated in the message.
  963.    \line
  964.    /endpara
  965.  
  966.    /para
  967.       /text \cf8 \b \fs30, Action
  968.    /endpara
  969.  
  970.    /para 
  971.    Try to correct the problem if it's cause can be determined from
  972.    the error message.
  973.    \line
  974.    \line
  975.    Retry the function multiple times.  If the problem persists create
  976.    and print a problem report for the developer and then abort the
  977.    program.
  978.       
  979.    /endpara
  980.  
  981. /endtopic
  982.  
  983. /topic Error31023
  984.  
  985.    /title Error 31023 - Invalid or Unknown Class
  986.    /keywords Error31023
  987.    
  988.    /para \sa150 \ql \brdrb \brdrth 
  989.       /text \cf4 \b \fs30, Error 31023 - Invalid or Unknown Class
  990.    /endpara
  991.    
  992.    /para
  993.       /text \cf8 \b \fs30, Cause
  994.    /endpara
  995.  
  996.    /para 
  997.    The object class specified in either invalid or unknown.  This may
  998.    be because the referenced application is not installed on your
  999.    system.
  1000.      
  1001.    
  1002.    
  1003.    \line
  1004.    /endpara
  1005.  
  1006.    /para
  1007.       /text \cf8 \b \fs30, Action
  1008.    /endpara
  1009.  
  1010.    /para 
  1011.    Specify a different object class if possible.
  1012.    
  1013.    \line
  1014.    \line
  1015.    Verify that the referenced application is correctly installed on
  1016.    your system.
  1017.       
  1018.    /endpara
  1019.  
  1020. /endtopic
  1021.  
  1022. /topic PrinterError
  1023.  
  1024.    /title Printer Errors
  1025.    /keywords Error482;Error28660;Error28661;Error28662;Error28663
  1026.    /keywords Error28664;Error28665;Error28666;Error28667;Error28668
  1027.    /keywords Error28669;Error28670;Error28671
  1028.    
  1029.    /para \sa150 \ql \brdrb \brdrth 
  1030.       /text \cf4 \b \fs30, Printer Errors 
  1031.    /endpara
  1032.    
  1033.    /para
  1034.       /text \cf8 \b \fs30, Cause
  1035.    /endpara
  1036.  
  1037.    /para 
  1038.    Some type of error has occurred on the printer or a function
  1039.    referencing a printer. 
  1040.   
  1041.    \line
  1042.    /endpara
  1043.  
  1044.    /para
  1045.       /text \cf8 \b \fs30, Action
  1046.    /endpara
  1047.  
  1048.    /para 
  1049.    Attempt to resolve the problem and then press the Retry button to
  1050.    perform the function again.   
  1051.       
  1052.    /endpara
  1053.  
  1054. /endtopic
  1055.  
  1056.  
  1057. /topic HelpError
  1058.  
  1059.    /title Help Errors 
  1060.    /keywords Error32751
  1061.    
  1062.    /para \sa150 \ql \brdrb \brdrth 
  1063.       /text \cf4 \b \fs30, Help Errors 
  1064.    /endpara
  1065.    
  1066.    /para
  1067.       /text \cf8 \b \fs30, Cause
  1068.    /endpara
  1069.  
  1070.    /para 
  1071.    An error occurred in obtaining help.  The specific type of error
  1072.    is indicated in the message provided. 
  1073.       
  1074.    \line
  1075.    /endpara
  1076.  
  1077.    /para
  1078.       /text \cf8 \b \fs30, Action
  1079.    /endpara
  1080.  
  1081.    /para 
  1082.    Attempt to correct the problem if it's cause is apparent from the
  1083.    message provided and then retry the function.
  1084.    
  1085.    \line
  1086.    \line
  1087.    If the problem continues create and print a problem report form for
  1088.    the developer.
  1089.       
  1090.    /endpara
  1091.  
  1092. /endtopic
  1093.  
  1094. /topic ODBCErrors
  1095.  
  1096.    /title ODBC Errors  
  1097.    /keywords Error600;Error601;Error602;Error603;Error604;Error605
  1098.    /keywords Error606;Error607;Error608;Error609;Error610;Error611
  1099.    /keywords Error612;Error613;Error614;Error615;Error616;Error617
  1100.    /keywords Error618;Error619;Error620;Error621;Error622;Error623
  1101.    /keywords Error624;Error625;Error626;Error627;Error628;Error629
  1102.    /keywords Error630;Error631;Error632;Error633;Error634;Error635
  1103.    /keywords Error636;Error637;Error638;Error639;Error640;Error641
  1104.    /keywords Error642;Error643;Error644;Error645;Error646;Error647
  1105.    
  1106.    /para \sa150 \ql \brdrb \brdrth 
  1107.       /text \cf4 \b \fs30, ODBC Errors 
  1108.    /endpara
  1109.    
  1110.    /para
  1111.       /text \cf8 \b \fs30, Cause
  1112.    /endpara
  1113.  
  1114.    /para 
  1115.    An error occurred while performing an Open Data Base Connectivity 
  1116.    (ODBC) related function.  The specific type of error is indicated
  1117.    in the error message.
  1118.      
  1119.    
  1120.    
  1121.    \line
  1122.    /endpara
  1123.  
  1124.    /para
  1125.       /text \cf8 \b \fs30, Action
  1126.    /endpara
  1127.  
  1128.    /para 
  1129.    Attempt to correct the cause of the problem if it is apparent from
  1130.    the message provided.  You may need the assistance of your local
  1131.    application and/or database support group to resolve the problem
  1132.    
  1133.    \line
  1134.    \line
  1135.    You may want to create a problem report to assist the developer and/or
  1136.    your local support staff in resolving the problem.
  1137.    
  1138.       
  1139.    /endpara
  1140.  
  1141. /endtopic
  1142.  
  1143. /topic DataAccessError
  1144.  
  1145.    /title Data Access Errors
  1146.    /keywords Error3001;Error3002;Error3003;Error3004;Error3005;Error3007
  1147.    /keywords Error3010;Error3011;Error3012;Error3013;Error3014;Error3015
  1148.    /keywords Error3016;Error3017;Error3018;Error3019;Error3020;Error3021
  1149.    /keywords Error3023;Error3024;Error3025;Error3027;Error3028;Error3034
  1150.    /keywords Error3036;Error3037;Error3039;Error3041;Error3043;Error3044
  1151.    /keywords Error3045;Error3047;Error3048;Error3051;Error3053;Error3054
  1152.    /keywords Error3056;Error3057;Error3059;Error3060;Error3061;Error3062
  1153.    /keywords Error3063;Error3064;Error3065;Error3066;Error3067;Error3068
  1154.    /keywords Error3069;Error3070;Error3071;Error3073;Error3074;Error3075
  1155.    /keywords Error3076;Error3077;Error3078;Error3079;Error3080;Error3081
  1156.    /keywords Error3082;Error3083;Error3084;Error3085;Error3086;Error3087
  1157.    /keywords Error3088;Error3089;Error3090;Error3091;Error3092;Error3093
  1158.    /keywords Error3094;Error3095;Error3096;Error3097;Error3098;Error3099
  1159.    /keywords Error3100;Error3101;Error3102;Error3103;Error3104;Error3105
  1160.    /keywords Error3106;Error3113;Error3114;Error3115;Error3116;Error3117
  1161.    /keywords Error3118;Error3119;Error3120;Error3121;Error3122;Error3123
  1162.    /keywords Error3124;Error3125;Error3126;Error3127;Error3128;Error3129
  1163.    /keywords Error3130;Error3131;Error3132;Error3133;Error3134;Error3135
  1164.    /keywords Error3136;Error3137;Error3138;Error3139;Error3140;Error3141
  1165.    /keywords Error3142;Error3143;Error3144;Error3145;Error3146;Error3147
  1166.    /keywords Error3148;Error3149;Error3150;Error3151;Error3152;Error3153
  1167.    /keywords Error3154;Error3155;Error3156;Error3157;Error3159;Error3160
  1168.    /keywords Error3161;Error3163;Error3164;Error3165;Error3166;Error3167
  1169.    /keywords Error3168;Error3169;Error3171;Error3172;Error3173;Error3174
  1170.    /keywords Error3175;Error3176;Error3177;Error3179;Error3180;Error3181
  1171.    /keywords Error3182;Error3184;Error3185;Error3190;Error3191;Error3192
  1172.    /keywords Error3196;Error3198;Error3200;Error3201;Error3203;Error3204
  1173.    /keywords Error3205;Error3206;Error3207;Error3208;Error3209;Error3210
  1174.    /keywords Error3213;Error3214;Error3215;Error3216;Error3217;Error3219
  1175.    /keywords Error3220;Error3221;Error3222;Error3223;Error3224;Error3225
  1176.    /keywords Error3226;Error3227;Error3228;Error3229;Error3230;Error3231
  1177.    /keywords Error3232;Error3233;Error3234;Error3235;Error3236;Error3237
  1178.    /keywords Error3238;Error3239;Error3240;Error3241;Error3242;Error3243
  1179.    /keywords Error3244;Error3245;Error3246;Error3247;Error3248;Error3249
  1180.    /keywords Error3250;Error3251;Error3252;Error3254;Error3255;Error3256
  1181.    /keywords Error3257;Error3258;Error3259;Error3263;Error3264;Error3265
  1182.    /keywords Error3266;Error3267;Error3268;Error3269;Error3270;Error3271
  1183.    /keywords Error3272;Error3273;Error3274;Error3275;Error3276;Error3277
  1184.    /keywords Error3278;Error3279;Error3280;Error3281;Error3282;Error3283
  1185.    /keywords Error3284;Error3285;Error3286;Error3287;Erorr3288;Error3289
  1186.    /keywords Error3290;Error3291;Error3292;Error3293;Error3294;Error3295
  1187.    /keywords Error3296;Error3297;Error3298;Error3299
  1188.    
  1189.    /para \sa150 \ql \brdrb \brdrth 
  1190.       /text \cf4 \b \fs30, Data Access Errors 
  1191.    /endpara
  1192.    
  1193.    /para
  1194.       /text \cf8 \b \fs30, Cause
  1195.    /endpara
  1196.  
  1197.    /para 
  1198.    An error has occurred in accessing a database or a database related 
  1199.    function.  The specific error is indicated in the error message.     
  1200.    
  1201.    
  1202.    \line
  1203.    /endpara
  1204.  
  1205.    /para
  1206.       /text \cf8 \b \fs30, Action
  1207.    /endpara
  1208.  
  1209.    /para 
  1210.    Attempt to correct the cause of the problem if it is apparent from
  1211.    the error message.  You can retry the function by pressing the Retry
  1212.    button.
  1213.    
  1214.    \line
  1215.    \line
  1216.    If the problem persists create and print a problem report form.
  1217.    You will problably need the assistance of your local application 
  1218.    and/or database support group and/or the developer to resolve these
  1219.    problems.   
  1220.       
  1221.    /endpara
  1222.  
  1223. /endtopic
  1224.  
  1225. /topic DatabaseLockErrors
  1226.  
  1227.    /title DataBase Lock Errors 
  1228.    /keywords Error3006;Error3008;Error3009;Error3046;Error3158
  1229.    /keywords Error3186;Error3187;Error3188;Error3189;Error3197
  1230.    /keywords Error3202;Error3211;Error3212;Error3218;Error3260
  1231.    
  1232.    /para \sa150 \ql \brdrb \brdrth 
  1233.       /text \cf4 \b \fs30, Database Lock Errors 
  1234.    /endpara
  1235.    
  1236.    /para
  1237.       /text \cf8 \b \fs30, Cause
  1238.    /endpara
  1239.  
  1240.    /para 
  1241.    The function being attempted requires that the database be "locked",
  1242.    e.g. made available for your exclusive use.  Currently another user
  1243.    or function has the database open so it can't be locked for your
  1244.    exclusive use.
  1245.    
  1246.    \line
  1247.    \line
  1248.    This problem may be caused by high activity rates on your network at
  1249.    times.
  1250.       
  1251.    \line
  1252.    /endpara
  1253.  
  1254.    /para
  1255.       /text \cf8 \b \fs30, Action
  1256.    /endpara
  1257.  
  1258.    /para 
  1259.    Attempt to retry the function a few times to see if the problem was
  1260.    a temporary one caused by high activity.
  1261.    
  1262.    \line
  1263.    \line
  1264.    If possible have other users terminate the application(s) that are
  1265.    using the database.  Terminate any applications or functions within
  1266.    this application that are using the database.  Then Retry the function.
  1267.    
  1268.    \line
  1269.    \line
  1270.    Some functions, e.g. database reorganizations, repairs, etc. require
  1271.    that a single user be accessing the database.  If you are attempting
  1272.    this type of function try to schedule these activities at a time
  1273.    when other users are not likely to need the database.
  1274.       
  1275.    /endpara
  1276.  
  1277. /endtopic
  1278.  
  1279. /topic Error3022
  1280.  
  1281.    /title Error 3022 - Can't Have Duplicate Key
  1282.    /keywords Error3022
  1283.    
  1284.    /para \sa150 \ql \brdrb \brdrth 
  1285.       /text \cf4 \b \fs30, Error 3022 - Can't Have Duplicate Key
  1286.    /endpara
  1287.    
  1288.    /para
  1289.       /text \cf8 \b \fs30, Cause
  1290.    /endpara
  1291.  
  1292.    /para 
  1293.    An attempt was made to add a record to a database with a key that 
  1294.    duplicates an existing record.  
  1295.    
  1296.    
  1297.    \line
  1298.    /endpara
  1299.  
  1300.    /para
  1301.       /text \cf8 \b \fs30, Action
  1302.    /endpara
  1303.  
  1304.    /para 
  1305.    Change the key to a different value that does not duplicate an 
  1306.    existing key.
  1307.    
  1308.    \line
  1309.    \line
  1310.    You may want to use the "Edit" function to edit an existing record
  1311.    instead of adding a new one.
  1312.       
  1313.    /endpara
  1314.  
  1315. /endtopic
  1316.  
  1317.  
  1318. /topic PasswordErrors
  1319.  
  1320.    /title Invalid Account Name or Password Errors
  1321.    /keywords Error3029;Error3030;Error3031;Error3032;Error3033
  1322.    
  1323.    /para \sa150 \ql \brdrb \brdrth 
  1324.       /text \cf4 \b \fs30, Invalid Account Name or Password Errors
  1325.    /endpara
  1326.    
  1327.    /para
  1328.       /text \cf8 \b \fs30, Cause
  1329.    /endpara
  1330.  
  1331.    /para 
  1332.    The account name and/or password provided is not valid to obtain
  1333.    access to the database. 
  1334.    
  1335.    \line
  1336.    /endpara
  1337.  
  1338.    /para
  1339.       /text \cf8 \b \fs30, Action
  1340.    /endpara
  1341.  
  1342.    /para 
  1343.    Provide the correct account name (user id) and password that is
  1344.    required to obtain access to the database.   
  1345.       
  1346.    /endpara
  1347.  
  1348. /endtopic
  1349.  
  1350.  
  1351. /topic Error3049
  1352.  
  1353.    /title Error 3049 - Database is Corrupted
  1354.    /keywords Error3049
  1355.    
  1356.    /para \sa150 \ql \brdrb \brdrth 
  1357.       /text \cf4 \b \fs30, Error 3049 - Database Is Corrupted
  1358.    /endpara
  1359.    
  1360.    /para
  1361.       /text \cf8 \b \fs30, Cause
  1362.    /endpara
  1363.  
  1364.    /para 
  1365.    The database indicated has probably become corrupted.  This can happen
  1366.    if a application that is writing to this database aborts in the middle
  1367.    of an operation.
  1368.    
  1369.    \line
  1370.    \line
  1371.    It is also possible that the file you are referencing is not a Visual
  1372.    Basic Database at all. 
  1373.    
  1374.    \line
  1375.    /endpara
  1376.  
  1377.    /para
  1378.       /text \cf8 \b \fs30, Action
  1379.    /endpara
  1380.  
  1381.    /para 
  1382.    If you are referencing an invalid file correct the file name.
  1383.    
  1384.    \line
  1385.    \line
  1386.    Use the "Repair" or "Compress/Reorganize" function within the application
  1387.    to attempt repair of the database that is in error.   
  1388.       
  1389.    /endpara
  1390.  
  1391. /endtopic
  1392.  
  1393.  
  1394. /topic Error3050
  1395.  
  1396.    /title Error 3050 - SHARE.EXE errors
  1397.    /keywords Error3050;Error3052
  1398.    
  1399.    /para \sa150 \ql \brdrb \brdrth 
  1400.       /text \cf4 \b \fs30, Error 3050 - SHARE.EXE errors
  1401.    /endpara
  1402.    
  1403.    /para
  1404.       /text \cf8 \b \fs30, Cause
  1405.    /endpara
  1406.  
  1407.    /para 
  1408.    In order to provide multiuser access to database the program SHARE.EXE 
  1409.    (or an equivalent program) must be loaded in the system.
  1410.    
  1411.    
  1412.    \line
  1413.    /endpara
  1414.  
  1415.    /para
  1416.       /text \cf8 \b \fs30, Action
  1417.    /endpara
  1418.  
  1419.    /para 
  1420.    The program SHARE.EXE should exist in your DOS directory.  
  1421.    SHARE can be started by entering the following command 
  1422.    SHARE /L:500 at the DOS prompt or you can add it to your 
  1423.    AUTOEXEC.BAT file.  Consult your application support staff if
  1424.    you need assistance with this function.
  1425.       
  1426.    /endpara
  1427.  
  1428. /endtopic
  1429.  
  1430. /topic Error3058
  1431.  
  1432.    /title Error 3058 - Can't Have Null Value In Index
  1433.    /keywords Error58
  1434.    
  1435.    /para \sa150 \ql \brdrb \brdrth 
  1436.       /text \cf4 \b \fs30, Error 3058 - Can't Have Null Value In Index
  1437.    /endpara
  1438.    
  1439.    /para
  1440.       /text \cf8 \b \fs30, Cause
  1441.    /endpara
  1442.  
  1443.    /para 
  1444.    An attempt was made to add a record with a Null (empty) value in a
  1445.    key field. 
  1446.    
  1447.    \line
  1448.    /endpara
  1449.  
  1450.    /para
  1451.       /text \cf8 \b \fs30, Action
  1452.    /endpara
  1453.  
  1454.    /para 
  1455.    Enter a value into all key fields in the record.   
  1456.       
  1457.    /endpara
  1458.  
  1459. /endtopic
  1460.  
  1461.  
  1462. /topic DBPermissionErrors
  1463.  
  1464.    /title Database Permission Errors
  1465.    /keywords Error3107;Error3108;Error3109;Error3110;Error3111
  1466.    /keywords Error3112
  1467.    
  1468.    /para \sa150 \ql \brdrb \brdrth 
  1469.       /text \cf4 \b \fs30, Database Permission Errors
  1470.    /endpara
  1471.    
  1472.    /para
  1473.       /text \cf8 \b \fs30, Cause
  1474.    /endpara
  1475.  
  1476.    /para 
  1477.    This error was probably caused because you do not have the permission
  1478.    (authority) level required to perform the attempted operation on
  1479.    the database the system is using.
  1480.       
  1481.    \line
  1482.    \line
  1483.    Persmission (authority) levels are usually administered by your Local
  1484.    Area Network (LAN) administrator or security administrator.
  1485.    
  1486.    /endpara
  1487.  
  1488.    /para
  1489.       /text \cf8 \b \fs30, Action
  1490.    /endpara
  1491.  
  1492.    /para 
  1493.    Contact your LAN or security administrator to have them provide the
  1494.    necessary level of permission (authority) to the databases used by the
  1495.    system.
  1496.       
  1497.    /endpara
  1498.  
  1499. /endtopic
  1500.  
  1501.  
  1502. /topic NullErrors
  1503.  
  1504.    /title Null Errors  
  1505.    /keywords Error3162
  1506.    
  1507.    /para \sa150 \ql \brdrb \brdrth 
  1508.       /text \cf4 \b \fs30, Null Errors
  1509.    /endpara
  1510.    
  1511.    /para
  1512.       /text \cf8 \b \fs30, Cause
  1513.    /endpara
  1514.  
  1515.    /para 
  1516.    A null (empty) value is not valid in this context. 
  1517.    
  1518.    \line
  1519.    /endpara
  1520.  
  1521.    /para
  1522.       /text \cf8 \b \fs30, Action
  1523.    /endpara
  1524.  
  1525.    /para 
  1526.    If you are entering values for fields enter a value.
  1527.    
  1528.    \line
  1529.    \line
  1530.    This error can usually be skipped to allow the program to continue.
  1531.    If the error persists create and print a problem report form for the
  1532.    developer so they can add code to prevent this error from happening.   
  1533.       
  1534.    /endpara
  1535.  
  1536. /endtopic
  1537.  
  1538.  
  1539. /topic Error3170
  1540.  
  1541.    /title Error 3170 - Couldn't Find Installable ISAM
  1542.    /keywords Error3170
  1543.    
  1544.    /para \sa150 \ql \brdrb \brdrth 
  1545.       /text \cf4 \b \fs30, Error 3170 - Couldn't Find Installable ISAM
  1546.    /endpara
  1547.    
  1548.    /para
  1549.       /text \cf8 \b \fs30, Cause
  1550.    /endpara
  1551.  
  1552.    /para 
  1553.    The system could not find the database drivers required to access
  1554.    a database.  Normally these drivers are located in the windows
  1555.    system directory.  The location of these drivers must be defined in the
  1556.    INI file for the application. 
  1557.    
  1558.    \line
  1559.    /endpara
  1560.  
  1561.    /para
  1562.       /text \cf8 \b \fs30, Action
  1563.    /endpara
  1564.  
  1565.    /para 
  1566.    Insure that the application has an INI file in your windows directory.
  1567.    Also insure that it has entries for the installable ISAM drivers
  1568.    you will be using.  Contact the developer and/or your local 
  1569.    application support staff for assistance in setting up a proper INI
  1570.    file for the application.        
  1571.       
  1572.    /endpara
  1573.  
  1574. /endtopic
  1575.  
  1576.  
  1577. /////////// End Of File rberror.qdh //////////////////////
  1578.  
  1579.  
  1580.  
  1581.  
  1582.  
  1583.