I can show the symbol of euro into xbrowse
but I have set
WITH OBJECT oApp():oGrid:aCols[ 10 ]
:nDataStrAlign := AL_RIGHT
:cEditPicture := "@ €99,999.99 "
:lTotal := .t.
:nTotal := 0
:nFootStrAlign := AL_RIGHT
END
the problem is I can show the symbol euro NOT on the same position
because the ammount is different on each record
Look :
I cannot put the € on the end of this string ( :cEditPicture := "@ 99,999.99 € ") because in Italy is no possible because the symbol € is used before of numbers
how resolve this problem