Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

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

Recommended Posts

Posted

Please help,

I have just been handed the responsiblities of all our filemaker pro design and implementation and am completely new to the software. I have a couple of questions (probabaly very simple for you pros out there): 1. How do you build a layout in Filemaker Pro with "Tabs" that can be selected to led to different layouts? and 2. Can I attach different access rights to each of these tabs, such that an individual not allow to access layout for tab 1 can select the tab, but when he/she does nothing is displayed (except maybe an alert notifiying the user that access is denied)?

Thank you for any help you can provide.

Posted

1. http://www.layoutmode.com/articles/navitabs.html

http://www.fmfiles.com/dev10.html

2. Create passwords, and assign each password to a Group. Then, assuming you have a group called "Admin" for example, you'd attach to your button/tab a script like this:

If [PatternCount (Status (CurrentGroups), "Admin")]

.. Go to layout ["secret admin layout"]

Else

.. Show message ["Go away"]

End If

This topic is 7871 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.