ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2026

Native Access to SAP
SAP is a widely used ERP......
End of break block
The End of break block is optional......
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......
Managing the runtime errors
Some errors may occur in your application......
Quick search in the current code
When coding, developers often need to do a quick search in the current code...
The Signature control
The Signature control is a report control used to sign......
<Connection variable>.TransactionCancel (Function)
If a transaction is in progress, rolls back all operations performed on tables in transactions since the start of the transaction.
<Connection variable>.Transaction (Function)
Starts a transaction on the tables (HFSQL or accessed via Native Access) and creates the transaction table.
<Connection variable>.TransactionEnd (Function)
Validates the current transaction: the modifications performed on the table since the start of transaction (HTransactionStart) are validated. the transaction file is deleted (if the transaction is the last transaction in progress for a network application) the records locked in read-only by the transaction are unlocked....
Binding a Check Box control to an item
Binding a Combo Box control to an item
HTransactionStart (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.
Query creation mode: independent or embedded query
The query editor proposes two methods for creating a query......
The Navigation Bar control
The Navigation Bar control is used to create a menu area that can easily adapt to the browser size......
".STY" file: "Style sheet" file
A style sheet is a "......
Binding a List Box control to an item
A List Box control can be bound to an item in a data file, query, etc....
User Groupware: Configuring the site
Once the User Groupware is configured, the configuration of users and accesses is performed at runtime, by connecting with a "supervisor" account......
HTransaction (Function)
Starts a transaction on the tables (HFSQL or accessed via a Native Connector) and creates the transaction table.