In this article you can read which new features the GAPTEQ versions around 4.2 have in store for you and which bug fixes and improvements have been incorporated.
- Optimizations for CSV import
- Inform newly created GAPTEQ users directly by e-mail about access
- New properties for components: including initial show / hide
- More efficient working with action lists: deactivate / activate individual action(s) when editing projects if required
- Improved handling when working with the Data Grid component
- Simpler layout adjustments for nested panels
- New actions and events
- Improved multiline handling
- Consistent text alignment
12/2024 - GAPTEQ-Version 4.2.2
⚒️ Bugfixes & Improvements
Component | Bugfix | Improvement |
Data Form | ReadOnly-Fields are now displayed correct as ReadOnly | |
Separator | Now it's possible to change the height with the mouse in Designer | |
Data Layer | Session Variable "session_login" is now available in "Custom Update" | |
Web API |
$ is now allowed for Url-Parameter
|
|
Default parameter are now applied correct
|
||
CSV Importer |
The error "There is already an open DataReader..." is eliminated
|
10/2024 - GAPTEQ-Version 4.2
⚒️ Bugfixes & Improvements
Component |
Bugfix
|
Improvement |
General |
Create information email for new created users.
|
|
Height-sizing of DataGrid in a Panel now works. | ||
Login with wrong credentials sometimes took a long time. | ||
Designer freeze when a connection to a databse with no tables. | ||
Importing users of directory did not work when a username contained a comma. | ||
Data Grid |
New event "dataLoaded". Fired each time when data was loaded.
|
|
New method "selectFirst" to select the first row.
|
||
neue Action "selectFirst" - erste Zeile auswählen | ||
neue Action "selectFirstIfEmpty" - erste Zeile auswählen, solange keine Auswahl getroffen wird | ||
Event "reload" hat die Action "rowSelected" ausgelöst | ||
mehrzeiliger Editor hat Eingabetaste "verschluckt" | ||
Data Form |
Sometimes the validationSummary was shown unnecessarily.
|
|
TileView |
New auto size height property.
|
|
CVS-Importer |
Now file encoding works correct, special characters are now imported correct.
|
|
Components |
New property initial visible/hidden.
|
|
New property initial disabled/enabled.
|
||
Actions |
It's now possible to deactivate actions.
|
|
Web |
Logout resets all session variables.
|
|
Data Layer |
Unused parameters in custom inserts/updates are now not bound to the query. This avoids statement errors like "UdtTypeName must be set for UDT parameters."
|