1 (edited by eserjbrujo 2023-04-07 02:04:47)

Topic: message Ask for confirmation to delete the record?

Hello, good day to everyone!

I have the following script, with which you remove selected columns or multiple columns at once,

I need your support to be able to add to the script the confirmation message that I do want to delete the columns
because I already accidentally deleted some necessary columns in my MVD
I would really appreciate your help and support.
Greetings!

Post's attachments

Attachment icon script.JPG 36.6 kb, 63 downloads since 2023-04-07 

Re: message Ask for confirmation to delete the record?

  if MessageBox('Delete data?','Delete',MB_OKCANCEL ) = mrOK then
  begin
    // your code is here
  end;
Визуальное программирование: блог и телеграм-канал.

Re: message Ask for confirmation to delete the record?

Hi k245 Thank you very much for your time and support!!, completely grateful.

Best Regards!