ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Version: 2025

Date and Time functions
List of functions for managing dates and times
<ftpConnection variable>.Date (Function)
Returns the different dates of a file (date the file was created, modified or accessed) located on an FTP server (File Transfer Protocol).
This new function is available from WINDEV Suite SaaS 2025 - Update 2.
The Date input field: Input or display masks
WINDEV, WINDEV Mobile and WEBDEV propose two types of masks...
<Source>.StatDate (Function)
Returns the date of the last update for the index statistics.
SchedulerDateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
The formatted display control
This control can be used to display dates, times and monetary values for example, respecting the corresponding display format...
<Organizer>.DateVisible (Function)
Makes a day visible or invisible in an Organizer control.
DateToDayOfYear (Function)
Returns the day of the year corresponding to a given date.
WeekToDate (Function)
Returns the date of the Monday for the specified week and year.
FirstDayOfYear (Function)
Returns the date of the first day of the year.
LastDayOfMonth (Function)
Returns the date of the last day for the specified month.
OrganizerDateVisible (Function)
Makes a day visible or invisible in an Organizer control.
<Source>.RecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
DateToDayOfWeek (Function)
Returns the day of the week that corresponds to a given date.
MonthNumberInAlpha (Function)
Returns the name of the month according to its number.
Functions for managing Dates and Times (prefix syntax)
List of functions for managing dates and times
<Scheduler>.DateVisible (Function)
Makes a day visible or invisible in a Scheduler control.
HRecordDate (Function)
Returns the date and time of last write operation performed on a record in an HFSQL data file (Classic or Client/Server).
HStatDate (Function)
Returns the date of the last update for the index statistics.
DatePicker (Function)
Opens the system date picker.
Analysis editor: the different types of sections
The different types of items proposed in the data model editor are as follows:
DayNumberInAlpha (Function)
Returns the name of the day of the week according to its number.
DateToDay (Function)
Returns the day corresponding to a given date.
Edit control
The Edit control allows users to enter data...
DayOfYearToDate (Function)
Takes the number of a day in the year and returns the corresponding date in "YYYYMMDD" format.
Programming Table controls based on a data file
This page explains how to program Table controls based on a data file......
ListView control linked to a data file (or to a query)
A ListView control can be used to display the content of a data file (or the content of a query)......
WDMap: Viewing the records found in a data file
WDMap is used to view the records found in a data file......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Transactions: Secure processes on HFSQL data files
This chapter presents the following topics......
Generating a description of a data file from a window or from a page
When you design a quick prototype, you often create windows (or pages) without defining any data...
HFSQL data files exceeding 2 gigabytes
By default, the HFSQL engine allows you to manage large data files (up to 2 gigabytes)......
1. Creating windows to add and edit data
WINDEV Tutorial: WINDEV application: Managing data Lesson 1 - Creating windows to add and edit data...
Sort the data displayed in your tables in one click
HFSQL Client/Server: Configuring the data files on the server
Warning 127: You are using a data source local to the process
How to fill a TreeView control from a data file? (prefix syntax)
By default, the TreeView control cannot automatically display the data coming from a data file......
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...
Setup of a WEBDEV site: Automatic data file modification
The automatic modification of the data files allows updating the description of data files...
Defining specific character sets in HFSQL data files
When an application is used to display or save data in HFSQL files, this data is entered...
List Box control linked to a data file or to a query
A List Box or Combo Box control can be used to display the content of a data file or query,...
Data Binding: Creating controls from the "Project explorer" pane
Data binding is a process that binds variables in memory to controls in a window or page......
WDMap: Adding, modifying and deleting the records of a data file
found in a data file......
Programming Looper controls based on a data file (prefix syntax)
These are the main concepts for programming Looper controls based on a data file......
Programming Table controls based on a data file (prefix syntax)
This page explains how to program Table controls based on a data file......
AAF: Exporting data (Table, TreeView Table, Looper, TreeView...)
You want to perform simulations with Excel, Word, OpenOffice......
Locking data files: correspondence between WINDEV 5.5 and the later versions
WDInst: configuring the directory of the data files and the directory of the files of user groupware
The setup editor WDInst ("Tools......
The different types of Table controls: populated programmatically, with or without access to the data source
WINDEV, WEBDEV and WINDEV Mobile allow you to use......
1
3
4
5
6
7
113
>