Problem Note 36790: Custom Page Builder fields might be editable and visible even when you specified READONLY="TEMP.TRUE" or VISIBLE="TEMP.FALSE"
In SAS
® OpRisk Monitor, when editing XML–formatted screen definition files using the Custom Page Builder, some fields might be editable and visible even when you specified READONLY="TEMP.TRUE" or VISIBLE="TEMP.FALSE".
The problem occurs if a single temporary variable is used as the value of the READONLY= or VISIBLE= field attributes.
To work around the problem, add an additional temporary variable to the expression in order for it to evaluate correctly.
In the following example, the expressions for the READONLY= and VISIBLE= attributes will not evaluate correctly. If the expressions evaluate correctly, the D1 field will be read–only and invisible. However, because of the problem, the D1 field displays as editable and visible.
<initialize>
<set name="TEMP.true" value="true" />
<set name="TEMP.false" value="false" />
</initialize>
<field name="D1" type="date" readonly="TEMP.true" visible="TEMP.false"/>
In this example, add an additional temporary variable such as "and true" to the expression:
<field name="D1" type="date" readonly="TEMP.true and true" visible="TEMP.false and true" />
Adding "and true" to the expression causes the expression to evaluate correctly.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS OpRisk Monitor | Microsoft® Windows® for x64 | 4.1 | 4.2 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Datacenter Edition | 4.1 | 4.2 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Enterprise Edition | 4.1 | 4.2 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows Server 2003 Standard Edition | 4.1 | 4.2 | 9.2 TS2M0 | 9.2 TS2M2 |
Microsoft Windows XP Professional | 4.1 | 4.2 | 9.2 TS2M0 | 9.2 TS2M2 |
Windows Vista | 4.1 | 4.2 | 9.2 TS2M0 | 9.2 TS2M2 |
64-bit Enabled AIX | 4.1 | 4.2 | 9.2 TS2M0 | 9.2 TS2M2 |
64-bit Enabled Solaris | 4.1 | 4.2 | 9.2 TS2M0 | 9.2 TS2M2 |
HP-UX IPF | 4.1 | 4.2 | 9.2 TS2M0 | 9.2 TS2M2 |
Linux for x64 | 4.1 | 4.2 | 9.2 TS2M0 | 9.2 TS2M2 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | medium |
Date Modified: | 2010-10-13 16:56:35 |
Date Created: | 2009-08-07 16:44:49 |