Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

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

Recommended Posts

Posted

I have an 'index' database which acts as a top level navigation page to allow users to open other databases. If a user logs into the index using his user name and password, he can gain access to all the databases in which he has an account with the same user details without a further login request.

I've added a new database so have given it a new button which runs the following script:

Allow User Abort[Off]

Open file["RMA"]

Perform Script["Startup" from File "RMA"]

The file RMA contains a relationship to another file "Contacts". If a user has an account in "RMA" but not in "Contacts", he is being asked to provide a login to "Contacts" before he is given access to "RMA". This request occurs immediately the script starts, apparently in advance of reaching the second step if the script debugger is to be believed - it happens as soon as the script starts executing.

I've set up RMA so the first layout it gets to is based on a table that has no relationships to the "Contacts" file, however it still insists that the user provides a login to the external file. Is there a way round this - no errors are generated so I can't trap for the problem.

If it is relevant, the server is Filemaker 8.5, the client is Filemaker 11 Advanced.

Thanks

Brian

Posted

I don't know if this would work, but does it help to create 'guest' user account, e.g. with no access privileges?

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