Project

General

Profile

Bug #10442

FILL-IN for Decimal Variable: Issues with Screen Value Display

Added by Vladimir Tsichevski 11 months ago. Updated 11 months ago.

Status:
Rejected
Priority:
Normal
Assignee:
Vladimir Tsichevski
Target version:
-
Start date:
Due date:
% Done:

100%

billable:
No
vendor_id:
GCD
case_num:
version_reported:
16119
version_resolved:
reviewer:
production:
No
env_name:
topics:

Related issues

Related to User Interface - Bug #10075: Number format validation issues WIP

History

#1 Updated by Vladimir Tsichevski 11 months ago

Run the following example in either GUI or CHARACTER mode

DEFINE VARIABLE v AS DECIMAL FORMAT "abc->>,>>9.99<<<<qwe abc".
DEFINE FRAME f v.
ENABLE ALL WITH FRAME f.
v:SCREEN-VALUE IN FRAME f = "10345.67".
WAIT-FOR CLOSE OF FRAME f.

Observed Behavior

  • In OE, the value abc10,345.67qwe abc is displayed correctly.
  • In FWD, an error message is raised: ** Value 1034567 cannot be displayed using ->>>>9.99<<<<. (74).

Identified Issues

  1. The input value 10345.67 conforms to the specified format abc->>,>>9.99<<<<qwe abc, so it should display successfully without errors.
  2. The value referenced in the error message (1034567) differs from the original input (10345.67).
  3. The format cited in the error message (->>>>9.99<<<<) does not match the original format (abc->>,>>9.99<<<<qwe abc), which is unexpected; error messages should consistently reference the original format.

#2 Updated by Vladimir Tsichevski 11 months ago

  • Related to Bug #10075: Number format validation issues added

#3 Updated by Vladimir Tsichevski 11 months ago

  • Status changed from New to WIP

By mistake, I ran the example with European numeric format. So, this issue does not exist.

#4 Updated by Vladimir Tsichevski 11 months ago

  • Status changed from WIP to Feedback

Please, reject this task.

#5 Updated by Greg Shah 11 months ago

  • % Done changed from 0 to 100
  • Status changed from Feedback to Rejected

Also available in: Atom PDF