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>nnetistts()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 NNETISTTS()
 Checks for the availability of the Transaction Tracking System (TTS)
------------------------------------------------------------------------------
 Syntax

     NNETISTTS([<lMode>],[<cServer>|<nConId>]) --> lAvailable

     Netware: 2.2 and 3.11

 Arguments

     <lMode>  Designates the test mode of NNETISTTS().  If .F. is passed,
     NNETISTTS() checks for the general availability of the TTS.   The
     default value is .F..  If .T. is passed, NNETISTTS() checks to see if an
     available TTS is activated or not.

     <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

     NNETISTTS() returns .T. if the TTS is available (<lMode>=.F.) or
     activated (<lMode>=.T.).

 Description

     NOVELL NET IS TRANSACTION TRACKING SYSTEM
     NNETISTTS() allows applications using the TTS to check to see if the TTS
     is available or currently activated.

 Examples

     .  Check for the availability of the TTS on the default server:

        IF NNETISTTS()
           ? 'TTS available!'
        ELSE
           ? 'TTS not available!'
        ENDIF

     .  Check to see if the TTS is currently activated:

        IF NNETISTTS(.T.)
           ? 'TTS activated!'
        ELSE
           ? 'TTS not activated!'
        ENDIF

See Also: NNETDISTTS() NNETTTSBEG()

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