Thanks very much for your reply. I'm quite a novice with Livecycle and
scripting and wasn't that sure about your instructions - my fault not
yours!In the meantime I've inserted a button and attaced the following
script:topmostSubform.Page1.Button1::click: - (JavaScript, client)
----------------------------------// Toggle the presence attribute of
the Field.if (TextField1.presence == "visible") {TextField1.presence=
"invisible";TextField1.presence= "invisible";}else {TextField1.presence=
"visible...