Background color [message #483844] |
Thu, 25 November 2010 01:20 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/64e26e3788e1b42e65694e170dbe35cd?s=64&d=mm&r=g) |
ankit3010
Messages: 17 Registered: November 2010 Location: Indore
|
Junior Member |
|
|
Hi,
I have a text item in the control block and I want to change the background color at runtime..I used set_item_property but it doesn't working...
I used WHEN-MOUSE-MOVE TRIGGER at the field level and the code
is
SET_ITEM_PROPERTY(':master_blk.department', FOREGROUND_COLOR, 'VISUAL');
'VISUAL' is the visual attribute name and before making the visual attribute I used
SET_ITEM_PROPERTY(':CONTROL.CREATE', FOREGROUND_COLOR, 'red');
but it was also not working..
What do I do?? Please suggest me...
|
|
|
|
|
|
|
|
|