Topic: Changing MVD msg

i m wondring if i can change the text of message like Not null with text i desire for instance : this field is required please enter value for field.

Delete Record :  No record Selected to delete.

Editing Record :   No record Selected for editing.

2- why when i use other language like Arabic for menu or sub-menu or right click in tablegrid shows (Z) next to the word i write  ?

Thanks

MVD keep it up ...

Re: Changing MVD msg

1. Please download an example:

2. Can you attach screenshot?

Post's attachments

Attachment icon Own messages.zip 6.75 kb, 537 downloads since 2015-12-12 

Dmitry.

Re: Changing MVD msg

DriveSoft wrote:

1. Please download an example:

2. Can you attach screenshot?


Thanks this will do the job for question number 2 here is screenshot

Post's attachments

Attachment icon Capture.JPG 67.62 kb, 286 downloads since 2015-12-12 

4 (edited by abouyahya527911 2015-12-13 18:00:01)

Re: Changing MVD msg

Thanks but i meant this msg can i change text to it  check pic please .

Post's attachments

Attachment icon التقاط.JPG 16.61 kb, 296 downloads since 2015-12-13 

Re: Changing MVD msg

abouyahya527911 wrote:

Thanks this will do the job for question number 2 here is screenshot

Please download latest beta version:
http://myvisualdatabase.com/download/se … 20beta.zip


try to add this line to disable auto assign hot keys

MyItem1.AutoHotKeys := maManual; 

example:

   MyItem1 := TMenuItem.Create (Form1);
   MyItem1.AutoHotKeys := maManual;
   MyItem1.Caption := 'MyItem1';
Dmitry.

Re: Changing MVD msg

abouyahya527911 wrote:

Thanks but i meant this msg can i change text to it  check pic please .

In the current version you can't change this message.

Dmitry.