Avatar

Level 10

Hi,

If in the prePrint event for you subform/fields you set the color to white with code like;

this.border.fill.color.value = "255,255,255"

then in the postPrint event you can revert to the design time color with;

this.border.nodes.remove(this.border.fill)

Removing the fill node will revert to the original color.

Regards

Bruce