Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Execute_query does not work while <Ctrl>+F11 does...

sgalaxyAug 16 2007 — edited Apr 7 2009

Hi,
I have developed a toolbar and placed in a vertical canvas. I use a global variable in order to register on which block the user desires an enter_query and then execute_query....
While enter_query works ...... the execute_query does not ... it does nothing....without any error....
But using the F11 -> CTRL + F11 the operations work perfectly.....
What may be the cause.....???

On button <enter query>

begin  
  go_block(:global.curr_block);
  enter_query;
end;

On button <execute_query>

begin  
  go_block(:global.curr_block);
  execute_query;
end;
  

I use Dev10g...

Thanks.. a lot
Simon

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2009
Added on Aug 16 2007
16 comments
2,103 views