Setting the text of a password box

  • Thread starter Thread starter Ian Walsh
  • Start date Start date
I

Ian Walsh

I have a user details form with a textbox for a password on it
(textmode=password). I want to be able to set the text in the textbox
when retrieving user details. I will be filling the box with a dummy
value such as '*****'. When I set the .text property and the form is
run it returns as an empty value.

Is there any way around this.

Thanks.
 
Ian Walsh said:
I have a user details form with a textbox for a password on it
(textmode=password). I want to be able to set the text in the textbox
when retrieving user details. I will be filling the box with a dummy
value such as '*****'. When I set the .text property and the form is
run it returns as an empty value.

No. This is prohibited for security reasons.
 
Back
Top