[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 FN_ACCINST()
 Is Accounting installed?
------------------------------------------------------------------------------
 Syntax
 
       fn_accInst( [<connId>] ) -> lInst
 
 Arguments

      <nConnID> (optional) - the connection ID of the file server
      for which you are testing whether or not accounting is
      installed.  Defaults to your current preferred connection ID.

      For more information on connection id's, see the fn_connid()
      function.

 Returns

      .t. if accounting is installed; .f. if it isn't.

 Description

      This call determines whether or not accounting is installed
      on a particular file server.

 Examples

      qout( "Accounting is" + iif( fn_accInst(), "", " not" ) + ;
            " installed." )


 Source: N:\SRC\ACCTNG\ACINST.PRG

 Author: Glenn Scott

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