version 2003
CT SET AREA PROPERTY (area; property; value)
| Parameter | Type | Description | |
| area | Longint | 4D Chart area | |
| property | Integer | Property number | |
| value | Integer | Property value |
Description
The CT SET AREA PROPERTY command is used to modify the value of a property in the 4D Chart area for the current session.
If you pass -1 in area, the CT SET AREA PROPERTY command will apply to all of the 4D Chart areas loaded subsequently during the session. In this case, it is advisable to use this command in the On Startup Database Method.
The following properties can be modified:
| property | value | Meaning |
| 0 = Saving of templates in Client/Server mode | 0 | On client |
| 1 | On serveur | |
| 1= Loading of templates in Client/Server mode | 0 | On client |
| 1 | On serveur |
By default, the templates are saved and read on the server machine.
See Also