Forum Discussion

murugans1011's avatar
murugans1011
Regular Contributor
13 years ago

hiding passwords

my apps contains passwd txt box which i will give input through script using object.text property..how to hide password from scripts for other users who runs the script routine

2 Replies

  • karkadil's avatar
    karkadil
    Valued Contributor
    Use Keys method to enter text to such a control. In this case the characters will be automatically converted into asterisks (of course, if the control itself supports this)