Password field; mergeTBObjects; onchange events

Hi Clifton,
Just a couple of things. Neither is really a problem because I have workarounds for both of them.
In this reply https://www.pgsoftwaretools.com/forum/viewtopic.php?f=10&t=278&p=1013&hilit=password#p1013 you suggest using userProperty() to create a password field. I interpret this as being something like
tbfunction_userProperty("[name of field]", "type", "password") but I have never been able to make it work. Instead I use an html containing a password input loaded into a field by pgGotoURL
I also need to use the propertychange event in a single-select listbox but I haven't been able to do this in an XML file. Is it possible? It's absolutely not a problem as I can just do this in a TB actions sequence instead.
John
Just a couple of things. Neither is really a problem because I have workarounds for both of them.
In this reply https://www.pgsoftwaretools.com/forum/viewtopic.php?f=10&t=278&p=1013&hilit=password#p1013 you suggest using userProperty() to create a password field. I interpret this as being something like
tbfunction_userProperty("[name of field]", "type", "password") but I have never been able to make it work. Instead I use an html containing a password input loaded into a field by pgGotoURL
I also need to use the propertychange event in a single-select listbox but I haven't been able to do this in an XML file. Is it possible? It's absolutely not a problem as I can just do this in a TB actions sequence instead.
John