Hiding a fields border when printing


hi,
i want fields border appear when filling in form, when print button clicked want border disappear. tried coding following in forms preprint event no luck:

fldtest.border.presence = "hidden";

thanks,
chad

chad,

try textfield1 object on print button:

textfield1.resolvenode("ui.#textedit").border.presence = "invisible";

or

this.resolvenode("textfield1.ui.#textedit").border.presence = "invisible";


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments