4D v14.3

Using user settings

Página Inicial

 
4D v14.3
Using user settings

Using user settings  


 

 

Starting with 4D v13, you can generate an external file containing custom settings. When this functionality is enabled, the settings contained in the external file (called "User settings") are used instead of settings stored in the database structure file (called "Structure settings").

This means that you can keep custom settings between updates of your 4D applications, or that you can manage different settings for the same 4D application deployed on several different sites. It also makes it possible to use programming to manage setting files using XML.

To be able to externalize user settings, you need to check the Enable User Settings in External File option, found on the Security page of the Database settings.

When you check this option, database settings are separated into two dialog boxes: Structure Settings and User Settings. You can access these dialog boxes using the Design/Database Settings> menu or the Settings button in the toolbar:

When the external mode is enabled, database settings are available in two dialog boxes: "Structure Settings" and "User Settings".
The "Structure Settings" dialog box is identical to the standard Database Settings one and provides access to all its properties. The "User Settings" dialog box contains a selection of relevant properties that can be externalized:

In accordance with the principle of user settings priority, when an option is modified in this dialog box, its value is taken into account instead of the one stored in the structure settings.

The following table lists the pages of settings found in the "User Settings" dialog box and describes their main differences with respect to standard settings:

Page of Database SettingsPage of User Settings
General pageNot available
Interface page Identical to standard settings
Compiler pageNot available
Database/Data storage pageNot available
Database/Memory pageIdentical to standard settings
Moving pageNot available
Backup/Scheduler pageNot available
Backup/Configuration pageNot available
Backup/Backup & Restore pageNot available
Client-server/Network options pageIdentical to standard settings
Client-server/IP configuration pageIdentical to standard settings
Web/Configuration pageIdentical to standard settings
Web/Options (I) pageIdentical to standard settings
Web/Options (II) pageIdentical to standard settings
Web/Log (type) pageIdentical to standard settings
Web/Log (backup) pageIdentical to standard settings
Web/Web Services pageMethod prefixing option not available
SQL pageIdentical to standard settings
PHP pageIdentical to standard settings
Security pageNot available
Compatibility pageNot available

When you check the Enable User Settings in External File option in the Database Settings, the user settings file is automatically created and placed here:

[DatabaseFolder]/Preferences/settings.4DSettings

... where [DatabaseFolder] is the name of the folder containing the database structure file.

The user settings file, in XML format, can be read and modified using integrated 4D XML commands or using an XML editor. This means that you can manage settings by programming, particularly in the context of applications compiled and merged with 4D Volume Desktop. Note that when you modify this file by programming, the changes are only taken into account the next time the database is opened.

 
PROPRIEDADES 

Produto: 4D
Tema: Propriedades do Banco

 
ARTICLE USAGE

Manual de Desenho 4D ( 4D v14 R2)
Manual de Desenho 4D ( 4D v13.4)
Manual de Desenho 4D ( 4D v14 R3)
Manual de Desenho 4D ( 4D v14.3)
Manual de Desenho 4D ( 4D v14 R4)