I hav a panel that displays the status of some servers comnected to the mainframe.
My requirement is that the status field should be highlighted in RED if the status is not active....
I store the information in the table and do a Address ISPEXEC "TBDISPL " to display the table on the panel.
Please let me know what should i do to highlight the field based on the value.
The link shows options that will put in a filter to the table and display only rows that contain the search string on to the panel....
My requirement is that i should display all the rows in the table on the panel but i should have the particular fields hilighted.... i should hilight the fields that does not have a status as ACTIVE....