Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Advantage CA-Clipper Guide v6.11 - set tagorder http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 SET TAGORDER
 Set specified order to become the controlling order
------------------------------------------------------------------------------

 Syntax

     SET TAGORDER TO <nOrder>

     <nOrder> specifies a numeric value representing the index order to
     become the controlling order.

 Description

     This command activates the specified index (represented by the order
     number) to be the controlling index.  If <nOrder> is not specified or
     found, the index order is set to zero (record number order).

     Note: SET TAGORDER behaves exactly like the SET ORDER command.

 Example

     #include "DBFCDXAX.CH"

     // Old way
     USE user VIA "DBFNTX"               // Open USER.DBF File

     SET INDEX TO this, that, one_more   // Open Indexes
     SET ORDER TO 2                      // Select THAT.NTX

     // New Way (assume MAILER.CDX file contains the same tag
     // names as above)
     USE mailer VIA "DBFCDXAX"           // Open MAILER.DBF & MAILER.CDX

     SET TAGORDER TO 2                   // Select THAT tag


See Also: SET TAG SET ORDER TO TAG AX_SetTagOrder() AX_SetTagNo()

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