Hello All,
We have been asked to show a notification in oracle forms as a pop up notification once a line is inserted in the notification table (like the email notification when it has been received in outlook).
I was thinking to apply the below solution:
- Define a new Timer and run it every 1 minute.
- Create new notification block or notification message.
- in the Alert execution area: read from notification table and shows the notification message using the notification block or notification message.
Do you have any idea or advise?
Thanks.
Osama