I have created a simple Oracle form where I am asking user 4-5 inputs and on click of Button(when-button-pressed trigger) I have written an insert statement, then commit.
When I am pressing the Button 2 records with same details are getting inserted. i am unable to understand why. Oracle message is comming as FRM40400 1 transection applied and saved. But in DB table 2 rows are comming with the same data. Please help.
Forms just did what you instructed it to - to insert two rows. How?
insertstatement you wrote behind the triggerinsertstatement from itIt seems that you don't quite understand how Forms work. Read some documentation about it, for your own sake. Online Forms Help system (the one that shows up when you press
F1key) should get you started.