1

(10 replies, posted in FAQ)

frmdbCoreExport.bExportAllToCSV.Caption:='';

That worked great... Thank you very much for helping!

2

(10 replies, posted in FAQ)

Hi Jean,

Yes, tried this and other similar combinations without success.

Thanks for helping!

3

(10 replies, posted in FAQ)

It was possible to translate all the strings of the "Export screen", except for the last button indicated in the image. Could anyone tell me how can I translate the string for this button?

Thanks

https://i.ibb.co/9VShmF1/Export-Screen.jpg

4

(3 replies, posted in General)

Thank you! The table is back!

5

(3 replies, posted in General)

One of my dictionary tables has disappeared from MVD. I opened the database in SQLiteStudio to check it and it is still there, but it does not appear in MVD.   sad

6

(2 replies, posted in Script)

DriveSoft wrote:

Hello.


Please download latest beta version
https://www.dropbox.com/s/mb8hyuevvu8x5 … a.zip?dl=0


Now you can change filter for DBImage using script, example:

procedure Form1_OnShow (Sender: TObject; Action: string);
begin
    Form2.DBImage.OpenDialogFilter := 'JPEG files (*.jpg;*.jpeg)|*.jpg;*.jpeg';
end;

Thank you very much!!

7

(2 replies, posted in General)

Thank you!

8

(2 replies, posted in General)

Any example on using planners?

9

(2 replies, posted in Script)

Is there a way of setting filter for DBImage OpenDialog button? The reason is that I want to allow jpg|jpeg pictures only.

I know I can create my own button with something like the code below but would like to set the filter directly in the DBImage button.
Thanks for helping.


var
    OpenDialog: TOpenDialog;
begin
    OpenDialog := TOpenDialog.Create(OpenDialog);
    OpenDialog.Filter:= 'Files jpg|*.jpg';

10

(20 replies, posted in General)

Translations for the strings below are not working:

---------
Open_image_to_save_the_database
Delete_Image
Export_image_from_database
---------

Congratulations for the new features!

11

(13 replies, posted in General)

Wow! Thanks for such a great help!


If possible could you please point me out how to change the texts "Open file.. etc" on the Menu which is shown in the right button (Save) of a DBFile (TdbFileToDatabase) component.


Thank you

12

(13 replies, posted in General)

Could you please provide an example  of localization using script please. Specially for translating "hints" strings from visual components like "image" and "dbfile" and any other string in the aplication.

Thanks

https://postimg.org/image/w60hu7sk1/


if you can not see the image above, right click an choose open image..

13

(3 replies, posted in General)

Great News Dmitriy, thank you!

14

(2 replies, posted in General)

I think something went wrong as I can not see the attached file.

Just in case, the link to see the screenshot is in the link below:

http://www.eduardovolpi.com.br/Image1.jpg

15

(2 replies, posted in General)

Hi,

I attached an image so you can see the characters appearing on the image window

Would be cool if we could localize the final exe file and the application itself


Thanks

16

(6 replies, posted in General)

Ok, works fine now. I'll see what I can do.

Thank you

Eddy

17

(6 replies, posted in General)

Thanks for answering,

The attached example didn't work here. It raises an  Undeclared Identifier: 'Insert'  Error
I'm using  v1.41

18

(6 replies, posted in General)

Hi,

I 've just discovered MVD and found it excellent, so i'm wondering if you have a Roadmap for it that you could share with us.

Also, are you planning to release a Pro version where we could personalize menu items, exe icons, etc?


Thank you and keep up the great work

Eddy