[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Using (.px) and (.ntx) Files Concurrently
------------------------------------------------------------------------------

     You can use both (.px), as well as (.x), (.y) and (.ntx) files
     concurrently in a CA-Clipper program like this:

     REQUEST DBPX

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

     // (.idx) files using DBPX driver
     USE File2 VIA "DBPX" INDEX File2 NEW

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

     USE File1 VIA "DBFNTX" INDEX File1.ntx, File2.px


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson