Home » Developer & Programmer » Forms » error handle
error handle [message #275981] Tue, 23 October 2007 09:52 Go to next message
roni_a180
Messages: 45
Registered: October 2007
Member
hi

i am write a error handle package, name is raise_error

and if the particuler condition is not full fill this package generate a static message.

example
a=10
b=20

if a=b then

raise_error package generate message (this is wrong condition)

elsif a<> b then

raise_error package generate message (condition is true)

enf if;

how i can show this message in the form in perticuler field

tanx
roni









Re: error handle [message #276082 is a reply to message #275981] Tue, 23 October 2007 19:48 Go to previous message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Use an 'alert' to inform the user that there has been an error. Search this forum or the reference manual for 'alert'
for examples.

David
Previous Topic: how to send email from the database using Utl_Smtp package?
Next Topic: How to trap this error FRM-40350
Goto Forum:
  


Current Time: Fri Sep 27 06:22:43 CDT 2024