Jump to content
Server Maintenance This Week. ×

startup script and password


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

Recommended Posts

i have a filemaker solution that i'm hosting on a windows xp computer (fmpro 5.5)

the solution includes about 15 files that each have a bunch of passwords based on employees...

I have found a help message on this forum with the following startup file

Allow User Abort [off]

Set Error Capture [on]

Open["database1(host)"]

Open["database2(host)"]

Open...3-15

Set Field ["LastError", Status(CurrentError)"]

If ["LastError<>0"]

Show Message["Sorry

End If

Close

The problem is that each time a database opens, it asks for the password again. I thought that if the password is the same for a group of files, it would only use that password...

I can't input the password within the script because the password is based on the employee...so there may be 9 different passwords but the same 9 passwords in all 15 files...

is there any way to just have the employee to input their password once...and have it entered into all the other files?

thanks

Link to comment
Share on other sites

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