Hi,
I have a project that uses a password field on a form, but behind the scene this password field is filled through code like this (example to replicate it): {my_text_field} = “hello”;
So nothing fancy here.
Now, i added this code to the onLoad function and the field is empty, no dots are showing. When i set ‘password field’ to ‘no’ everything works fine, so the text “hello” is showing.
To be sure, i have created a control with just one text field that was not linked to a DB, and the same occurred.
I am using SC 7.01.0009.
Thx,
Tim