Difference between revisions of "ISLIANJA()"

From Lianjapedia
Jump to: navigation, search
 
Line 23: Line 23:
 
[[Category:Functions]]
 
[[Category:Functions]]
 
[[Category:Environment Functions]]
 
[[Category:Environment Functions]]
 +
[[Category:Lianja VFP Extensions]]
 +
[[Category:VFP Function Extensions]]

Latest revision as of 07:28, 10 December 2012

Purpose

Function used to determine whether an application is being run via Lianja

Syntax

ISLIANJA()

See Also

GETENV(), GETLOCALHOST(), GETREMOTEADDR(), GETREMOTEHOST(), GETREMOTEUSER(), ISFIRECAT(), ISSERVER()

Description

The ISLIANJA() function returns .T. (TRUE) if the current application code is being run in Lianja, otherwise .F. (FALSE).

Example

if not islianja()
    activate screen
endif