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!

Excute Query And Enter Query

LuKKaFeb 1 2010 — edited Feb 1 2010
Dear all
I am using forms10g.
I have two buttons...one is Enter Query and another is Execute query.
In Execute query i have written

GO_BLOCK('Emp') ;
Execute_Query;
It is working Fine..
And in Enter Query Button i have written
go_block('T_BRAND');
Enter_query;

When i press Enter Query Button and giving Some value then pressing Execute button then it is not showing any value.
It is showing press CTRL F11 to excute. When i press CTRL f11 then it is executing the block

So what should i write in the Execute button ?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 1 2010
Added on Feb 1 2010
6 comments
1,789 views