'Please Acknowledge' after Pause (Suppress) [message #199661] |
Wed, 25 October 2006 11:26 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
yogen
Messages: 39 Registered: October 2006 Location: UK
|
Member |
|
|
Hi,
I am working on oracle forms 6i.
My requirment is to give a message to user saying 'Wait till your trasaction is in Progress..'
but this message takes time to POP-up and when transaction (2-3 minutes time )is already completed, after that this message pop-ups up.
i used SYCHRONIZE just after the message still no improvment so now if i use PAUSE just after my Message('Wait till your trasaction is in Progress..') the message pops up immediately.
but it is followed by another message 'Please acknowledge.' .
so i want to suppress this 2nd message .i tried both on-message and on-error trigger too.but nothing is working to supress this message.
please help me.
thanks in advance.
|
|
|
|
|
Re: 'Please Acknowledge' after Pause (Suppress) [message #199993 is a reply to message #199785] |
Fri, 27 October 2006 05:52 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
yogen
Messages: 39 Registered: October 2006 Location: UK
|
Member |
|
|
Hi David,
Thanks a lot for the help.I have implemented the Bar processing.I am using a dialogue window for showing the bar which pops up when processing starts but after completing the processing i want to close it completely.
In my application i am navigeting from form1 to form2 and while navigeting there is a processing of 3-4 minutes when i press the 'Next' button this bar appears which is perfectly fine when i reach on form 2 this window dis-appears but if i come back to form1 again back from form to this Bar window is still visible on form1.so could you please help close this dialogue (bar window)
Thanks in advance.
|
|
|
|
Re: 'Please Acknowledge' after Pause (Suppress) [message #200847 is a reply to message #200234] |
Wed, 01 November 2006 10:32 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
yogen
Messages: 39 Registered: October 2006 Location: UK
|
Member |
|
|
Hi,
I am using call_form to call another form and the problem is now solved.but in stead of using seaprate bar and window i am using main window and canvass for my BAR items.and at run time i am setting it's propert to visible and invisible.
Progress BAR is implemented and users are very happy with results.
Many-2 thanks to David for guiding me about this nice feature in oracle forms.
|
|
|