Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need *'s to show in password field
Message
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00416579
Message ID:
00416582
Views:
33
>Is there a routine handy which will show asterisks ('*') in password fields, instead of the text the user enters?
>
>I've gotten spoiled by VFP! I'm modifying a Foxpro/DOS app.

there's a couple of ways to do it; one is to find a font, or create it, that is '*' for all keyboard entries...

the other, easier, imho, is a library called KeyMask.fll that does this very nicely for you.... works well; a little hard to 'grasp' at first; but once you get it; very cool.

You add code to the when snippet of the text box; and then the valid. and then when you need the actual value of what they typed in; you make a 3rd call to the library to return the text of what they typed.

-josh
Previous
Reply
Map
View

Click here to load this message in the networking platform