It was possible to close the prompt dialog with one of the prompts having a value which was not allowed. This then caused an error after the dialog was closed. Any problem is now shown before the dialog is closed.
There was an unclear error message when a string prompt was either not long enough or too long for the set value range.
With prompts which were not used in the report, it was possible for an internal error to stop the report from being rendered.
Currency prompts are now handled the same as numbers in the prompt dialog, to avoid confusion regarding the exact currency being used.
When providing an
HTML formatted prompt description, there were formatting problems in the viewer prompt dialog.
It was not possible to enter an empty string for string prompts with a value range, even if the value range had “0” as its minimum length.
It was possible to set default values which were forbidden by a set value range. This led to problems especially when prompts were set for “default values only”. Now, all default values must be legal in order to be set.
The error message when entering values outside of the allowed value ranges was improved for date, datetime, and time prompts.
It was possible to set a negative value for a string prompt's limit value range.