ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Windows functions / Miscellaneous WINDEV functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
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.
Example
TelemetryEnable()
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
Component: wd300vm.dll
Minimum version required
  • Version 21
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 11/19/2024

Send a report | Local help