Visible subform on screen
hi,
i wanting have subform can filled in on screen not print , not take space on page when printed. subform contain global binding fields in other subforms. can done?
thanks.
hi,
yes, can done, require script.
the issue while in object > field palette can set subform's presence "visible (screen only)", still take blank space on printout.
solution have following script in subform's preprint event:
this.presence = "hidden"; // hide subform
and script in postprint event:
this.presence = "visible"; // show subform again
hope helps,
niall
More discussions in LiveCycle Designer
adobe
Comments
Post a Comment