Bug #10500
Frame incorrectly stays enabled
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:
0%
billable:
No
vendor_id:
GCD
case_num:
version_reported:
version_resolved:
reviewer:
production:
No
env_name:
topics:
History
#1 Updated by Paula Păstrăguș 11 months ago
Consider this testcase:
def button btn2. def frame fr2 btn2 with col 1 row 6 size 20 by 4. enable all with frame fr2. frame fr2:SENSITIVE = FALSE. btn2:SENSITIVE = TRUE. message "fr2 " frame fr2:SENSITIVE ", btn2" btn2:SENSITIVE. // no yes wait-for close of current-window.
In 4GL, the fr2 frame is not enabled, resulting in fr2:SENSITIVE being set to FALSE. However, in FWD, the frame is enabled (SENSITIVE = TRUE). This behavior was observed using the latest revision 16138 available at the time of testing.