Project

General

Profile

Bug #4415

combo-box item selection via screen-value assignment has deviations

Added by Greg Shah over 4 years ago. Updated over 4 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:
version:

Related issues

Related to User Interface - Feature #3908: implement browse column VIEW-AS COMBO-BOX Closed
Related to User Interface - Bug #3889: incorrect initial widget and screen values for combo boxes and selection lists WIP

History

#1 Updated by Greg Shah over 4 years ago

  • Start date deleted (11/14/2019)
  • Subject changed from combo-box item selection via key processing has deviations to combo-box item selection via screen-value assignment has deviations

A regular combo in FWD with decimals should round decimals according to the format prescision before cmparision. E.g. value 2.222 won't select an item 2.22 in FWD. Testcase:

def var v as decimal 
  view-as combo-box list-item-pairs "item 1", 1, "item 2", 2.22, "item 3", 3 size 15 by 5 drop-down-list.

v = 2.222.
form v with frame f1.

update v with frame f1.

#2 Updated by Greg Shah over 4 years ago

  • Related to Feature #3908: implement browse column VIEW-AS COMBO-BOX added

#3 Updated by Greg Shah over 4 years ago

  • Related to Bug #3889: incorrect initial widget and screen values for combo boxes and selection lists added

Also available in: Atom PDF