Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper Tools . Book 4-Appendices - <b>nnetttssta()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETTTSSTA()
 Determines the transaction status after completion
------------------------------------------------------------------------------
 Syntax

     NNETTTSSTA(<nTransNumber>,[<cServer>|<nConId>])
         --> lWritten

     Netware: 2.2 and 3.11

 Arguments

     <nTransNumber>  Designates a transaction number, which has been
     returned by NNETTTSEND() at the end of a transaction.

     <cServer> Designates the name of the file server that is used.  Your
     workstation must be attached to <cServer>.

     <nConId> Designates the connection ID of your workstation on
     <cServer>.

 Returns

     NNETTTSSTA() returns .T. if a terminated transaction has been written
     completely.  If the terminated transaction has not been written
     completely, the function returns .F..

 Description

     NOVELL NET TRANSACTION TRACKING SYSTEM STATUS
     A few seconds after a transaction has been terminated by NNETTTSEND(),
     Netware starts writing the transaction.  NNETTTSSTA() allows you to
     determine if a transaction that has been completed successfully is
     already written.  The first parameter that is passed contains the
     transaction number that has been returned by NNETTTSEND().

 Note

     .  When you use the Transaction Tracking System (TTS), always
        take into account that other stations might not be able to read files
        attached by the transaction (see the Introduction to this chapter).

 Example

     Terminate the transaction, and wait until the transaction has been
     written completely:

     nTrans=NNETTTSEND()

     WHILE !NNETTTSSTA(nTrans)
     ENDDO

See Also: NNETTTSEND()

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