
I want to insert a black line between the group header and the first record of the group,
The vertical position (oRep:nRow) is not updated correctly.
even if I do it this way
Code: Select all | Expand
oRep:bPostGroup := { || oRep:Line(oRep:nRow + 5, 0, oRep:nRow + 5, oRep:nWidth, 1, CLR_BLACK) }