WEBDEV DOWNLOAD CENTER
- End-user license agreement
- How to uninstall this software?
- See the online documentation
- Download a trial version
- Contact PC SOFT
Products | WEBDEV 2024 - Update 1 |
Version | 01A290061r |
Required Version | 01A290045s and later |
Date | February 22, 2024 |
- Download the module below in a directory.
- Once the module has been downloaded, run the program in the download directory.
- Follow the instructions.
WEBDEV 2024 - Update 1 | |
WEBDEV 2024 | WX2024UPDATE290061r.exe |
Modules common to WINDEV, WEBDEV and WINDEV Mobile 290061r | |
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 290045s and includes new features.
Project editor
- Faster compilation of multilingual projects.
Data model editor
- Project with multiple analyses: If different analyses use files and items with the same names, these elements will be "hidden" in non-priority analyses. You can now get the list of hidden elements from the "Analysis" tab of the project description window.
- You can now define compiler options for procedures stored in the analysis. These options can be found in the "Compilation" tab of the analysis description window.
Query editor
- Returning.
Page 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.
- New UI errors in the following cases:
- Font too small. Ability to set minimum font size in the page editor options.
- Font not found. Font files are not found.
- Guided Tour: The internal pages used as Guided Tour tooltips have been renamed.
- List of fonts used on a page: On the "Page" tab, in the "Skin and styles" group, the "Styles .. Edit font list" option allows you to view, delete or add fonts for the current page.
Code editor
- Now, you can use the Down Arrow key to go over the lines of code one by one.
Image editor
- Sizing handles in the work area.
- Ability to create guides.
- Better display.
SCM
- Optimized branch creation after deleting numerous files (remote connection to SCM).
- Ability to propagate changes from one branch to another.
Git
- Ability to add a project to Git from the environment.
HFSQL
- HFSQL Cluster:
- Ability to use HCopyFile.
- Improved synchronization.
- Spatial data:
- Indexing.
- TOP query: Optimization of queries that perform simultaneous iterations on a composite key.
- Ability to perform a silent installation of an HFSQL server for Linux.
HFSQL Control Center
- Server language: Ability to change the language used by HFSQL 2024 servers. This information can be found in the server settings ("General" tab).
- HFSQL Cluster management: It is now possible to import an HFSQL Classic database into a cluster.
- New display options in HFSQL Control Center (ability to display Text items on multiple lines, etc.).
Project Management Hub
- New contributor login: When a new contributor logs in to the Control Center database from the Project Management Hub, they can create a new account and specify a nickname, schedule, etc. Only the username and password of an administrator are required.
Site deployment
- Ability to install websites larger than 2 GB.
- Remote website deployment:
- Faster deployment.
- Notification if the deployment computer has low disk space.
WEBDEV administration site
- WEBDEV Cluster:
- Ability to view the synchronization status of the different cluster nodes.
- Ability to view synchronization errors of the different cluster nodes.
- Ability to update the Application Server on the different cluster nodes.
- Two-factor authentication: If two-factor authentication is enabled in the WEBDEV administration site, it will also be used for remote site deployment and for WEBDEV administrator functions.
WLanguage
- New COMPILE IF syntax to compile different code if a project element is included in the current configuration.
- COMPILE IF statements that enclose a procedure.
- New WLanguage functions:
- XMLVerifySignature: Verifies the signature of an XML node.
- Modified WLanguage functions:
- BuildBrowsingTable: The new taSingleLineColumn and taMultiLineColumn constants allow you to indicate whether the text column should should support one or multiple lines.
- HCopyFile: This function can now be used to copy data files to an HFSQL cluster.
- XMLOpen: New parameter to specify the XML code analysis mode.
- New WLanguage types:
- xmlSignatureVerification: Defines the information required to verify an XML signature.
.NET
- Nullable variable.
- Version 8 support.
OpenAPI
- Support of 'oneOf', 'anyOf' and 'allOf' keywords.