Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SIx Driver RDD v3.00 - Reference Guide - <b>sx_settag():</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Sx_SetTag():

  Syntax:   Sx_SetTag([cTag | nOrder] [,cIndexName])

            cTag       = Name of the tag to make active
            nOrder     = Position of order in the order list
            cIndexName = Name of the file that contains the tag or order

  Returns:  <logical> .T. if successful, .F. if an error occurred.

  Description:    This function activates the specified tag in one of the
                  currently active or specified indexes.  If cIndexName is
                  specified, then only that file is searched for the
                  specified tag.

        NOTE: This is a compatibility function. It works exactly like
              CA-Clipper's OrdSetFocus() function except that the return
              value is a logical indicating if the order was successfully
              set. Clipper's OrdSetFocus() returns the previous order.  See
              the CA-Clipper source code for this function in OBSOLETE.PRG.

    NOTE:  This function is NOT supported under SIXNTX.


See Also: OrdSetFocus() OrdName() SET TAG / ORDER

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