Hi All,
I was working with oracle forms 10g
I was working with a custom form, a form contain a single block with multiple records like this
Event Level1 Level2 Date Active Flag
01 A B 21-01-14 Y
02 C D 22-04-14 N
03 D A 21-04-14 Y
04 A C 25-4-14 N
Now i need make update false to the rows that have active flag='Y'
I tried with Set_item_instance_property()
but is was working for the first row.Can any one suggest that how to use set item instance property for multiple rows
Thanks & Regards
Srikkanth.M