Custom Login Screen in FileMaker 9??
Custom Login Screen in FileMaker 9??
(OP)
thread295-559159: Custom login screen?
Hello guys,
I am trying to create a Custom Login Screen for my FileMaker 9 database. I found this thread shed some lights of how to. However, I don't quite understand the following in the thread295-559159: Custom login screen?:
1) how to verify the user input with the database in the "loop if" script?
2) how to setup a relationship to verify the user input...
I appreciate if someone can provide script sample.
Thank you,
iramanis33
***** thread295-559159: Custom login screen? *********
Loop
exit loop if(user login = user login verify
//(setup a relationship to verify the user input password with the database password content. The user name is this side of the relationship and the password is the item being verified through the relationship. If the user name is input incorrectly, the password will not be valid so the login will fail if the password or user name is incorrect.)//[/color]
Hello guys,
I am trying to create a Custom Login Screen for my FileMaker 9 database. I found this thread shed some lights of how to. However, I don't quite understand the following in the thread295-559159: Custom login screen?:
1) how to verify the user input with the database in the "loop if" script?
2) how to setup a relationship to verify the user input...
I appreciate if someone can provide script sample.
Thank you,
iramanis33
***** thread295-559159: Custom login screen? *********
Loop
exit loop if(user login = user login verify
//(setup a relationship to verify the user input password with the database password content. The user name is this side of the relationship and the password is the item being verified through the relationship. If the user name is input incorrectly, the password will not be valid so the login will fail if the password or user name is incorrect.)//[/color]
RE: Custom Login Screen in FileMaker 9??