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_warm():</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Sx_Warm():

  Syntax:   Sx_Warm([[nTagNo | cTagName,] nOrder | cIndexName])

            nTagNo     = Position of tag within compound index file
            cTagName   = Name of the tag
            nOrder     = Position of index in list of indexes
            nIndexName = Name of the index

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

  Description:  This function converts a "Changes Only" index or tag to a
                "Full Update" tag or index.  After this conversion all
                changes made to records with keys currently in the tag or
                index are updated.  New records are automatically added
                to the tag or index.

    NOTE:  This function is NOT supported under SIXNTX.

  Example:

      // Assume that CUSTOMER.DBF also has a structural index
      // (CUSTOMER.CDX).   SPECIAL.IDX created on AcctNo.

      USE Customer via "SIXCDX"  // Opens CUSTOMER.DBF and CUSTOMER.CDX

      SET INDEX TO Special       // Open SPECIAL.IDX,  Note CUSTOMER.CDX
                                 // is moved to index order position 2

      Sx_Warm(1)                 // Make special offer available again
                                 // to new customers.  See Sx_Chill()
                                 // example

      AddCustomer()              // Add customer.  Customer's account
                                 // number will be stored in
                                 // SPECIAL.IDX as long as it remains
                                 // warm.


See Also: Sx_Chill() Sx_Freeze() Sx_Thermometer()

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