Suggestion for a new DATA and change in ColTitle-method

Post Reply
User avatar
Otto
Posts: 4470
Joined: Fri Oct 07, 2005 7:07 pm
Contact:

Suggestion for a new DATA and change in ColTitle-method

Post by Otto »

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


Image
Post Reply