Hi friends,
oCol := oBrw:AddCol()
oCol:bStrData := { || Tran(ARQCHEQ->VALOR,"@e 99,999,999.99") }
oCol:cHeader := "VALOR"
oCol:nDataStrAlign := AL_RIGHT
How i can do "VALOR" header aligned right?
Regards,
Wanderson.
redefine xbrowse obrw id xxxx of yyy ;
fields ARQCHEQ->VALOR ;
pictures ,"@e 99,999,999.99")
redefine xbrowse obrw id xxxx of yyy ;
COLUMNS "VALOR" ;
PICTURES "@e 99,999,999.99" ;
ALIAS 'ARQCHEQ'
Return to FiveWin for Harbour/xHarbour
Users browsing this forum: Google [Bot] and 77 guests