Désolé, votre navigateur ne supporte pas le javascript. WINDEV Download Center: WINDEV 29 - 01A290076h
Cross-platform application development software suite Integrated software for developing cross-platform applications

WINDEV DOWNLOAD CENTER

Products WINDEV 2024 - Update 2
Version 01A290076h
Required Version 01A290045s and later
Date March 26, 2024

Caution:
You must own a registered English or International version of WINDEV 2024,
to download the module available on this page.

This update contains:
  • WINDEV environment
  • Software Factory and Monitoring Robot software packages and the remote debugging module (WDDebug)
  • reserved server package (Telemetry, Replication, Access to third-party databases, BaaS modules for User Groupware / Private Store).

La version Ref. 01A290076h a subi avec succès le premier niveau de validation par le Service Qualité. Cette version n'a pas encore subi le deuxième niveau de validation par le Service Qualité. Nous vous conseillons donc de ne pas diffuser une application développée avec cette version. Cette version est fournie à fin de tests, et pour que vos équipes puissent avancer des développements qui seront déployés ultérieurement.

Comprendre les niveaux de validation technique d'une version
WINDEV 2024 - Update 2
WINDEV 2024 WX2024UPDATE290076h.exe
Reports & Queries RQ2024PACK290076h.exe
Modules common to WINDEV, WEBDEV and WINDEV Mobile 290076h
HFSQL Client/Server Common modules
ODBC on HFSQL Common modules
OLEDB for HFSQL Common modules
 

This version contains several improvements further to user feedback on version 290061r and includes new features.

Project editor
  • Simplified project creation wizard.
Window editor
  • Simplified window creation wizard.
  • Combo Box control: Ability to use a vector border for each state.
  • Edit control: Simplified "required input" configuration.
Report editor
  • Control style: The "Style" tab of the control description has been redesigned. The options for choosing different styles, disassociating, or viewing the uses of a style are now easier to access.
Code editor
  • Code wizard: The generated WLanguage code adapts to the language selected in the code editor options (English or French).
Private Store
  • Update installation prompt at application startup.
HFSQL
  • Spatial indices available in Client/Server mode.
  • Spatial index support in SQL queries.
  • Ability to export spatial data to CSV.
HFSQL Control Center
  • Ability to list spatial keys.
WLanguage
  • The following functions have been renamed:
    • fTrackFile is now fWatchFile
    • fTrackDirectory is now fWatchDirectory
    • fTrackStop is now fWatchStop
    • fTrackStopAll is now fWatchStopAll
    • HListTrackedFiles is now HListWatchedFiles
    • HTrack is now HWatch
    • HTrackStop is now HWatchStop
  • New WLanguage functions
    • HListSpatialKeys: Returns the spatial keys of a data file (used in a query or view) recognized by the HFSQL engine.
  • New variable type
    • Comment: Comment variables are used to programmatically read and edit the notes associated with XLSX sheet cells.
  • Modified functions
    • dbgEnableLog: New parameter to specify the time before old log information is deleted.
  • DocuSign
    • Imported DocuSign components adapt to the language selected in the editor.
    • The DocuSign component available with this release includes numerous changes and improvements.
Monitoring robot
  • New type of check: Server certificate expiration date verification.
  • "HTTP connectivity" check: Ability to add additional headers to be passed to the query.
Python
  • Ability to allocate an object with a parameter in the constructor.
  • Ability to call instance methods.