Excute Query And Enter Query
LuKKaFeb 1 2010 — edited Feb 1 2010Dear 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 ?