Topic: delete button not working

Howdy,
could you help me please?
I cant delete record from TableGrid this is the error message
https://ibb.co/hZXLycY

Re: delete button not working

This error means you have entries in other tables linked to the entry you want to delete.

You need to delete those other entries first and then you can delete the master entry last.

On a clear disk you can seek forever

Re: delete button not working

I'm newbie, any help please?
I have a table as a dictionary I want to be able to delete items from that table or add (combo box)
thank you

Re: delete button not working

cmoi wrote:

I'm newbie, any help please?
I have a table as a dictionary I want to be able to delete items from that table or add (combo box)
thank you

прикрепите свой проект
   
attach your project

Re: delete button not working

project

https://www.mediafire.com/file/lejc5imm … M.zip/file

6 (edited by derek 2021-05-20 20:15:25)

Re: delete button not working

Hi Cmoi, Sibprogsistem,
Items_category.tablegrid1 should be pointing to the 'items' table, not the order.id_items relationship.
Please see the attachment (and screenshot.jpg in the attachment).
Regards,
Derek.

Post's attachments

Attachment icon cmoi2.zip 447.69 kb, 178 downloads since 2021-05-20 

Re: delete button not working

derek wrote:

Hi Cmoi, Sibprogsistem,
Items_category.tablegrid1 should be pointing to the 'items' table, not the order.id_items relationship.
Please see the attachment (and screenshot.jpg in the attachment).
Regards,
Derek.

Thank you so much for help