ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

The tables in a report
In a report, a table includes a set of controls called "Table cells"......
Implementing log-based replication: Modifying the analysis
Log-based replication can be implemented in the data model editor......
4. HFSQL Classic
<Page>.ToFile (Function)
Automatically initializes: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Native Informix Connector: Programming with HFSQL functions
To use an Informix database with the Native Connector, import the structure of Informix tables into the WINDEV or WEBDEV analysis......
SQL view
An SQL view is a virtual data source defined by an SQL query......
Native Sybase Connector: Programming with HFSQL functions
To use a Sybase database with Native Connector, the structure of Sybase tables must be imported into the WINDEV or WEBDEV analysis......
PageToFile (Function)
Automatically updates: the value of the items in a data file with the value of the controls in the page. The data file items bound to the window controls are automatically updated with the values of these controls. the value of the WLanguage variables with the value of the window controls. The WLanguage variables bound to the page controls are automatically updated with the values of these controls. This operation is performed regardless of the state of the controls (grayed, inactive or invisible)....
Multi-database queries
A query (typed in SQL code) can operate on different databases......
Defining a unique name for the generated file
When generating a file on the Web server (PDF, HTML, ......
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
CalendarPicker (Function)
Opens a modal dialog with a calendar to enter a date.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
<Date type>.ToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
<Date type>.ToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
DateToMonthInAlpha (Function)
Returns the name of the month that corresponds to a specified date.
DateToDayInAlpha (Function)
Returns the name of the day that corresponds to a specified date.
PDFGetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<PDF reader>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
<pdfDocument variable>.GetSignatureDate (Function)
Gets the date of one of the signatures of a PDF document.
HStatDate (Function)
Returns the date of the last update for the index statistics.
BitcoinCoreDateTimeLatestBlock( Function)
Returns the date and time when the last block was created.
4. Simple printing
WINDEV Tutorial: WINDEV application: Managing data Lesson 4 - Simple printing - 20 min