ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The "Internal report" control
The "Internal report" controls are used to print several reports (secondary reports) in a single report (main report) without programming......
HExecuteProcedure (Function)
Runs a stored procedure.
HConnect (Example)
Usage example of the HConnect function
J2EERun (Function)
Runs a procedure on a server of J2EE XML Web services.
DotNetRun (Function)
Runs a procedure on a .Net server.
CallInterface (Function)
Runs a method of an interface of an object implemented in a DLL external to the WINDEV framework.
Handling an Internal Page control through programming
The Internal Page control is used to display an existing internal page......
Telemetry: Configuring the WINDEV and WINDEV Mobile applications
To use the telemetry in a WINDEV or WINDEV Mobile application, you must......
NetMsgError (Function)
Returns the error message corresponding to the error number returned by NetOpenRemoteAccess and NetCloseRemoteAccess.
JavaExecuteFunction (Function)
Starts a specific static function of a given Java class.
Environment of the query editor
AAFExportParameter (Function)
Saves all customizations made via AAFs (Automatic Application Features) in a file.
PHPExecute (Function)
Calls an external .php script and returns the result in a string.
UploadStart (Function)
Starts sending the selected files into an Upload control.
NetStartServer (Function)
Starts an FTP (File Transfer Protocol) or RPC (Remote Procedure Call) server powered by WINDEV. This function is kept for backward compatibility....
iParameter (Function)
Retrieves the printer configuration and configures the print.
AAFImportParameter (Function)
Loads all customizations made via AAFs (Automatic Applications Features) that have previously been saved to a file.
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
TwainToControl (Function)
Allows you to : view the document coming from the Twain device in an Image control. view the document coming from the Twain device in the user interface of device....
API (Function)
Runs a function found in an external DLL.
iPrintReport (External language)
Prints a report created with the report editor.
Client application: Running procedures on a server of.Net services
Several DotNet functions are available in WINDEV......
Running the test of a report
The test of a single report allows you to run the current report in WINDEV, WEBDEV or WINDEV Mobile......
HExecuteSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the HFSQL engine.
HPrepareSQLQuery (Function)
Initializes a query written in SQL language and declares this query to the database server in order to optimize the next executions of this query.