Version 5.8.08 is available for download as of today.
The version includes the following extensions:
All components
- Updating the OpenSSL library
The OpenSSL library used has been updated to version 1.0.2l. - Collection of root certificates updated
The collection of root certificates has been updated to the current version of Mozilla Firefox. This file is only updated if it has not been extended with your own root certificates since installation./li>
conzept 16-Designer
- Data structure editor and database info: Do not remember open nodes
The new setting "Restore display of database trees" can be used to prevent open nodes from being saved in the data structure editor and in the database info. The option is set by default. - Data record management
CSV files can now also be imported via data record management. The format for CSV files corresponds to the format for CSV export.
The import of files in C16R format has been extended so that the source and target data types of the fields to be imported can differ. If data types differ, a conversion from the source data type to the target data type is carried out during import. In this way, data whose data types do not match can be imported.
Processing
Barcode-Object
- New property
ppUtf8
The new propertyppUtf8
of the PrtBarcode object can be used to specify whether QR codes are created in the UTF-8 or ISO-8859-1 character set. This property is ignored for all other barcode types.
Input-Objects
- A separate symbol for the input help (property
wpInputCtrl
) can now be defined for the DateEdit, DecimalEdit and FloatEdit objects. The new propertieswpIcon
,wpImageTileUser
,wpImageTile
andwpTileSize
are available for this purpose. In the case ofwpImageTileUser
, the images are determined from the propertiesTileName
… are determined.
Theme-Object
- The "Modern Theme Style" has been extended by the GanttGraph object.
- The standard icons of dialog and icon objects are automatically drawn in a flat style if the "Modern Theme Style" is activated for the respective object. This also applies to message box icons (function
WinDialogBox()
) if they are displayed in "Modern Theme Style".
Application-Object
- New property
wpDialogBoxFlags
The Application object (_App
) has been extended by the propertieswpDialogBoxFlags
. This property determines the font used and the labeling of the buttons of the message windows displayed via theWinDialogBox()
function. - New characteristic
_WinAppExtLayoutComplete
The propertywpFlagsExt
of the Application object (_App
) has been extended by the property_WinAppExtLayoutComplete
, which triggers the eventEvtPosChanged
for Frame or AppFrame objects only after the FrameClient has been positioned and resized. By default, the FrameClient still has its original size when the event is triggered. - New specification
_WinAppExtUmlautKeySupport
The value_WinAppExtUmlautKeySupport
of thewpFlagsExt
property ensures that theEvtKeyItem
event is also triggered when umlauts are entered.
HTTP-Object
- Property
spURI
The maximum length of thespURI
property has been extended to 4095 bytes.
Commands for editing dynamic structures
- New function
CteNodeValueAlpha()
TheCteNodeValueAlpha()
function can be used to write and read the alphanumeric content of a CteNode object with more than 65,520 bytes.
In addition to these enhancements, bugs have also been fixed. An overview of the corrections can be found in the error document.