Error with euro symbol Data Dictionnary variable
Hello
I have a Data Dictionnary Variable where I set the currency of the user's country.
I use the variable 'CountryCurrency' in a memo like :
But at runtime, when the currency is Euro (symbol ??¬) I always have an error :
Any Idea ?
I have a Data Dictionnary Variable where I set the currency of the user's country.
I use the variable 'CountryCurrency' in a memo like :
Total Cost [CountryCurrency]
But at runtime, when the currency is Euro (symbol ??¬) I always have an error :
An error occured during calculating...Undefined symbol "??¬"
Any Idea ?
Comments
not all fonts support it so check the windoes character map for a particular font to get the correct code and see if it is available.
My Delphi programm looks like : Phil