Listening for changes to text items
Hi,
I have an oracle form with 7 tabs. The reqirement is that if a user makes any changes to the text boxes in the either of the two tabs i need to then update a database column. Each tab has about 30 odd items.
I thought about putting a trigger at block level but none of them seem to fire when a text item on the tab is changed. I dont want to go down the route of adding triggers to each item in each of the tabs.
Can anyone help?
thanks