![]() |
![]() |
![]() |
![]() |
CS
These parameters allow you to set options related to the 4D client/server version. These parameters must be surrounded with <CS> and </CS> keys.
BuildServerApplication
- version 2004
- / Preferences4D / BuildApp / CS / BuildServerApplication
Accepted values
Description
If this key is set to True, a Client/Server application is built.
If the key is not passed or if it is set to False, the Client/Server application is not built.See also: BuildCSUpgradeable
BuildCSUpgradeable
- version 2004
- / Preferences4D / BuildApp / CS / BuildCSUpgradeable
Accepted values
Description
If this key is set to True, a Client update application, ready to download, is built for Mac OS and Windows.
If the key is not passed or if it is set to False, the Client update application is not built.See also: BuildServerApplication
IPAddress
- version 2004
- / Preferences4D / BuildApp / CS / IPAddress
Accepted values
Description
This key contains the IP address of the application server (where applicable). This key is not mandatory since 4D features internal mechanisms for managing the network. However, an IP address is required in certain cases (WAN, specific port numbers, etc.).
When it is specified, the IP address is stored in a file named "EnginedServer.4Dlink," which is placed in the Database folder of the client application.
See also: PortNumber
PortNumber
- version 2004
- / Preferences4D / BuildApp / CS / PortNumber
Accepted values
Description
This key contains the TCP port number of the desired server. By default, the port number is set to 19813 and it is generally not required to specify it. This key is required when the server's port number has been modified.
When it is specified, the TCP port number is added to the IP address stored in a file named "EnginedServer.4Dlink," which is located in the Database folder of the client application.
Warning: This key can be used to modify only the port number on the Client side. On the Server side, it is the port number specified in the 4D database generating the application that is stored. To use a custom port number, you can use the SET DATABASE PARAMETER command before calling the BUILD APPLICATION command. For example, to specify the port 21000:
tempport:=Get database parameter(Client Server Port ID) SET DATABASE PARAMETER(Client Server Port ID;21000) BUILD APPLICATION("") SET DATABASE PARAMETER(Client Server Port ID;tempport)See also: IPAddress
HardLink
- version 2004
- / Preferences4D / BuildApp / CS / HardLink
Accepted values
Signature (31 characters maximum)
Description
This key allows you to modify the signature for client and server applications. The maximum length is 31 characters.
RangeVersMin
- version 2004
- / Preferences4D / BuildApp / CS / RangeVersMin
Accepted values
Description
This key allows you to specify the minimum Client version (for example, 2); earlier versions of the Client application will be prompted to upgrade. This key is used in conjunction with RangeVersMax.
The version number must be specified using the CurrentVers key.See also: RangeVersMax
RangeVersMax
- version 2004
- / Preferences4D / BuildApp / CS / RangeVersMax
Accepted values
Description
This key allows you to specify the maximum Client version (for example, 3); later versions of the Client application will be prompted to upgrade. This key is used in conjunction with RangeVersMin.
The version number must be specified using the CurrentVers key.See also: RangeVersMin
CurrentVers
- version 2004
- / Preferences4D / BuildApp / CS / CurrentVers
Accepted values
Description
This key allows you to specify the current version number of the built application.
If the RangeVersMax and RangeVersMin keys are not used, this number is purely for informational purposes. If these keys are used, the Server application will read this number to determine whether the Client belongs to the defined interval and is thus be able to connect.See also: RangeVersMin, RangeVersMax
![]() 4D S.A. http://www.4D.fr Tel : 33 (1) 40 87 92 00 Fax : 33 (1) 40 87 92 01 e-mail : info@4d.fr |
![]() |
![]() |
![]() |
![]() |