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!

Argument 1 to builtin FIND_FORM cannot be null (FRM-40738)

565677Sep 22 2009 — edited Sep 25 2009
Dear all,

I need ur help in this little task:

I have a menu that opens multiple foms but whenever i press exit on the root window i get the following error :

Argument 1 to builtin FIND_FORM cannot be null (FRM-40738)

On debug the error seems to be in the KEY_EXIT trigger on the root form level in the exception block:

declare
	status varchar2(1);
begin
		
		
	if (status = 'O') then
                   exit_form(NO_VALIDATE);
	end if;

	
*exception*
*	when others then*
*		*
*			*
*	exit_form(NO_VALIDATE);*end;
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 23 2009
Added on Sep 22 2009
14 comments
7,506 views