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>dbfcdx/610 argument error</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 DBFCDX/610   Argument error

     Explanation:  The index may be corrupted.

     Action:  Make sure that you did not create the index using a
     variable as in:

     Local cDbfName := "MyDbf"
     USE ( cDbfName ) NEW
     INDEX ON ( cDbfName )->field TAG field TO Myindex.cdx
     USE
     USE ( cDbfName ) NEW

     This will cause the DBFCDX/610 error when the database (.dbf) file is
     reopened using an index created like this.  Also, this is very bad
     coding.

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