I tried to control printout of subheaders in a VPR4VDF report with a checkbox and this code:


SZBREAK_BEGIN
If (Checked_State(oCheckBoxGruppRubrik(self))) SZBREAK ART.GRUPP
SZBREAK_END


It nearly worked. The subheaders disappeared except the one on top of the 2:an and further pages. How can that be handled?

Bengt