ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / Managing databases / HFSQL / Automatic data modification
  • Overview
  • From WINDEV 7 and WEBDEV 7 version 149
  • How will the automatic data modification operate?
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
Automatic modification of data files: new date format
HFSQL ClassicAvailable only with this kind of connection
Overview

From WINDEV 7 and WEBDEV 7 version 149

From now on, the following formats are available for the dates and times stored in items:
Format available for the items
Description
Date in YYYYMMDD formatDate format available in WINDEV 5.5, WINDEV 7.5 and later versions.
Date and TimeNew date format, allowing both date and time to be stored: YYYYMMDDHHmmSSCCC (precision: thousandths of a second)
DurationNew format for managing durations: +JHHMMSSCCC (precision: thousandths of a second)
Time in HHMM formatTime format available in WINDEV 5.5, WINDEV 7.5 and later versions.
How will the automatic data modification operate?
WINDEVWEBDEV - Server codeWindows

Conversion table when going from the "old format" to a new format during the automatic modification of data files.
New formatTimeDateDate/TimeDurationString /
Binary /
Memo
Numeric and currency
Old format
TimeX0Date/Time
The time is initialized with the value
The date is initialized to 00/00/00 (invalid date)
DurationString0
Date0XDate/Time
Time set to 00: 00
The date is initialized with the value
0String0
Date/TimeTimeDateX0String0
DurationTime0Date/Time
The time is initialized with the value
The date is initialized to 00/00/00 (invalid date)
XString0
String/Binary/MemoTimeDate00XLanguage conversion
Numeric and currency00DurationStringX

Note In the case of a network installation, automatic data modification modifies both the data files on the server workstation and those on the user workstations.
Minimum version required
  • Version 9
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help