Jump to content
Server Maintenance This Week. ×

Privileges / External Data File


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

Recommended Posts

I have split my fmp file into two: one is the interface with no records and the other is the extensive data with no interface.

I did this so that I can have interface maintenance without long data imports.

Both files have the identical arrangement of multiple accounts and passwords.

I have a "log-in" script in the interface file (and also same log-in scipt in data file). When user logs in, the interface logs in but the data file does not login. This is a problem. When I manually log into the data file (with same account), all privileges align again.

My Qs are following:

1) What causes accounts/passwords to be passed from interface file to the data source file? I read that it should happen automatically when opening the external file, but adding a close/open(hidden) external file in my interface login script is not triggering passing of account/password.

2) How can I pass two parameters of all different lengths (username AND password) to my login script in external data file? (I just realized I can "Perform Script" from external file. ) If need be I can just pass the username and have lots of "if this username then that password", manually entering all the passwords in the login dialog, but that is a PAIN!

Any other advice most welcome.

Thank you!

Link to comment
Share on other sites

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