Link to home
Start Free TrialLog in
Avatar of jyothsna1803
jyothsna1803

asked on

How do I Trap FRM-40102: Record must be entered or deleted first error

Whenever i click on Insert Record tool box button (Green Plus) I am getting FRM-40102: Record must be entered or deleted  first error . How to trap this trap this error?

      IF errnum = 40102 THEN
                   Clear_All;
create_record;
      END IF;

I want to put the above code. On which trigger i need to add this code.I have multi block form.
ASKER CERTIFIED SOLUTION
Avatar of Milleniumaire
Milleniumaire
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jyothsna1803
jyothsna1803

ASKER

Resolved my issue. Thanks!