Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I have apply a solid colour as background for a subform.
Is it possible when prints to discard the background colour?
Solved! Go to Solution.
Hi,
You can use the following in the prePrint event of the subform:
this.border.fill.presence = "invisible";
and this in the postPrint:
this.border.fill.presence = "visible";
Good luck,
Niall
View solution in original post
THANKS Niall!
Views
Likes
Replies