Hi,
I have built a new project using Build 261 and have the following problem.
When I select the English Language and the English CodePage and they do not change the values in dbcommon.asp. The Currency Symbol is displayed as "$"
If I change them manually in dbCommon.asp
[codebox]cCharset = "Windows-1252"
response.AddHeader "Content-type", "text/html;charset=" & cCharset
dDebug=false
useAJAX=true
suggestAllContent=true
Session.LCID = 2057
session.codepage=1252[/codebox]
The Currency Symbol is then displayed as "#"
Is this a bug or something I am doing wrong.
Kind Regards.