Newbies macx Posted June 3, 2006 Newbies Posted June 3, 2006 Is it possible to have a field similar to that of the keychain password field in Mac OS X's KeyChain Utility, that could hide or show the contents of a field. Perhaps by creating a button beside the field that would request a password when clicked and then once authenticated reveal the entered data in the protected field.
Steven H. Blackwell Posted June 3, 2006 Posted June 3, 2006 Take a look at the Custom Dialog Script step option. You can use the ••••• with that. Steven
CoZiMan Posted June 3, 2006 Posted June 3, 2006 (edited) The olde 'Bullet Font' as the normal field view and a script step to switch the font to legible would work just fine. BE SURE to keep the selection of the password box UNAVAILABLE TO SELECTION. Place a global field above it to allow entry/edit. At least, something like this is what I've implemented in the past. A dialog box would be useful, but what about manipulating the displayed field? Construct these things carefully. : Edited June 3, 2006 by Guest
Steven H. Blackwell Posted June 4, 2006 Posted June 4, 2006 A dialog box would be useful, but what about manipulating the displayed field? Not sure what you mean here. While you do have to have a field to receive the contents, if that field is a global one it clears at the end of the session. This is the perform Custom Dialog script step I am talking about here. Steven
muzz Posted June 5, 2006 Posted June 5, 2006 Here is an example of a password setup that I have been using - it works to access the password field itself but could be used for any field. Hope this helps. PS Converted it from FM6 but think it all works OK in 8. BulletField.fp7.zip
Newbies macx Posted June 6, 2006 Author Newbies Posted June 6, 2006 This is fantastic and very nearly the solution but I think the last sentence in my initial post may have confused the matter somewhat. I want to store some private data in a protected/hidden (bulleted) field. A field that is protected by a password. For example if the field contained "virtualinsanity", I want the user to see "•••••••" until an unlock button is pressed and a global password entered, say 'access' for example, then the fields data would be revealed. This protected fields data would differ on each record but the global 'access' password remain the same throughout. I would either set this password or request that it be set one time only on startup and could be changed at will. The main reason for this is to protect certain elements of data from 'over the shoulder eyes' in a public environment.
Genx Posted June 6, 2006 Posted June 6, 2006 I was trying to locate the bullet font for ages, could someone post it please?
Genx Posted June 6, 2006 Posted June 6, 2006 Okay well... I actually found the font when looking again 4 months later. Bullet Font And the issue of missing font is dealt with if you use an install program to do your installation for you. You can specify fonts to add .dll's to add etc.
muzz Posted June 6, 2006 Posted June 6, 2006 This is a modified version to access another field. Hope this helps. Cheers, Muzz PS The password mask was provided to me a couple of years ago as a result of a request on these forums - I think it may have been CobaltSky that posted it. BulletFieldMOD.fp7.zip
Recommended Posts
This topic is 6744 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