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

WINDEV DOWNLOAD CENTER

Products WINDEV 2024 - Update 2
Version 01A290076p
Required Version 01A290045s and later
Date April 10, 2024
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).
WINDEV 2024 - Update 2
WINDEV 2024 WX2024UPDATE290076p.exe
Reports & Queries RQ2024PACK290076p.exe
Modules common to WINDEV, WEBDEV and WINDEV Mobile 290076p
HFSQL Client/Server Common modules
HFSQL Cluster 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.

This version has successfully passed the second validation level.

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.