Topic: Data deletion message

I want to modify the data deletion message and modify the OK and Cancel buttons

Post's attachments

Attachment icon delet.rar 293.01 kb, 29 downloads since 2023-11-13 

Re: Data deletion message

Hi,
Try it like this (see attached).
Or you can simply use

begin
  translate('Are_you_sure_you_want_to_delete_the_record','Delete Me?');
end.

However, the text associated with buttons such as 'yes', 'no', 'ok' etc are Windows generated and should appear as per your PC's language settings;   they cannot, as I understand it, be changed directly in MVD.
Derek.

Post's attachments

Attachment icon delet2.zip 336.39 kb, 47 downloads since 2023-11-13 

Re: Data deletion message

derek wrote:

Hi,
Try it like this (see attached).
Or you can simply use

begin
  translate('Are_you_sure_you_want_to_delete_the_record','Delete Me?');
end.

However, the text associated with buttons such as 'yes', 'no', 'ok' etc are Windows generated and should appear as per your PC's language settings;   they cannot, as I understand it, be changed directly in MVD.
Derek.



The buttons for approval and cancellation (ok - cancel). Can I replace them with a symbol?

Post's attachments

Attachment icon ssss.PNG 1.67 kb, 13 downloads since 2023-11-13 

Re: Data deletion message

Hi,
If you want full control, you'd be better off writing your own 'deletion' pop-up (for example, use a panel with your own message, your own buttons etc) - see attached.
Derek.

Post's attachments

Attachment icon delet2.zip 336.56 kb, 65 downloads since 2023-11-13 

Re: Data deletion message

derek wrote:

Hi,
If you want full control, you'd be better off writing your own 'deletion' pop-up (for example, use a panel with your own message, your own buttons etc) - see attached.
Derek.

\


Thank you very much everything works fine