Hi All,
Is there a CF tag availabe that can convert currency values depending on
user selection (country)?
I have a CF application which requires displaying currency values depending
on the exchange rates.
The default currency is Australian Dollars. However users  need to see other
values eg NZ Dollars,
UK Pounds, HKDollars, US dollars etc. Changes have to be real time.
I have seen similar in some ASP run websites.
Any ideas as to how to implement it in CF  ?

Thanks

Srimanta


----- Original Message -----
From: "Jochem van Dieten" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, October 10, 2002 12:25 PM
Subject: Re: OT: SQL Question


> Tony Carcieri wrote:
> > Hi all,
> >
> > Here's what I want to do:
> > UPDATE tablename
> > SET column = 0
> > WHERE ID = ???????
> >
> > I want to specify a range of numbers (like 100-200) and increment it by
2.
> > So, 100, 102,104etc would only be updated and the rest wouldn't.
>
> WHERE
> ID BETWEEN 100 AND 200
> AND MOD(ID, 2) = 0
>
> Jochem
>
>
> 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Reply via email to