Web Component S_011EMPLISTHEADER

LANSA

Web Component S_011EMPLISTHEADER

<!-- the value of #HAS_EMPLO is set in SET011C depending on whether -->
<!-- there are employees in the selected Department/Section. If there aren't, -->
<!-- NOTCONDITION will be true and the message indicating that there are -->
<!-- no employees will be displayed. Otherwise, a message indicating the -->
<!-- selected Department/Section will show -->


<RDML ONCONDITION="HAS_EMPLO">
<FONT FACE="Arial" SIZE=3 COLOR="DARKRED"><B><RDML MERGE="DEPTDESC"> /&nbsp;<RDML MERGE="SECDESC">.</B></FONT>
</RDML>

<RDML NOTCONDITION="HAS_EMPLO">
<FONT FACE="Arial" SIZE=4>No Employees found in <FONT COLOR="DARKRED"> <RDML MERGE="DEPTDESC">/<RDML MERGE="SECDESC">.</FONT></FONT>
</RDML>