CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> GotoCode Archive

 currency format in asp

Print topic Send  topic

Author Message
sdz
Posted: 04/01/2002, 3:28 PM

thanks in advance, i don't know how to format a number with mask for currency field in the before show forms, any help?
sdz
Posted: 04/01/2002, 4:57 PM

I have used fldprice = FormatCurrency (price) and the form shows 0.00EurosSymbol, not the currency field,nor the quantity, please help.
Nicole
Posted: 04/01/2002, 11:54 PM

Hello,
you use incorrect variable name. Var name that contains field value consists of 2 parts:
fld+fieldname
Use this code:
fldprice = FormatCurrency(fldprice)
where "price" is field name

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.