[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_TTEND()
 End transaction
------------------------------------------------------------------------------
 Syntax
 
      fn_ttEnd( @nTran ) -> nRes
 
 Arguments

     <nTran>, a numeric, which will be replaced with the
     transaction reference number.  THIS MUST BE PASSED
     BY REFERENCE!

 Returns

    <nTran>, the transaction's "transaction reference number."
    You can use this number with FN_TTSTAT().

    <nRes>, a numeric, as follows:

          0     Success
        253     Transaction tracking is disabled
        254     Transaction ended, records locked
        255     No explicit transaction active

 Description

 Examples


 Source: N:\SRC\TTS\TTS.PRG

 Author: Glenn Scott

See Also: FN_TTBEGIN() FN_TTSTAT()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson