ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

13. Types of standard controls
Extracting the text of the project
The following text can be extracted......
Managing databases in the WINDEV Java applications
This document presents the different access modes to databases from a WINDEV Java application......
Appendix 3: Configuration file
Bloque entièrement ou partiellement un fichier externe....
ODBCDatabaseName (Property)
ODBCDatabaseName is used to: Find out the name of the database used when printing a report based on a "query performed on a connection". Specify the name of the database used when printing a report based on a "query performed on a connection"....
ODBCSQLCode (Property)
ODBCSQLCode is used to: Find out the SQL code of the "query performed on a connection" (data source of report). Modify the SQL code of the "query performed on a connection" (data source of report)....
Native Progress Connector: Programming with SQL functions
The use of SQL functions to handle Progress data does not require importing the file structure into the analysis......
Native Progress Connector for WINDEV and WEBDEV
WINDEV and WEBDEV propose an optional Native Connector to Progress ......
14. PHP generation in practice
SQL functions: Special case
List of SQL functions: Special case...
SQLCol (Function)
Retrieves the content of the specified column from the query result, for the current line.
Setup of the WEBDEV Application Server for Linux
Utilisation dans la classe _edthymlStylePolice - Accès en Lecture + Ecriture - Type : Tous types
SQLLock (Function)
Used to lock: The entire data table, in read and write mode. Its data cannot be accessed by other computers. The records selected by the query. This data cannot be accessed by the other computers. This method can be used to update records for example....
User Groupware and Client/Server data files
An application that uses the user groupware can be used with a HyperFileSQL database in Client/Server mode......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
SQLInfo (Function)
Initializes the different SQL variables with information relative to the last query run.
Deploying a Java archive
Like for any application, WINDEV allows you to create a setup program for a Java application......
Accessing a database via a web service
The database can be accessed via a web service......
H.SQLServerMode (Variable)
Allows you to specify the version of the Native SQL Server Connector that will be used.
SQLAssociate (Function)
Automatically associates each column of the query result with a control or with a variable of the application.
Analysis: Import files into the analysis (external database, HFSQL files, etc.)
WINDEV and WEBDEV allow you to easily handle external databases (Oracle, SQL Server, Access, etc....
HExecuteProcedure (Function)
Runs a stored procedure.
SQLTable (Function)
Transfers the result of a query to a Table control populated programmatically (a List Box or Combo Box control), with the possibility of Partial Fetch (the result is retrieved by blocks of rows).
Managing the Bluetooth keys
Create a new type of application! With no contact between the PC and the mobile device, several processes can be run on the PC by using the data found on the mobile device......
16. Java applications in practice
Java applications in practice...