RalphL Posted June 18, 2004 Posted June 18, 2004 If youi could get this to work, you would have to have the 5 passwords stored somewhere in your front end file. This sounds like it would compromise the security of your passwords. Look at nmci.com for a plugin that might do some of this.
QuinTech Posted June 18, 2004 Posted June 18, 2004 Hi Kutulpa, something i did in a similar situation was to create a global number field in the front-end file called "enable" or something like that. Your open script in FrontEnd.fp5 has a step that sets enable to 1, and your closing script has a step that sets enable to 0. In the opening script for each of the remaining files, the first step checks the value of enable through a relationship (calc field=1 in each file) and if the value is 0 it closes the application. This still allows users to get to the back-end files through the Window menu--to disable this, i'll echo Ralph in pointing you to nmci.com or securefm.com (same company, different URL). Jerry
Newbies kutupla Posted June 18, 2004 Author Newbies Posted June 18, 2004 Thank you for your quick answers....I'll try those websites and see what happens...
Recommended Posts
This topic is 7732 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