[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_GFSLOGS()
 Get File Server Login Status
------------------------------------------------------------------------------
 Syntax
 
      fn_gFSLogS() -> lEnabled
 
 Arguments

     None

 Returns

     <lEnabled>, logical TRUE (.t.) if logins are enabled;
     FALSE (.f.) if they aren't.

 Description

      This call returns the login status of the current server.

 Examples

      qout( "Logins are" + iif( fn_gFSLogS(), "", " not " ) + " enabled." )


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

 Author: Glenn Scott

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