Skip to Main Content

Oracle Forms

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Suddenly I got : FRM-40102 record must be entered or deleted first

mdsirajoddinMar 13 2014 — edited Mar 13 2014

Dear All,

I am using Oracle Forms & Reports 6i and I have an application developed on it for Payroll. For a long its working fine, but suddenly 2 days back when I tried to create master and clicked New Record Button, The application throws this Error : "FRM-40102 record must be entered or deleted first"

I googled for this error, but the issue is not resolved still. Most of the answers are for Oracle Applications, but my applications is based on Oracle Forms & Reports 6i and Oracle 10g.

The Code in Trigger : 'WHEN-BUTTON-PRESSED'

[CODE]

:Global.Sel :='New';

Set_Block_Property('EMPLOYEE_MASTER_TAB',Insert_Allowed,Property_True);

SET_ITEM_PROPERTY('BASIC',VISIBLE,PROPERTY_TRUE);

SET_ITEM_PROPERTY('BASIC',ENABLED,PROPERTY_TRUE);

Create_Record;

--:Mode :='NEW';

--Disable_Button;

set_item_property(:pf_no,REQUIRED,1);

[/CODE]


This problem Occured suddenly and previously working fine, I am new to Oracle Forms & Reports. As shown in the Image there is no record and it is throwing Error.

Refer this link for Screen Shot: http://www.club-oracle.com/forums/frm-40102-record-must-be-entered-or-deleted-first-t11204/

Please Help me regarding this..

Thanks and Regards
MOHD SIRAJODDIN

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 10 2014
Added on Mar 13 2014
4 comments
3,645 views