after execute_query , always ask to save the changes [message #338968] |
Wed, 06 August 2008 06:17 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
amdabd
Messages: 91 Registered: November 2007 Location: My Computer
|
Member |
|
|
hi;
In master detailed form , I use the following code at the master block to invoke LOV and to get related detailed data
declare
v_lov boolean;
begin
v_lov :=show_lov('lov_user');
--
if v_lov =yes then
go_block('form_prv');
execute_query;
else
null;
end if;
--
end;
my problem is however the data is updated or not, when exit the form it always ask to save the changes.
thanks
|
|
|
|
|
|
|