This is the legacy 4D documentation web site. Documentations are progressively being moved to developer.4d.com |
|||||||||||||||||||||||||||||||||||||||||||||||
|
4D v20 R7
OPEN ADMINISTRATION WINDOW
|
OPEN ADMINISTRATION WINDOW | ||||||||
Does not require any parameters | ||||||||
The OPEN ADMINISTRATION WINDOW command displays the server administration window on the machine that executes it. The 4D Server administration window can be used to view the current parameters and to carry out various maintenance operations (see the 4D Server Reference Guide). Beginning with version 11 of 4D Server, this window can be displayed from a client machine:
This command must be called in the context of a connected 4D application or a 4D Server. It does nothing if:
Here is the code for an administration button:
If(Application type=4D local mode)
OPEN SECURITY CENTER
` ...
End if
If(Application type=4D remote mode)
OPEN ADMINISTRATION WINDOW
` ...
End if
If(Application type=4D Server)
` ...
OPEN SECURITY CENTER
End if
If the command has been executed correctly, the OK system variable is set to 1. Otherwise, it is set to 0.
Product: 4D
Theme: 4D Environment
Number:
1047
Created: 4D v11 SQL Release 2
Useful
4D Language Reference ( 4D v20 R7)