|
|
|
|
|
TelemetryEnable (Function) In french: TélémétrieActive Enables the telemetry manually. This function must be used if the manual activation of the telemetry was specified in the telemetry options. Note Telemetry features are configured in the configuration description. A description of the configuration is available: - From the project description window: in the "Project" tab, select the "Description of current configuration" option.
- From the "Project Explorer" pane: display the "Configurations" option context menu and select "Description".
For more details, see Telemetry: Configuration of WINDEV and WINDEV Mobile applications. Syntax
Manual activation of telemetry
TelemetryEnable()
Manual activation of telemetry by modifying the server name Hide the details
TelemetryEnable(<Server>)
<Server>: Character string Telemetry server to use. This parameter can correspond to: - the name of the telemetry server,
- the IP address of the telemetry server ("192.54.12.8" for example).
Remarks Caution: Telemetry is never activated in test mode, to avoid filling the database with partial data. Telemetry is enabled and can only be activated in the generated application. Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|