Home » Developer & Programmer » Forms » Forms
Forms [message #84897] Sun, 09 May 2004 21:29 Go to next message
Madhu
Messages: 36
Registered: April 2001
Member
Dear experts,

1. Can i change the forground color of lov item at run time?
2. I want to flash an item on the basis of certain conditons , say if value greater than the budgeted, then the value will be flashed, with out disturbing other operations.

Its very urgent
Please help me.
Re: Forms [message #84902 is a reply to message #84897] Mon, 10 May 2004 09:34 Go to previous messageGo to next message
ram kumar
Messages: 113
Registered: August 2002
Senior Member
hi
have u tried SET_ITEM_INSTANCE_PROPERTY & visual_attribute

Ram
Re: Forms [message #84905 is a reply to message #84897] Mon, 10 May 2004 21:17 Go to previous message
Vamsi Mohan
Messages: 16
Registered: December 2003
Junior Member
try the following in post-change trigger

if :val > :budgeted then
display_item('val',visual_attribute_flash);
else
display_item('val',visual_attribute_normal);
end if;
Previous Topic: How can we make iconic button in Forms 9ids (on browser)
Next Topic: dipankarsaha@hotmail.com
Goto Forum:
  


Current Time: Tue May 07 03:45:12 CDT 2024