SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 36790: Custom Page Builder fields might be editable and visible even when you specified READONLY="TEMP.TRUE" or VISIBLE="TEMP.FALSE"

DetailsHotfixAboutRate It
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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS OpRisk MonitorMicrosoft® Windows® for x644.14.29.2 TS2M09.2 TS2M2
Microsoft Windows Server 2003 Datacenter Edition4.14.29.2 TS2M09.2 TS2M2
Microsoft Windows Server 2003 Enterprise Edition4.14.29.2 TS2M09.2 TS2M2
Microsoft Windows Server 2003 Standard Edition4.14.29.2 TS2M09.2 TS2M2
Microsoft Windows XP Professional4.14.29.2 TS2M09.2 TS2M2
Windows Vista4.14.29.2 TS2M09.2 TS2M2
64-bit Enabled AIX4.14.29.2 TS2M09.2 TS2M2
64-bit Enabled Solaris4.14.29.2 TS2M09.2 TS2M2
HP-UX IPF4.14.29.2 TS2M09.2 TS2M2
Linux for x644.14.29.2 TS2M09.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.