Hello,
if I put:
:SetGroupHeader ("OVENS", 15, 20)
:SetGroupHeader (" OVENS SECONDARY ", 21, 26)
he treads on the first title with the second one and does 1 alone group to me
Thank you.
Regards, Ariel.
Hello,
if I put:
:SetGroupHeader ("OVENS", 15, 20)
:SetGroupHeader (" OVENS SECONDARY ", 21, 26)
he treads on the first title with the second one and does 1 alone group to me
Thank you.
Regards, Ariel.
I answered you when you contacted me personally by email.
But for the benefit of all I like to post the fix.
Please make this correction in the xbrowse.prg.
In the method PaintHeader( ... ) class TXBrowse, please locate this line of code:
present code:
if oCol:cGrpHdr != cGrpHdr
please change this line as:
if .not. ( oCol:cGrpHdr == cGrpHdr )
This is the fix required. This fix is adopted for release in the next version.