Home » Developer & Programmer » Forms » Oracle 6i Form problem (oracle 6i developer)
Oracle 6i Form problem [message #645210] Mon, 30 November 2015 00:41 Go to next message
limon
Messages: 20
Registered: October 2015
Location: Dhaka, Bangladesh
Junior Member

In this form when i want to save data then a message show.....

here this message is ---- "FRM-40401 : No change to save".


Data can't insert in database table ....... So how can i do ?? Please help me...

Re: Oracle 6i Form problem [message #645211 is a reply to message #645210] Mon, 30 November 2015 02:48 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
It's not all clear what the problem is you are trying to solve.
Why can't the data insert? Are you getting an error?
What blocks do you have? what tables are they based on?
Re: Oracle 6i Form problem [message #645215 is a reply to message #645211] Mon, 30 November 2015 04:48 Go to previous messageGo to next message
limon
Messages: 20
Registered: October 2015
Location: Dhaka, Bangladesh
Junior Member

my table name is "thana" here the code is

create table thana
(
dist_no number(10) not null,
t_code number(10),
t_name varchar2(100),
entry_date date

);


** in dist_no , here i use lov this data comes from district table. **


here the two block
--------------------
1. thana (entey+control block)
2. thana1 (master details block)


when i want to save data then show this message . "FRM-40401: No change to save"
and data can't insert into database table. So how can i do and haw i want to remove this message ??
  • Attachment: problem.png
    (Size: 25.45KB, Downloaded 946 times)

[Updated on: Mon, 30 November 2015 04:57]

Report message to a moderator

Re: Oracle 6i Form problem [message #645217 is a reply to message #645215] Mon, 30 November 2015 05:01 Go to previous messageGo to next message
cookiemonster
Messages: 13920
Registered: September 2008
Location: Rainy Manchester
Senior Member
Which block are you entering data into?
What is the exact relationship between the two blocks?
Re: Oracle 6i Form problem [message #645226 is a reply to message #645217] Mon, 30 November 2015 13:13 Go to previous message
CraigB
Messages: 386
Registered: August 2014
Location: Utah, USA
Senior Member
How are your blocks set up? Are they Base Table blocks or Control blocks? What are you doing to initiate the "Save" (clicking a button, using keyboard Hot-Keys, etc). What is the status of your block and records (check the :SYSTEM.BLOCK_STATUS and :SYSTEM.RECORD_STATUS variables)?

We just don't have enough information to be able to offer you a solution!
Previous Topic: Cursor pointing issue in Forms in Windows 7 and above
Next Topic: oracle d2k
Goto Forum:
  


Current Time: Fri Apr 19 15:27:07 CDT 2024