Difference between revisions of "GETREMOTEUSER()"

From Lianjapedia
Jump to: navigation, search
m (Text replace - "Recital" to "Lianja")
 
Line 21: Line 21:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Environment Functions]]
 
[[Category:Environment Functions]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]

Latest revision as of 07:27, 10 December 2012

Purpose

Function to return the user name of the client that is connected to the Lianja Server

Syntax

GETREMOTEUSER()

See Also

GETLOCALHOST(), GETREMOTEADDR(), GETREMOTEHOST(), ISSERVER()

Description

The GETREMOTEUSER() function returns the user name used by the current client to connect to the Lianja Server. The user name is returned as a character string.

An empty string will be returned if the function is not being run via the Lianja Server.

Example

mCurrentUser = getremoteuser()