[Bug] Test Window, Calendar buttons

mezonix

Member
1. Open Test Window.
2. Example:

SQL:
declare
  i date;
begin
  i := :test;
end;

screen1.png


3. Set the variable as Date and click the Now or OK button in the calendar.

4. The field is empty.
screen2.png
 
I tested this, and the current date does indeed not work. All other dates work fine, and if you change from another date to the current date, it works correctly as well.

We'll fix it!
 
Back
Top