Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Password character
Message
From
14/02/2002 09:28:39
Alina Panaghiu
Smart Computers
Arad, Romania
 
 
To
14/02/2002 06:24:47
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Miscellaneous
Thread ID:
00619907
Message ID:
00619989
Views:
12
Try this:

procedure cit_parola
on key label entern return
caracter=" "
pass=""
@1,5 say "Introdu parola:"
for i=1 to 15
@2,i+8 to 2,23 color W/w
@2,i+8 get caracter;
picture 'x';
color b/b,x/w;
read
if not isalpha (caracter) and caracter#" "
exit
endif
pass=pass+caracter
@2,i+8 say '*' color n/w
caracter=' '
next
return

Alina Panaghiu
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform