1

(187 replies, posted in General)

Im not an expert in MVD, but i find myself a bit "lost" on the script "tab", I think it helps to have multiple "script tab" for code organization in multiple forms.

And I did found that I cant parse a text file bigger than 10mb ( yes its large, and based on import/export example ).

Better MDI forms, it would be nice to have tree like DataGrid options ( is it called nested ? )

and unique feature to have multiple users Sqlite, Server-Client ( i know the limitations of SQLlite, but someone already made some working prototype in CodeProject.)

ty for the great application.

"WD My Cloud" I think it has mySQL capabilities. use/configure your MVD to use mySQL instead of Sqlite.


https://community.wd.com/t/how-do-you-g … loud/97666

3

(5 replies, posted in Script)

Ty !

Edit: I've figure it out.

Searched another example from an old versions.

4

(5 replies, posted in Script)

Hi,

beginner here,

I'm trying to import a CSV with Date in format dd/mm/yyyy, but MVD wont recognize that format using datepicker search ( database uses yyyy-mm-dd),

How can I convert arrstr[0] ( its my date column ) into database, in a format that MVD understands ?

Any help ?

Ty