ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

SQLDisconnect (Function)
Closes the current connection and frees the memory used by the connection.
<Connection variable>.OpenConnection (Function)
Opens a connection to a specific database.
SQLConnectWS (Function)
Connects the current application to a database that will be queried by SQL through a web service proxy (SOAP).
HCloseConnection (Function)
Closes a connection to a database.
SQLConnect (Function)
Connects the current application to a database that must be interrogated via SQL.
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
Testing and debugging a remote site
WEBDEV offers several methods to test and debug a site on the development computer (see The different types of WEBDEV sites)......
Warning 36: No BREAK, RETURN or RESULT was detected in the code of the loop
9. Sharing a project in practice
Sharing a project in practice...
Software Factory
The concept of software factory is used to automate the process for creating applications....
9. Generation modes
WINDEV Mobile includes different types of generation......
GglFillCalendar (Function)
Fills a calendar that was retrieved beforehand: the events corresponding to the calendar are retrieved (some criteria may be specified).
WDADMINEXE: User characteristics
From the server, the "Users" tab of WDADMINEXE allows you to get......
HLinkMemo (Example)
Usage example of the HLinkMemo function
HCreateView (Example)
Usage example of the HCreateView function
HStartServer (Function)
Allows you to start an HFSQL server (this function is using the MantaManager service).
Spare server
A "spare" server is a target server in a unidirectional automatic replication......
FaxCompleteStatus Structure
The FaxCompleteStatus structure is automatically filled during the call to FaxStatus......
FramesetDisplay (Function)
Displays a WEBDEV frameset in the user's browser....
HExtractMemo (Example)
Usage example of the HExtractMemo function
LOOP statement
The statement block is repeated endlessly...
Obtaining an SSL certificate for IIS7 (or later)
To get an SSL certificate for IIS 7 (and later), the different steps are as follows:...
GglUploadDocument (Function)
Uploads a document to the Google server.
Managing the users of an application installed in network
The management of users allows you to find out from the server......
HAdd (Example)
Usage example of the HAdd function
BrowserIPAddress (Function)
Returns the IP address of the client computer connected to the WEBDEV site.
SQL functions: Special case
List of SQL functions: Special case...
WBAdminAuth (Type of variable)
The WBAdminAuth type allows you to define all the advanced characteristics of the API used to remotely manage a WEBDEV Application Server.
Compiling a WINDEV Mobile project in Xcode
When the WINDEV Mobile project for iPhone/iPad is generated on the development computer, the generated files must be transferred onto a Mac in order to be compiled......
Communicating with an SSH server
Secure Shell (SSH) is a secure communication protocol. The exchanged data is secured via encryption keys....