Dim tf As TextField
...
' initialise like any other control for the sub name to handle it
tf.InitializePassword("pword")
...
Sub pword_Action
' do something with the password field
End Sub
Dim tf As TextField
...
' initialise like any other control for the sub name to handle it
tf.InitializePassword("pword")
...
Sub pword_Action
' do something with the password field
End Sub