Hello,
a forms mask displays in tabular style the contents of the table scott.dept
I'd like the values of the column deptno to be displayed red on white background if the value (deptno) >= 20 ; else it should be displayed black on white background.
Or a more common problem: all negativ numbers in a column should be displayed red while positiv numbers should have a black foreground_color.
How can I achieve this. I tried already with POST-SELECT and POST-TEXT-ITEM triggers and SET_ITEM_PROPERTY, SET_ITEM_INSTANCE_PROPERTY but I did succeed.
Thanks for advice...
a forms mask displays in tabular style the contents of the table scott.dept
I'd like the values of the column deptno to be displayed red on white background if the value (deptno) >= 20 ; else it should be displayed black on white background.
Or a more common problem: all negativ numbers in a column should be displayed red while positiv numbers should have a black foreground_color.
How can I achieve this. I tried already with POST-SELECT and POST-TEXT-ITEM triggers and SET_ITEM_PROPERTY, SET_ITEM_INSTANCE_PROPERTY but I did succeed.
Thanks for advice...