Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.3 . Error Messages - <b>dbfntx/1003 open error (index)</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBFNTX/1003  Open error (index)

     Explanation:  The specified index (.ntx) file could not be opened.

     Action:  Some suggestions to resolve the problem are:

     1. Check to make sure that the specified file exists.  If the file is
        not in the directory where the application runs, use SET DEFAULT or
        SET PATH to make the file accessible, or specify the full path name
        where the file can be found.

     2. If the file is available only for read access, use the READONLY
        clause on the USE or SET INDEX command.

     3. In a network environment, make sure the application has the necessary
        rights to access the file.

        CA-Clipper's default error handler (Errorsys.prg) will set NETERR()
        to true (.T.) and will ask DBFNTX to default if the error was due to
        a sharing violation on the network.

     See Also:  USE command, SET INDEX command, "Network Programming"
     chapter in the Programming and Utilities Guide

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson