Disable Export in File Menu

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

Guest

Hi,

When navigating forms how can I prevent users from seeing/using the export
function, under the file menu? Bearing in mind that, when I'm navigating
around the back tables that I can have full access to this and all other
functions.

Any help is much appreciated.

Regards,

Riz
 
Riz said:
Hi,

When navigating forms how can I prevent users from seeing/using the export
function, under the file menu? Bearing in mind that, when I'm navigating
around the back tables that I can have full access to this and all other
functions.

Any help is much appreciated.

Regards,

Riz

You need to set the startup options as appropriate and provide custom menus.
You'd also need to (create and) disable the AllowBypassKey property to stop
users using the shift key to bypass the startup options you set. There are
free utilities which allow you to control the AllowBypassKey property
setting so that you (as an administrator) can still use the bypass key (I
got mine from Albert Kallal's web site IIRC).

HTH - Keith.
www.keithwilby.com
 
Back
Top