I am using ASP and my site was all working ok (site was developed using frontpage as the editor - purely for ease of use to save file to the frontpage server - not for the WSIWYG creator, it was always uses in code view as a glorified text editor)
I have just upgraded to Windows Vista and Microsoft Office SharePoint Designer 2007 and as soon as i open a page up in sharepoint and change the "text only" on the site, not of the functional code, it changes my prices from being displayed as £23.99 to £23.99!!!?? i have not changed any of the code which generates the prices.....
The pound sign it set as a variable on the page from the configuration table and basically just says:
Select CurrencySymbol from tblConfig
RS.Open
strCurrencySymbol = RS("CurrencySymbol")
intProductPrice = RSprice("intProductPrice")
Response.Write strCurrencySymbol & formatNumber(intProductPri
ce, 2)
**THE CODE TO GENERATE THE PRICES HAS NOT BEEN CHANGED AND HAS BEEN WORKING FOR OVER A YEAR**
It seems that as soon as i open up a page in Office SharePoint Designer (The replacement for Frontpage) and save it, it changes the way the numbers are formatted, and for no apparant reason.... it has not entered any other lines of code into the code of the page?
Totally confused as to why it would do this, any ideas of why it would be doing this and how to resolve the problem?
Cheers,
Carl
Start Free Trial