how to avoid FRM-40400:Transactin complete: 1 record applied and saved
579729Apr 21 2010 — edited Aug 17 2010Hi
I have a master detail form.
I am not going to change the master block, so I have set it as non-updatable.
There is a push button. When I update or insert a new value in the details block(tabular) (:detail_block.text_item), I click on the push button to make the change permanent in the database.
At first I had used standard.commit in the push button, but that didn't work. By doing this , when I exist from the form it again asked me whether I should commit (*do you want to save the changes you have made?*).
Then I used commit in the push button. This commits data in the database but always promts me FRM-40400:Transactin complete: 1 record applied and saved. This I dont want.
Could you please help me?
regards