FRM-50009

From: (wrong string) ä <markku.heikkila_at_ccc.fi>
Date: Tue, 30 Jun 1998 12:18:33 GMT
Message-ID: <6nal1p$nvm$1_at_news.kolumbus.fi>



[Quoted] I'm using integer type in text item. Users should onlly be able to insert integer values. This works fine, but when I try to use my own error handling it seems that it dont respond to frm-50009 at all.

below is my exception code...

exception when VALUE_ERROR then
Begin
alert_n:=SHOW_ALERT('alert_integer');
Raise form_trigger_failure;
end;
when others then
begin
Message(errtyp||'-'||TO_CHAR(errnum)||': '||errtxt);
RAISE Form_Trigger_Failure;
end;
end;

Neither value_error or others wont' be execuded to error FRM-50009...
So what Am I doing wrong

Greetings from Finland
Markku Heikkila Received on Tue Jun 30 1998 - 14:18:33 CEST

Original text of this message