what is the equivalent of oBrw:SetGroupHeader in oReport ?
- Code: Select all Expand view
// in xBrowse
10,10 XBROWSE oBrw SIZE -10,-50 PIXEL etc etc
...
oBrw:SetGroupHeader( 'RESIDUO',5, 8)
- Code: Select all Expand view
// in Report
REPORT oReport ;
etc etc...
COLUMN TITLE "ARTICOLO" ;
DATA DIRE01->CODE
COLUMN TITLE "DATA" ;
DATA DIRE01->DATA;
SIZE 9
// header for Columns ARTICOLO and DATA... ?
thanks