Home » Developer & Programmer » Forms » Focus not coming onto the Form (Forms 10g)
Focus not coming onto the Form [message #449629] Wed, 31 March 2010 01:34 Go to next message
thisischaitu_reddy
Messages: 2
Registered: March 2010
Location: INDIA
Junior Member
Hi all,

I am new here.
The thing is i am generating a report in Excel through forms and excel template in 10g.
After generating the Excel trough my code and Macros, i.e save excel, close excel and open excel.
After the excel report which got generated is opened the focus is not coming back to form, it keep on going busy and busy
I tried
form_exit,
go_block and also
Timer
:DECLARE
timer_id Timer;
one_minute NUMBER(5) := 90000;
BEGIN
timer_id := CREATE_TIMER('Motor_Timer', one_minute, NO_REPEAT);
END;
etc and etc.
When i am using exit_form, the focus is coming back but the excel is not opening again.
I think i expressed my problem in a good way.
Hope some one will help me out in this, as this an urgent and serious issue.
Re: Focus not coming onto the Form [message #449714 is a reply to message #449629] Wed, 31 March 2010 09:41 Go to previous messageGo to next message
gregor
Messages: 86
Registered: March 2010
Location: Germany
Member
Hi Thisischaitu_reddy,

i think you are using the OLE2-Package .
If so look at the example at the end of this thread:

http://forums.oracle.com/forums/thread.jspa?threadID=595322
Re: Focus not coming onto the Form [message #449790 is a reply to message #449714] Wed, 31 March 2010 23:23 Go to previous message
thisischaitu_reddy
Messages: 2
Registered: March 2010
Location: INDIA
Junior Member
Thanks gregor,
I am looking into the issues as it is mentioned in the thread.
Let you know if that resolved my problem or not.
Anyways thanks for the reply.
Previous Topic: forms updating multiple records
Next Topic: List Box code Required
Goto Forum:
  


Current Time: Fri Sep 20 10:35:32 CDT 2024