Suggestion for a new DATA and a little change in ColTitle-method
To insert a bitmap between the title and the colTitle a new data and a little change in the method colTitle would be necessary.
METHOD ColTitle() CLASS TReport
local nFor1, nFor2, nColumns, nMaxHeight, nBegRow, nEndRow
nColumns := Len( ::aColumns )
nMaxHeight := 0
IF valtype(::nColTitleRow)="U"
::nRow := ::nTitleRow
else
::nRow := ::nColTitleRow
ENDIF
Regards,
Otto