Group Connection Services
NnetAdr()
Determines the internet address of a user.
NnetAdr( [<cUserName>], ; // Default: Current user [<nConnectionNumber>], ; // Default: 1 [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> cInternetAddress
NnetAttach()
Creates a logical connection between work station and file server.
NnetAttach( <cFileServer> ) --> nConnectionID
NnetCCnSrv()
Counts the number of connected file servers.
NnetCCnSrv( [<lLoggedIn>] ; // Default: .F. ) --> nServerCount
NnetClrCon()
Releases an existing connection number.
NnetClrCon( <nConnectionNumber>, [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> lSuccess
NnetCVsSrv()
Determines the number of visible file servers in a network.
NnetCVsSrv( [<cSearchServerName>] ; // Default: "*" ) --> nServerCount
NnetDisLog()
Disables a file server for log in.
NnetDisLog( [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> lIsDisabled
NnetEnLog()
Enables the file server for log in after calling NnetDisLog().
NnetEnLog( [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> lIsEnabled
NnetFSLst()
Retrieves names of visible file servers.
NnetFSLst( [<cSearchServerName>] ; // Default: "*" ) --> aServerList
NnetInUse()
Determines the number of connected workstations.
NnetInUse() --> nWorkStations
NnetLogged()
Checks whether a workstation is connected to the file server with LOGIN.
NnetLogged() --> lLoggedIn
NnetLogin()
Logs a user in to a file server.
NnetLogin( <cUserName>, <cPassword>, [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> nConnectID
NnetLogout()
Logs a user out of a file server.
NnetLogout( <cFileServer|nConnectID|lAll>, ; // Type: CNL [<lKeepLogicalConnection>] ; // Default: .F. ) --> lIsLoggedOut
NnetName()
Determines a user name from an internet address.
NnetName( <cInternetAddress>, [<cFileServer|nConnectID>] ; // Default: NnetSname() ) --> cUserName
NnetSetSrv()
Defines a server as the default one.
NnetSetSrv( <cFileServerName> ) --> lLoggedIn
NnetSlist()
Determines all connected (attached) file servers.
NnetSlist() --> cFileServerList
NnetSname()
Returns the name of the preferred file server.
NnetSname() --> cDefaultFileServerName
NnetStaId()
Determines the ID of a workstation (ID of the network board)
NnetStaId() --> cStationID
NnetStaNum()
Determines the workstation number on the preferred file server.
NnetStaNum() --> nStationNumber
NnetWhoAmI()
Determines the LOGIN name of a workstation.
NnetWhoAmI() --> cWorkstationName