Topic: Error Deleting One Line Item on Tablegrid...

Hello Everyone,

It's been a while... been quite busy in college drawing stick figures. :-)
Before anything HAPPY NEW YEAR!

I'm having trouble deleting a row from the tablegrid.

I highlight the first row on the tablegrid using the white cursor arrow on my desktop.
with the intent to delete the first line item. This is when I receive the nasty window pop-up stating
an "Error Message".

It's mind boggling because I can add line items and then delete the  additional unwanted rows.

What I've tried:
>> I deleted the delete button and recreated it with a different name. Didn't work.
>> I've recreated the tablegrid as well... Didn't work.


I provided a picture below hopes it makes sense. :-)

Post's attachments

Attachment icon error-deleting-row.png 51.26 kb, 201 downloads since 2018-01-05 

Re: Error Deleting One Line Item on Tablegrid...

Update...

I was populating all empty fields in my MVD application.
I usually find out what other things I may want to add on the application
after doing this.

Come to find out.. I was able to delete the line item in the Tablegrid.

It might have been a glitch.

It fixed on it's own.

Re: Error Deleting One Line Item on Tablegrid...

When you delete a database's records, you need to be careful about referential integrity errors. These errors will occur if you delete the records in tables with foreign keys before deleting the records in the referenced tables.

Dmitry.