in the xbrowse:report() print setup I go to print the groups
Code: Select all | Expand
If nGroup >0
IF lEject
AAdd(oRep:aGroups,trGroup():New( bCampo2( afields, nGroup,oDbf ),; //campo
{|| aGroup[nGroup]+" :"+oRep:aGroups[1]:cValue},; //header
{|| "Totale "+aGroup[nGroup]+": "+oRep:aGroups[1]:cValue+" ("+ltrim(str(oRep:aGroups[1]:nCounter))+")"},; //footer
{|| 1 },; // Font
.t.,oRep)) //leject
I tried with CRLF or by inserting oRep:newline() but nothing happens
any solution?