Bug #10845
Date FILL-IN: Incorrect DISPLAY of unknown value
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
16264
version_resolved:
Related issues
History
#1 Updated by Vladimir Tsichevski 8 months ago
Consider the following example
SESSION:DATE-FORMAT = 'mdy'.
DEFINE VARIABLE dateField AS DATE VIEW-AS FILL-IN NO-UNDO.
DEFINE FRAME f dateField NO-LABEL.
ENABLE ALL WITH FRAME f.
DISPLAY dateField WITH FRAME f.
WAIT-FOR WINDOW-CLOSE OF FRAME f.
In this example, a date FILL-IN widget is created. The ``DISPLAY`` statement is used to update the date variable value (this is essential).
In OE: The visible FILL-IN screen value is empty.
In FWD: The visible FILL-IN screen value is " - -".
If the DISPLAY statement is removed, both OE and FWD show the " - -" value.