Version 5.7.10 is available for download as of today.
The version includes the following extensions:
All components
- Updating the OpenSSL library
The OpenSSL library has been updated to version 1.01m.
Plug-in interface
- The plug-in interface extends Designer with the option of connecting external applications (plug-in clients) to Designer. The plug-in client connects to the Designer via a socket. It can be used to send commands to the Designer and respond to Designer events.
Server
- For log entries of the user login in the database, the client operating system is now also the client operating system is now also recorded in the database log.
Designer
- Integrated desktop mode
New option with which frame and print objects can be arranged as windows below the Designer.
Related article: Integrierter Desktopmodus
- Application protocol
The Designer now creates an application log. This is a binary log file that can be viewed with the conzept 16 log viewer. The application log can be useful for error analysis.
Standard / Advanced client
- Graphical login in the standard client
- Background image for login dialog
Related article: Alternativer Login mit Hintergrundbild
Processing
WebNavigator
- New options
_WinWbnCommandSelDelete
and_WinWbnCommandExecPrint
for functionWinWbnExecCommand()
The option_WinWbnCommandSelDelete
can be used to delete the selected text or the text before the cursor position (for example in an input field). The option_WinWbnCommandExecPrint
opens the printer selection dialog. This makes it possible to print the current page.
PrtPdf
- New property
ppPrintMode
for the PrtPdf object
The new PrintMode property for the PrtPdf object can be used to define whether text is forwarded to the printer as text (by default) or as sheet segments. If a PDF is printed on a PDF printer, the PDF document does not contain any markable text.
DateEdit
- New characteristics for
wpFormatDate
There are two new options for entering a date in the order specified by Windows:_WinFmtDateAutoYY
Enter in the order specified by the system with a two-digit year.
_WinFmtDateAutoYYYY
Enter in the order specified by the system with a four-digit year.
Job processing
- New option for function
JobStart()
JobStart()
has been extended by an additional optional argument. The handle of a socket connection can be transferred there. This can be accessed in the job function via thespJobSckHandle
property.
Input objects
- New property
wpFocusSelect
The new property defines whether the content of an input object is selected completely (true
) when the focus is received, or whether the cursor is placed in front of the first character (false
). By default, the property is set to the valuetrue
.
Debugger
- Execute and stop procedure (trace only)
With the new menu entry “Execute and stop (trace only)” in the context and main menu of the editor, it is possible to execute a procedure without takingDbgStop()
,DbgControl(_DbgStop)
and breakpoints into account. However, debugger log outputs are executed as usual.
In addition to these enhancements, bugs have also been fixed. An overview of the corrections can be found in the error document.