I am trying to disable the password character in a db edit field in a form with a button but I cannot figure it out.
I am trying to use property to disable it. PROPERTY <ComponentID> PASSWORDCHAR '*' I have tried PROPERTY <ComponentID> PASSWORDCHAR ' ' PROPERTY <ComponentID> PASSWORDCHAR '' PROPERTY <ComponentID> PASSWORDCHAR null But none of these change the * back to characters. Anybody have ideas?? TIA Dan Goldberg

