goosfancito wrote:Hello!
:setGroupHeader in array? can use?
Silvio.Falconi wrote:Mr. Rao,
How I can print a multiheader xbrowse ?
static function MyRepSetUp( oRep, oBrw, nCall,ntipo )
Local oFont
DO CASE
CASE ntipo=1 // tabella piccola
DEFINE FONT oFont NAME 'ARIAL NARROW' SIZE 0,-12 OF oRep:oDevice
CASE ntipo=2 //tabella grande
DEFINE FONT oFont NAME 'ARIAL NARROW' SIZE 0,-6 OF oRep:oDevice
ENDCASE
if nCall == 1 // called by xbrowse after oRep created but before creation of columns
return 2 // ask xbrowse to call second time after creation of columns
endif
// this call is after creation of columns
// here we extend oRep and oRep:Columns array
// with any additonal features we want
oRep:aFont[ 1 ] := oFont
oRep:cellview()
return NIL
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: No registered users and 97 guests