ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Check: SNMP
The monitoring robot will read the value of the specified OID and compare its value with the reference value......
Installing the robot controller
The monitoring robot includes three executables......
Check: Connectivity to the external databases (by ODBC)
The monitoring robot will attempt to connect to an external database (MySQL, SQL Server, ......
Check: FTP connectivity
The monitoring robot will try to connect to the FTP server with the parameters of the server......
Check: HTTP connectivity
The monitoring robot will read the header and the content of a web page......
Check: Computer connectivity (PING request)
The monitoring robot will perform a ping on the specified IP address......
Check: NNTP connectivity
The monitoring robot will try to connect to the specified NNTP server (news server)......
Check: Connectivity to HFSQL Client/Server
The monitoring robot will try to connect to a HFSQL Client/Server server......
Check: SMTP connectivity
The monitoring robot will try to connect to an SMTP server......
Check: Sending an email
The monitoring robot will......
Check: Disk space by SNMP
The monitoring robot retrieves the available disk space via an SNMP agent......
Check: WEBDEV server
The monitoring robot will check the operating mode of WEBDEV server......
Installing OpenOffice
WINDEV, WEBDEV and WINDEV Mobile propose a spelling checker......
Check: Test of a WLanguage code
The monitoring robot is used to compile and run the WLanguage code entered......
Handling the Chart controls at runtime (AAF)
The Chart controls allow the end user to perform several operations......
Primary (Property)
The Primary property can be used: on the gglPostalAddress type. on the gglEmail type. on the gglInstantMessaging type on the gglOrganization type on the gglPhoneNumber type]....
Using the Google Maps service
The Google Maps service is an Internet mapping software proposed by Google......
Managing Google contacts
The Google Contact service is used to manage contacts on Internet......
Handling a control through programming in a report
All report controls can be handled through programming......
HFSQL Client/Server: Principle for saving the databases
Like for any database, backups of your HFSQL Client/Server databases must be performed on a regular basis......
Using objects
To access a class, the object must be declared as being part of the class to handle, this is called object instantiation......
Access rights to a class property
A property is a code element that includes two processes......
SCM: Migrating projects
When changing the version of the development tool, the projects found in the SCM must be migrated to this new version......
Add (Function)
Adds an element in last position: of a one-dimensional WLanguage array. of an advanced array property (array of events of gglCalendar, etc.). from a WLanguage list....
AddColumn (Function)
Adds a column at the end of a two-dimensional array property (xlsDocument variable for example]).