Forums
This topic is locked
how to show currency prices in pounds?
Posted 05 Mar 2002 12:49:24
1
has voted
05 Mar 2002 12:49:24 salman khan posted:
i want to show UK pound for my producty prices but UD is displayong prices in dollars. is there a way to change this default, and how. thank you i appreciate if you can assist.with regards
salman.
Replies
Replied 05 Mar 2002 15:20:28
05 Mar 2002 15:20:28 Owen Eastwick replied:
Try something like:
<%
varLocale = SetLocale(2057)
varPrice = FormatCurrency(RecordsetName.Fields.Item("YourCurrencyField".Value,2)
%>
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Edited by - oeastwick on 05 Mar 2002 15:21:04
<%
varLocale = SetLocale(2057)
varPrice = FormatCurrency(RecordsetName.Fields.Item("YourCurrencyField".Value,2)
%>
Regards
Owen.
Multiple Parameter UD4 / Access 2000 Database Search Tutorial:
www.tdsf.co.uk/tdsfdemo
Edited by - oeastwick on 05 Mar 2002 15:21:04
Replied 05 Mar 2002 22:42:37
05 Mar 2002 22:42:37 Dennis van Galen replied:
note that when you run your own server, you can change it on the server.
On the host computer open configuration/country settings, go to the currency tab and set to your hearts content (mine's set to € )you can also alter the way the server displays time and date in this same configuration screen.
This obviously is useless if your ISP is located in the USA and you rent space there...
With kind regards,
Dennis van Galen
Webmaster KPN Nederland
Financial and Information Services
On the host computer open configuration/country settings, go to the currency tab and set to your hearts content (mine's set to € )you can also alter the way the server displays time and date in this same configuration screen.
This obviously is useless if your ISP is located in the USA and you rent space there...
With kind regards,
Dennis van Galen
Webmaster KPN Nederland
Financial and Information Services