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!

URGENT (MENUE PARAMETER)

42421Jan 23 2002
Can any one solve my problem that is
I create a menu parameter named "MA" in menu Module and
i use this code in

BEGIN
QUERY_PARAMETER('&MA');
if TO_NUMBER(:MA)= 1 then
EXIT_FORM;
else
next_record;
end if;
END;

When i execute this the error FRM-21011 Unhandled Exception ORA-06502

I KNOW THAT ORA-06502 is a numeric conversion error AND I TRIED EVERYTHING BUT NO SUCCESS.

what SHOULD i do

Help me
thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 20 2002
Added on Jan 23 2002
0 comments
84 views