ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Looper control linked to a data file
A Looper control can be used to display the content of a data file or query...
Linking a Table control to a data file or query
A Table control can be used to display the content of a data file or query...
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).
Displaying a report in HTML format in the browser of the Web user
To display a report in HTML format in the browser of the Web user, you must......
<Source>.First (Function)
Sets the position on the first record of a data file according to the specified browse item.
Displaying a report in PDF format in the browser of the Web user
To display a report in PDF format in the browser of the Web user, you must......
HFirst (Function)
Sets the position on the first record of a data file according to the specified browse item.
13. Security benefit: managing the "Back" button
Filter (Property)
The Filter property is used to identify and change the filter applied to records in: Table controls based on a data file, browsing TreeView Table controls, browsing List Box controls, Combo Box controls based on a data file, browsing Looper controls....
Browsing the HFSQL data files
The "Key" items are used to organize the records in a data file in order to optimize the browse or the search......
How to create an SQL query to filter records?
This help page explains how to create an SQL query to filter records....
Local storage management functions
The following functions are used to manage the local storage of data in browser code....
Custom synchronization for Table controls based on a data file
In some cases, you may want to use a custom synchronization for Table controls based on a data file......
ListSeek (Function)
Searches for an element in a List Box, ListView or Combo Box control (including the values described by gStoredValue).
ERR_BAD_FILE
<Source>.DeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
HDeactivateAutoFilter (Function)
Disables an automatic filter on the linked files when browsing an XML file.
<Source>.ActivateAutoFilter (Function)
Enables an automatic filter on the linked files when browsing an XML file.
The "Browser" pane
When a WINDEV, WEBDEV or WINDEV Mobile element (analysis, query, ......
AutoBrowse (Property)
The AutoBrowse property is used determine if the browse operation performed in a List Box, Looper, Table or Combo Box control based on a data file is automatic or programmed.
Accessing a database in local mode (SQLite)
WEBDEV allows a site to create and access a database created by the browser on the computer of the Web user in browser code....
ERR_CANNOT_RUN_EXPLORER
The Multimedia control (WEBDEV)
...The Multimedia control is used to easily display a video in the browser....
HReadSeekFirst (Example)
Usage example of the HReadSeekFirst function
BuildBrowsingTable (Function)
Creates a Table control from the items of a data file (view or query).
Check the "Responsive Web Design" pages
The pages in Responsive Web Design mode can be checked like any other WEBDEV page in the browser of your choice......
Managing the browser "Back" button
The browser "Back" button allows the Web users to display the pages that were already visited......
1
2
3
4
5
6
209
>