set_block_property - visual attribute [message #621272] |
Tue, 12 August 2014 05:53 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/d33b5435339263c5b2da588b941ad42e?s=64&d=mm&r=g) |
pelin
Messages: 1 Registered: August 2014 Location: Turkey
|
Junior Member |
|
|
Hi everyone,
I have an urgent problem. I want to change block colour depends on a condition.
I create new visual attribute CALLED RED.
my code is like;
if :customer.status='C'
then
set_block_property('customer', current_record_attribute, 'RED');
end if;
but it doesn't work. When i click the other record which status isnt'n 'C', all of them are red.
please help me ..
|
|
|
|
|