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

  Syntax:  Sx_Freeze([[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 "Full Update" or "Changes Only"
                index or tag to a "No Update" tag or index.  After this
                conversion no automatic updates are made.  All changes to
                the tag or index must be done using Sx_KeyAdd() and
                Sx_KeyDrop().

    NOTE:  This conversion is NOT reversible!

    NOTE:  This function is NOT supported under SIXNTX.


  Example:

    // Assume that CUST.DBF also has a structural index (CUST.CDX)
    // SPECIAL.IDX created on cust->ACCTNO.

    USE cust VIA "SIXCDX"      // Opens CUST.DBF and CUST.CDX

    COPY FILE special.idx    ; // Copy special offer index to OFFER1
           TO offer1.idx

    SET INDEX TO offer1        // Open OFFER1 index

    Sx_Freeze(1)               // Freeze index, so that no more
                                // customers can ever be added or
                                // deleted.



See Also: Sx_Chill() Sx_Thermometer() Sx_Warm()

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