Mr Nages,
how to in xbrowse:
REDEFINE XBROWSE oBrw ID 100 DATASOURCE oQuery ;
HEADERS "Fecha","Motivo" ;
COLUMNS "FECHA",{|| myfunction(oQuery:CODIGO)} ; //where myfunction is a function external
JUSTIFY AL_CENTER,AL_LEFT ;
COLSIZES 60,200 ;
LINES CELL NOBORDER OF oDlg
oDlg:oClient:=oBrw
It can be done?
Regards
Roberto