i have made a Function named validate_Changes which Fires in Pre-COMMIT TRIGGER AND Validates The Form Fileds are They Blank or The Required Values is entered as Required.
( i know it can be used in When-Validate-item
Trigger and other Triggers but i dont want it in This way ).
when Pre-COMMIT trigger Executes This Function if a Field is not Entered Property Then i show alert as Required and then i use The Statement
RAISE FORM_TRIGGER_FAILURE
when i raise the Form Trigger Failure it generates several Errors.
Kindly Tell me What Statemment SHould i use instead of RAISE FORM_TRIGGER_FAILURE that Stops The Commit or Insert Process BY applying in Pre-Commit or Pre-Insert Triggers and then Applying Go_item() Cursor Moves To The Item That Generated This Problem.
( i know it can be used in When-Validate-item
Trigger and other Triggers but i dont want it in This way ).
when Pre-COMMIT trigger Executes This Function if a Field is not Entered Property Then i show alert as Required and then i use The Statement
RAISE FORM_TRIGGER_FAILURE
when i raise the Form Trigger Failure it generates several Errors.
Kindly Tell me What Statemment SHould i use instead of RAISE FORM_TRIGGER_FAILURE that Stops The Commit or Insert Process BY applying in Pre-Commit or Pre-Insert Triggers and then Applying Go_item() Cursor Moves To The Item That Generated This Problem.