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.2 . Drivers Guide - <b>using (.ntx) and (.ndx) files concurrently</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Using (.ntx) and (.ndx) Files Concurrently
------------------------------------------------------------------------------

     You can use (.ndx) and (.ntx) files concurrently in a CA-Clipper program
     like this:

     REQUEST DBFNDX

     // (.ntx) file using default DBFNTX driver
     USE File1 INDEX File1 NEW

     // (.ndx) files using DBFNDX driver
     USE File2 VIA "DBFNDX" INDEX File2 NEW

     Note, however, that you cannot use (.ndx) and (.ntx) files in the same
     work area.  For example, the following does not work:

     USE File1 VIA "DBFNDX" INDEX File1.ntx, File2.ndx


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