version 6.5
UNREGISTER CLIENT
Parameter | Type | Description | ||||
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 a single-user 4th Dimension, 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.