see my code for execute_query [message #165754] |
Sat, 01 April 2006 05:35 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
mfa786
Messages: 210 Registered: February 2006 Location: karachi
|
Senior Member |
|
|
hi master
sir i have two block one emp and other control block my button in control block
when i press enter query button then clear all text box and work fine see code
go_block('emp');
ENTER_QUERY;
when i give value such as 20 in deptno textbox and press execute_qury button the system not give any result and still in deptno textbox see execute button code
If :System.Mode = 'ENTER-QUERY' Then
If :emp.deptno is Not Null Then
go_block('emp');
EXECUTE_QUERY;
End If;
End If;
please give me idea
thanking you
Aamir
|
|
|
|