Don't "want to save the change ?" [message #216470] |
Sun, 28 January 2007 13:38 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
|
hi all,
i have a small problem can some-one help me.
i have oracle 9i database with form 6i .
>> open developer (form 6i).
>>conn scott/tiger
>>create a data block of DEPT table.
>> create a control-block.place a button(look) in it.
>>write a program unit.simple as.
PROCEDURE look IS
BEGIN
select dname,loc into:dname,:loc from dept where deptno=:deptno;
END;
call it through 'when button pressed'trigger of button.
>>run the form ,and enter '20' in deptno text-field .then press the button.ok
i want to only display the informatio about the deptno(given) not to save it.
but when i close my form i got an alert 'Do you want to save these changes that u have made?'.
can some one help me how i can display these values,and how can i remove/disable the above alert. (the alert will never display) .
please help me.
regards.
-
Attachment: look.fmb
(Size: 48.00KB, Downloaded 986 times)
|
|
|
|
|
|
|