ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

WDMSG
You can create multilingual projects in WINDEV, WEBDEV or WINDEV Mobile......
CtDescribedAccess (Property)
The CtDescribedAccess property is used to set the type of access to the data file when connecting to a specific table via OLE DB.
CtDatabase (Property)
The CtDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
CtDescribedDatabase (Property)
The CtDescribedDatabase property is used to set the OLE DB data source when connecting to a specific table via OLE DB.
Crosstab report
The report editor allows you to create "Crosstab" reports......
WinLineDetails (Property)
The WinLineDetails property allows you to get and change the name of the internal window used to display the details of a row in a Table control.
Difference of behavior in Windows Vista (and later)
The test of your project was run using one of the Vista/7 test options......
Assigning dependencies to requirements
The following steps must be performed to implement the requirements......
Partial indexing of memos
You now have the ability to index the content of a text memo item......
FileToMemoryTable (Function)
Populates a Table control programmatically with the records from a data file, HFSQL view or query (query created in the query editor or with HExecuteSQLQuery).
Border (Property)
The Border property is used to get and change the characteristics of the borders: for a report control or block. for a window control. for a cell of a Table control....
Testing a dynamic page (session or AWP mode)
The test of a single page runs the current page in WEBDEV......
HManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
<Connection variable>.ManageTask (Function)
Enables or disables a scheduled task on an HFSQL Client/Server server....
Native PostgreSQL Connector: Programming with HFSQL functions
To use a PostgreSQL database with Native Connector (also called Native Access), the structure of PostgreSQL tables must be imported into the WINDEV or WEBDEV analysis......
Automatic features of Pivot Table controls
The Pivot Table control offers several Automatic Application Features (AAF) allowing the user to take advantage of all its capabilities......
TestOnError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
TestError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
HFTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
<Source>.FTListWord (Function)
Lists the words of the current record that will be taken into account by the full-text indexing.
dbgError (Function)
Provokes: an assertion during the test of element or project (Go mode). an error in automated test mode....
SQL statements
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows......
MySource (Reserved word)
MySource is used to handle the current data source (file, view or query) associated with a report or with a table based on a data file...
Reinitializing the parameters automatically saved
WINDEV allows you to automatically save the different application parameters......
Multi-control search: search in a window
You want to find a word in the controls of your window? Nothing is easier, press CTRL + F and type the word to find......