symbol € on xbrowse
Posted: Sun Mar 06, 2011 3:18 pm
How insert this symbol on a row of xbrowse and on footer ?
I made this but not show the symbol €
I made this but not show the symbol €
Code: Select all
WITH OBJECT oRLbx
WITH OBJECT oRLbx:aCols[ 6 ]
:cFooter:="Totale :"
END
WITH OBJECT oRLbx:aCols[ 7 ]
:nDataStrAlign := AL_RIGHT
:cEditPicture := '@€ 99,999.99'
:lTotal := .t.
:nTotal := 0
:nFooterType := AGGR_TOTAL
:nFootStrAlign := AL_RIGHT
END
END
WITH OBJECT oRLbx
:nFooterLines := 1
:nStretchCol :=-1
:lFooter:= .T.
END