Rich S Posted October 7, 2006 Posted October 7, 2006 I thought I had a good start on this then my brain fizzled out. What I want to do is have a user, in a runtime solution, enter a password so that other users can't accidentally delete records; the password would be required before each record is deleted. (Yeah, I know I could make it a one-shot deal through an account privlege set-up, but trust me...the users need this kind of set-up.) So, the problems I'd like to solve are... 1) How can the primary user enter a password (and be able to change it later, if he or she wanted to) without having to "hard code" it into a script...which a runtime user can't do. 2) I tried to enlarge the text in the user-defined message box using TextSize, but it doesn't seem to work, so is that a dead end, or...? 3) When a user decides to cancel deleting a record after FM asks if she or he wants it deleted, is there a more elegent way than clicking Cancel twice to exit the script? Thanks in advance for your help--it always is MUCH appreciated! Ciao, Rich Password.zip
Genx Posted October 7, 2006 Posted October 7, 2006 See the sample i've attached. I sort of slacked off in the commenting, but nevertheless. It basically utilizes globals, simple if statements, loops and custom dialogs. passwordelete.zip
Rich S Posted October 7, 2006 Author Posted October 7, 2006 Good heavens, man--I hope you didn't stay up all night working on this! Thank you very, VERY much!
Genx Posted October 8, 2006 Posted October 8, 2006 Well no, but i did spend 15 minutes of my precious precious time... actually i was bored :)
Recommended Posts
This topic is 6969 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