About Markish Expertise I can answer general questions related to Foxpro from Version 2.0 to 9.0. I'll try to answer them as quickly as possible.
Experience I've been into Dbase programming from age of 11. I've worked in versions from FoxPro 2.0 and Foxbase. Education/Credentials I've done my B.Tech (IT) with distinction from Anna University, Chennai - India.
FoxPro - hide display of characters in @ ... Get statement of Foxpro2.6 for DOS
Expert: Markish - 8/26/2008
Question Sir,
Please tell me how can i hide the display of characters while entering data in a field using @.... Get Command for example if i don not want the other person to see password that i enter, how can i hide display
Thanks
Answer Hi Jatinder,
You can use the color clause to achieve this. Something like
@ 10,20 Say 'Password' colo 10/2
@ 10,30 get mpassword pict '!!!!!!!!' colo n
read