[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_ENALOG()
 Enable file server login
------------------------------------------------------------------------------
 Syntax
 
      fn_enaLog() -> lSuccess
 
 Arguments

     None

 Returns

     <lSuccess>, logical TRUE (.t.) if the call succeeds;
     FALSE (.f.) if the user doesn't have console operator
     privleges.

 Description

     This call enables file server logins previously
     disabled via fn_disLog() or the console command
     DISABLE LOGIN.

 Examples

     qout( "Enabling logins" )
     if !fn_gFSLogS()
        fn_enaLog()
     endif


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

 Author: Glenn Scott

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