Hi this may seem a real dum question but how do i keep my total from showing more than 2 digits right of the comma
this is my code
TempST = tempTot1 + tempTot2 + tempTot3 + tempTot4 + tempTot5 + t...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10119028.html
Zones:
Visual BasicDate Answered: 01/20/1999 Grade: A Views: 0
How do I convert a numeric to currency?
How do I format it to be thousands separator, and with pound sterling symbol? And do some calculations with it, just like in Excel? I'm using Borland C++ Bu...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_12051559.html
Zones:
C++Date Answered: 05/19/2001 Grade: A Views: 0
We (my company) have created several Excel templates which access our database to display a variety of reports/pivot tables, etc.
These templates were all created on a machine with U.S.A. region...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_201...
Hi,
I know to_char is able to format the 'date' datatype for the result. Will it also be able to format 'number' and 'currency' datatypes? To be more specific, I want the 'number' to be shown ...
http://www.experts-exchange.com/Database/Oracle/Q_20199047.html
Zones:
OracleDate Answered: 06/13/2002 Grade: A Views: 14
I work with
Access2000 DB (german)
adodb.connection
adodb.recordset -> recordset.update
my db needs the german number format (#.##0,00)
when i take currency (DM german) it works fine.
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_DB/Q_20352062.html
Zones:
VB DBDate Answered: 09/07/2002 Grade: B Views: 0
hi sir,
In my project I have to insert currency including Symbol of currency infront of the data.First I included by giving the datatype with String.It is fine till now.But when I have ...
http://www.experts-exchange.com/Database/Miscellaneous/Q_20450476.html
Zones:
DatabasesDate Answered: 09/27/2003 Grade: A Views: 0
Hi all,
I'm new to c++, and I have to write a program to convert a monetary amount from one country's currency to another country's currency. The three currencies to be used are dollars, deutsche ...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20528000.html
Zones:
C++Date Answered: 12/07/2003 Grade: A Views: 0
eg, in my db, i have a column named Price and it is a currency type. there are 2 figures in it, $35.65 and $3.20
Price
$35.65
$3.20
but when i write an sql select statement:
SELECT Price ...
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20954715.html
Zones:
MS AccessDate Answered: 04/18/2004 Grade: A Views: 0
Hello,
Thanks for reading our question! Is there any plug-in from Microsoft that will convert values to multiple currencies? We have seen a Euro converter, but not for any thing to convert val...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 04/26/2004 Grade: A Views: 0
Hi, all,
I am having problem displaying cross tab style summary table on my web form.
Basically, I have a web page that I need to show each departments sales for each year. So the first ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_21086976.htm...