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

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

Recommended Posts

Posted

I have a login.fp5 file that will allow user to login into my menu.fp5 file. For this menu.fp5 file, there are 5 passwords with 5 different privilege.

Then I need to create 5 opener files (such as opener_1.fp5, opener_2.fp5, opener_3.fp5, opener_4.fp5, opener_5.fp5) to allow users with different login to open this menu.fp5 file. When a user is logged in, he is directed to one of these 5 opener files and then the opener file will open the menu.fp5 file with the according privilege.

My question is "why do I need to create a opener file to open the menu.fp5 file?" Can I implement this within a script such as "when username/password correct, open file menu.fp5 with password_1".

Please help.

Jie

Posted

I would create my open script to use an IF:

If(StatusCurrentGroup = "Whatever that group name is" then Open, Opener1

Create that statement for each group.

I hope this is not as clear as mud and helps!

Posted

What's to stop me from calling one of the opener files directly and bypassing your security system?

  • 3 weeks later...
Posted

Hi, can you please tell me exactly how to write the following script?

If(StatusCurrentGroup = "Whatever that group name is" then Open, Opener1

Is Opener1 a separate file whose only function is to open another file?

thanks.

jie

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