Topic: Disable edit with dobleclick or enter

Hi
I need disable "Double click" and "Enter" functions  of the table grid. I don´t want run the edit form with those functions. Only  with a buttons.
Thanks

Re: Disable edit with dobleclick or enter

Hello Ljhurtado,
Add this line between the final 'begin' and 'end' of your script as follows:

  Form1.TableGrid1.dbPopupMenu.Items[0].Enabled := False;

Please see attached for an example and i hope this helps,
Regards,
Derek

Post's attachments

Attachment icon ljhurtado.zip 337.84 kb, 345 downloads since 2018-01-05 

Re: Disable edit with dobleclick or enter

How good. Thank you very much Derek