Newbies Tom_Coulman Posted December 9, 2002 Newbies Posted December 9, 2002 I need to insert a password once im in the file, but at the moment it shows what im typing could you please tell me how i can get it to desplay * signs when i type a letter, so instead of showing 'pass' it will show '****'
Ocean West Posted December 9, 2002 Posted December 9, 2002 If your are using FIleMaker 6 you don' t need a font you can use the new custom dialog box. If you are in earlier versions you could use Troi Dialog Plugin. or if you still want a bullet font you can get one from my web site http://www.oceanwest.net
falkaholic Posted December 9, 2002 Posted December 9, 2002 Or make the text field background the same ass the text colour.
darrel Posted January 6, 2003 Posted January 6, 2003 I've used the custom dialog boxes in version six to hide an entry into a custom dialog. However, when the user needs to re-enter the data ... the dialog box remembers the last input! Is there any way of clearing this? I have a situation where I want users to be be able to lock different layouts by password. However the custom dialog unhelpfully remembers the password allowing anybody to just click ok?
kyle Posted January 6, 2003 Posted January 6, 2003 HI, DARREL ! before you excute custom dialog message script , make sure the target field is empty. and make sure after you enter the value into custom dialog box , make sure you clear that field value. that way you not going to see any value when you trigger the custom dialog script. HTH.... KYLE
darrel Posted January 10, 2003 Posted January 10, 2003 Thanks Kyle, This certainly did the trick! It seems that the Clear field script wasn't working as I thought! I have since used the set field script to clear the field to nothing "" and it works great Cheers Darrel
Recommended Posts
This topic is 7992 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