Newbies ghosts Posted February 6, 2005 Newbies Posted February 6, 2005 I am a total newbie to filemaker pro, and I'm desperately trying to set up a login page (without assigning privileges to users, just by creating a user database where new usernames are saved - this & the 'new user' layout work fine). However, I had been working in filemaker pro 5.5, where I had written a login script that did what I wanted it to. It was something along the lines of: If(currentdatabase::username = userdatabase::username and currentdatabase::password = userdatabase::password) Go To Layout "logged in" But when I upgraded all the necessary files to fp7 & checked that all the relationships & everything worked okay, I noticed that this script no longer did anything. I've tried countless combinations, but as I said, I'm very new to this & would appreciate any kind of help. Thanks in advance.
Vaughan Posted February 6, 2005 Posted February 6, 2005 FMP 7 at last has *real* user accounts and passwords. Much easier to work with then FMP 6 and earlier. If you want a Login system that is really secure, use FMP's built-in accounts. Everything else is easy to work around.
Recommended Posts
This topic is 7400 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