stefwef Posted December 17, 2010 Posted December 17, 2010 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!
stefwef Posted December 18, 2010 Author Posted December 18, 2010 well, I resolved this by passing the privilege set to second file and a bunch of ifs. Not very pretty but it works.
Recommended Posts
This topic is 5089 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 accountSign in
Already have an account? Sign in here.
Sign In Now