Search found 2 matches: trgroup

Searched query: trgroup

by Silvio.Falconi
Fri May 05, 2023 12:01 pm
Forum: FiveWin for Harbour/xHarbour
Topic: Group on Report ( from xbrowse)
Replies: 4
Views: 380

Re: Group on Report ( from xbrowse)

Dear Silvio,

> AAdd(oRep:aGroups,trGroup():New({||"oDbf:"+(afields[nGroup])},{||""},{||"Total"},{|| 1 },.t.,oRep))

AAdd(oRep:aGroups,trGroup():New( &( "{||oDbf:" + (afields[nGroup])}" ),{||""},{||"Total"},{|| 1 },.t.,oRep))



source\ut\ut_prn.prg(373) Error E0002 Unterminated string '},{|| 1 },.t ...
by Antonio Linares
Fri May 05, 2023 10:01 am
Forum: FiveWin for Harbour/xHarbour
Topic: Group on Report ( from xbrowse)
Replies: 4
Views: 380

Re: Group on Report ( from xbrowse)

Dear Silvio,

> AAdd(oRep:aGroups,trGroup():New({||"oDbf:"+(afields[nGroup])},{||""},{||"Total"},{|| 1 },.t.,oRep))

AAdd(oRep:aGroups,trGroup():New( &( "{||oDbf:" + (afields[nGroup])}" ),{||""},{||"Total"},{|| 1 },.t.,oRep))