Trapping Forms internal error in key_commit trigger [message #139649] |
Thu, 29 September 2005 01:33 |
jaggu123
Messages: 4 Registered: September 2005
|
Junior Member |
|
|
Hello friends,
How can i trap error(Forms internal errors comes due to property settings) in key_commmit trigger and conditionally execute the written executable code .
Code in key_commit
Begin
Proc_test ;
end;
If any error come after pressing F10(Committing the form) then program unit Proc_test should not be executed .
For example :
If error comes on committing
Frm-40207 : Must be in range 1 to 50
OR
FRM-50016 :Legal Characters are 0-9 - + E
then proc_test should not be executed.
Thanks
Jaggu
|
|
|
|
|
|
|