FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Suggestion for a new DATA and change in ColTitle-method
Posts: 6983
Joined: Fri Oct 07, 2005 07:07 PM
Suggestion for a new DATA and change in ColTitle-method
Posted: Mon Jun 30, 2008 04:16 PM
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


Continue the discussion