[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_CLRCONN()
 [286] Clear logical connection on default file server
------------------------------------------------------------------------------
 Syntax
 
       fn_ClrConn( [nConn] ) -> lSuccess
 
 Arguments

      <nConn> the logical connection number of the station to be cleared.
      If omitted defaults to the current station.

 Returns

      A logical value .T. for success and .F. for failure.

 Description

      This function implements the File Server API call Clear Connection.

      THIS CALL WORKS ON NETWARE 286 ONLY.

 Examples

      ? fn_Logged(5)      ==> .T.
      ? fn_ClrConn(5)     ==> .T.
      ? fn_Logged(5)      ==> .F.


 Source: N:\SRC\FSERV\CLRCONN.PRG

 Author: Rodgers Moore

This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson