Jump to content
Server Maintenance This Week. ×

how to prohibit access to data viewer


sedek

This topic is 4597 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Is there a way to prohibit access to data viewer in a runtime ?

I have created a runtime without administrator account and almost no menus. Everything is controlled by buttons to navigate, print and make a copy of the database.

However, I found no way of hiding the Data Viewer sub-menu, which allows any user to see all of my fields names.

I removed the administrator account to protect the construction of my structure, but this is an open door to peek inside !!

Why did the folks at FM allow this for non-admin accounts?

Do we have to go in Kiosk mode to hide the Data Viewer ?

(FM 11 Advanced)

Link to comment
Share on other sites

There wouldn't be a data viewer in a runtime, so we're talking about opening your file with FileMaker Advanced. You could include something like this in your startup script:

If( Position ( Get ( ApplicationVersion ) ; "Advanced" ; 1 ; 1 ) )

   Close File

End If

And along with that you'd want to be sure to enable the options in the File Access tab of Manage > Security.

Link to comment
Share on other sites

This topic is 4597 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.