UNREGISTER CLIENT

4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next

version 6.5


UNREGISTER CLIENT

ParameterTypeDescription
This command does not require any parameters

Description

The UNREGISTER CLIENT command "unregisters" a 4D client station. The client must have already been registered by the REGISTER CLIENT command.

Note: A 4D client is automatically unregistered when the user quits the application.

If the client workstation was not previously registered or if the command was executed on 4D in local mode, the command has no effect.

If the client is correctly unregistered, the OK system variable is equal to 1. If the client wasn't registered, OK is equal to 0.

Example

Refer to the example for the REGISTER CLIENT command.

See Also

EXECUTE ON CLIENT, GET REGISTERED CLIENTS, REGISTER CLIENT.

System Variables and Sets

If the client is correctly unregistered, the OK system variable is set to 1. If the client was not registered, OK is set to 0.


4D - Documentation   Français   English   German   Spanish   4D v11 SQL, Command Theme List   4D v11 SQL, Command Alphabetical List   4D v11 SQL, Constant Theme List   Back   Previous   Next