ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

OLE DB: Required configuration
To handle a database via OLE DB, the following elements must be installed on the development computer and on the deployment computer......
eDefaultViewCurrency (Function)
Identifies or modifies the display currency used by default.
eDefaultMemCurrency (Function)
Identifies or modifies the stored currency used by default.
fDecrypt (Function)
Decrypts a file that was encrypted by fCrypt.
HExecuteView (Function)
Runs a view that was created beforehand (can be used to refresh the view data for example). This function uses the former view mechanism.
HListFile (Function)
Returns the list of files: found in the current analysis or in a specific analysis recognized by the HFSQL engine. The files defined by HDeclare, HDeclareExternal and HDescribeFile are taken into account. available on a connection via a native access or via an OLE DB driver. for a group of files defined in the data model editor....
Error 1006: The member is not global: use: to access it
fDeleteFileWebFolder (Function)
Deletes an image file from the "_WEB" directory of the application (or from one of its sub-directories).
How to include the SESAM VITALE services?
From version 18 of WINDEV, the import of webservices includes the necessary tools to allow the consumption of secure Webservices used to manage the Sesam Vitale cards......
NoteSaveAll (Function)
Saves the repositionable notes of the current window in a file.
TotalsEnabled (Property)
The TotalsEnabled property enables you to: Identify the calculation method used for columns in a Table or TreeView Table control (automatic or custom), Temporarily forbid or force column calculations (automatic or custom) in a Table or TreeView Table control....
CookieRead (Function)
Retrieves the value of a cookie saved on the computer of Web user.
Native Sybase Connector: Output value of a stored procedure run on the server
The Native Sybase Connector (also called Native Sybase Access) is used to: specify the input values during the call to a stored procedure. retrieve the output values after a call to a stored procedure....
HViewToFile (Function)
Saves the modifications performed in an HFSQL view (by HModify, HDelete or HCross) in the corresponding data file. This function uses the former view mechanism.
DriveUploadDirectory (Function)
Envoie un répertoire (présent sur la machine de l'utilisateur) vers un disque distant....
2. User-friendly editors in practice
User-friendly editors in practice...
External language: Programming in Java
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in COBOL
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in C#
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
External language: Programming in Fortran
We are going to call the elements developed in WINDEV (project, windows, analysis, ......
User Groupware and LDAP
The LDAP protocol is increasingly used by the companies......
Google Maps management functions
List of functions for managing Google maps...
EndService (Function)
Ends the execution of the current service.
fCopyFileWebFolder (Function)
Copies an image file from the data directory of application (or from one of its sub-directories) to the "_WEB" directory of application (or to one of its sub-directories).
HTTPRequest (Example)
Usage example of the HTTPRequest function