BeforePrint event does not work when ProceesAt = GroupFinished
Hi guys
It seems that we can not set a content for a TextBox in the BeforPrint event when it's ProcessAt is GroupFinished.
Am I right? Why is it?
Thank you for your response.
It seems that we can not set a content for a TextBox in the BeforPrint event when it's ProcessAt is GroupFinished.
Am I right? Why is it?
Thank you for your response.
Comments
Objects with ProcessAt != Default are handled in a special way. You cannot change them from BeforePrint handler.