Home » Developer & Programmer » Forms » see my error FRM-40403 A calling form has unapplied changes. Save not allowed
see my error FRM-40403 A calling form has unapplied changes. Save not allowed [message #177113] Tue, 13 June 2006 02:23 Go to next message
mfa786
Messages: 210
Registered: February 2006
Location: karachi
Senior Member

hi master
sir see my problem
i am in form 1 in insert mod i need now party in feeding then i go party form with button press or i call party form
in party form i feed data when i save then system give me this error

FRM-40403 A calling form has unapplied changes. Save not allowed

i am in master detail form on master form key-commet i write this code

commit_form;
go_item('Detail.accid');
curser go in detail i feed or change in detail section but not save
and give me this error

FRM-40508 oracle error : unable to insert record


please give me idea

thank
aamir

Re: see my error FRM-40403 A calling form has unapplied changes. Save not allowed [message #177655 is a reply to message #177113] Fri, 16 June 2006 00:45 Go to previous messageGo to next message
djmartin
Messages: 10181
Registered: March 2005
Location: Surges Bay TAS Australia
Senior Member
Account Moderator
Are you using a call_form or an open_form to get to the second form?

David
Re: see my error FRM-40403 A calling form has unapplied changes. Save not allowed [message #177663 is a reply to message #177655] Fri, 16 June 2006 01:03 Go to previous message
Maaher
Messages: 7065
Registered: December 2001
Senior Member
Aamir, do a "POST" (look it up in the Forms Help) just before your CALL_FORM. This will transfer your changes in the calling form to the database without actually committing. This mechanism allows the called form to read the changed values and should avoid the error.

MHE

[Updated on: Fri, 16 June 2006 01:03]

Report message to a moderator

Previous Topic: email code
Next Topic: Required Answer
Goto Forum:
  


Current Time: Fri Sep 20 09:35:18 CDT 2024