Issue 31079 — On DSPs, a dynamically changed label text may not be displayed
Status: Solved in 10.2.01
Solution available in patch(es): G101
Description:
Summary: On DSPs, a dynamically changed label text may not be displayed Environment: + Uniface: Uniface Nine + Operating System: OS independent + Database: DBMS independent Symptoms: On DSPs, it is possible to change the text on a label by using the JavaScript label API. In certain cases, the changed label text is not displayed on the screen. Consider the following scenario: 1. Create a DSP with a database entity containing a field that has a label. 2. Create and store two occurrences. 3. Refresh DSP page, so that it is empty. 4. Change the label on the first occurrence with: label.setValue('LABEL TEXT') This works. 5. Retrieve the two occurrences. 6. Change label on occurrence 0 with label.setValue('MORE LABEL TEXT') This fails. 7. Change label on occurrence 1 with label.setValue('LABEL 2') This works.
Workaround:
There is no known workaround for this problem.
Notes: