Right-click menu is not available in .mde-file

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have made a tool to update a lot of administrative files

Part of the tool's value is the ability to filter for values in the mai
forms records

To protect the tool (and prevent people to accidently change code...)
distribute it as an mde-file. But as such I can't use the righ-click filte
menus...

How do I enable those in the mde-file
 
When you compiled the MDE, did you disable: -

1. Disable the "Allow Built-in Toolbars" Property
2. Declare a Shortcut Menu Bar?

(Both these properties can be set via the Database Startup
options).

If you have disabled the first property above, then you
need to create Custom Toolbars. This includes creating
custom Shortcut Menus. Create A Shortcut Menu then re-
compile the MDE, declaring your shorcut menu in property 2.

HTH.


Tony C.
 
Back
Top