Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Unable to Insert - Please help me!!

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I have just created a form that has both database items as well as non-database items.
The properties of the non-database items have been changed.
example, query allowed = no
insert allowed = no
update allowed = no
database item = no.
What I am having problem with right now is trying to insert records into the database items.
I have been receiving error: FRM-40508:Oracle error: Unable to insert record.
The form needs to have the ability to insert records into the items that are database fields and save them into the table. It is not working here.
Can anyone please help me!!!
 
Make sure you have set the 'Database Item' property to 'No' fo all non-database items. Also check the Column Name property for every database item.

If you still have trouble, create an ON-ERROR trigger and call the DISPLAY_ERROR built-in from there to display the insert statement the form is trying to run.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top