Urgent - Please Help [message #149556] |
Fri, 02 December 2005 04:01 |
simi_ghy
Messages: 18 Registered: July 2005
|
Junior Member |
|
|
I have a oracle apps form where I have two windows attached to two canvas respectively.
whenever i open the second window and change its position and or try to close the second window, a pop-up screen appears which says "progress" .A red color bar indicator is also present in the pop-up screen.
Please help
[Updated on: Fri, 02 December 2005 07:12] Report message to a moderator
|
|
|
|
|
Re: Urgent - Please Help [message #149625 is a reply to message #149556] |
Fri, 02 December 2005 09:07 |
fjfish
Messages: 16 Registered: December 2005 Location: UK
|
Junior Member |
|
|
It sounds like you have a trigger somewhere that is
poppin up a progress canvas?
Do you have any form-level on- triggers set that may do this?
Does the canvas inherit from a property class that has added some on- triggers in it? (particularly mouse event ones)
Turn on the runtime option that displays all of the triggers as they fire (very tedious but useful) and see what fires when you move the window. Then look for this trigger.
If the pop-up is another canvas use the find/replace all pl/sql tool and look for that canvas name, see if you can identify where the the pop-up is being called from.
Hope this helps.
|
|
|