Topic: Form header menu

Hello,

I am building a small database but i want to prevent the users from changing the database location. Is there any way to modify the header menu tab "Options" to do this?

Thanks in advance,

Kind regards

Re: Form header menu

Hello,


I made such a possibility, it will be available in the next version.


Now you can download new file builder.dll and copy this in folder of My Visual Database.
https://www.dropbox.com/s/prhcfpwagmjgu9m/builder.zip


Run project and after that, you can hide some items from menu.


Open file settings.ini from folder of project, example for hide menu items:

[Options]
VisibleOptions=0
VisibleReport=0
VisibleDBLocation=0


In your case, you need only: VisibleDBLocation=0

Dmitry.

Re: Form header menu

Superb! It works,

thank you for this very fast solution,

Kind regards

Re: Form header menu

You are welcome smile

Dmitry.