Function related to AppServer
f-lanapp
This function helps in connecting to the LAN AppSever. This should only be called in Client code. If the AppServer is not connected already then this function will initiate a connect to the AppServer. The correct AppServer is determined based on the physical name of the connected database.
ReturnType: Handle
AppliesTo: Appserver
Used as:
This function is used as f-lanapp().
Input Parameters None.
f-wanapp
This function returns the value handle to the AppServer in the WAN. This function is used to connect to the WAN
ReturnType: Handle
AppliesTo: Appserver
Used as:
This function is used as f-wanapp().
f-clear-lanapp
This function is used to disconnect from the LAN AppServer if is connected and always returns true.
ReturnType: Logical
AppliesTo: Appserver
Used as:
This function is used as f-clear-lanapp().
f-clear-wanapp
The function is used to disconnect from the WAN AppServer if connected and it always returns true.
ReturnType: logical
AppliesTo: Appserver
Used as:
This function is used as f-clear-wanapp().