HTML / VBScript
IE5
NT4 sp6
To validate user input, on a field that has a value of "£ 10.00", I use VBScript to call the standard functions IsNumeric() and then CCur() to check and return the ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/ASP/Q_20086659.htm...
Zones:
ASPDate Answered: 02/08/2002 Grade: B Views: 23
I have a textbox where a large dollar about is entered in millions ( 1.9M = $1,900,000 ). I need the entry to be converted to $1,500,000 format from 1.5M when the textbox loses focus OR on submit. ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_20968210.htm...
I have a list of dollar amounts on one tab with dates assigned (6/5/2004) to them. I want to do a vlookup to another tab to get the exchange rate for that month to convert these to euros for that m...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Excel...
Zones:
MS ExcelDate Answered: 12/27/2004 Grade: A Views: 0
I have a spreadsheet that calculates, or at least needs to, calculate staff members daily pay.
for example:
TimeIn TimeOut Difference
07:00 AM 02:30 PM 7:30 (ie to be paid for 7 hours ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_101...
I have a form that generates the cost of a classified ad, but it often genterates $1.1 or $1.0000000001
Anyone know how to fix this?
http://www.idsnews.com/classifieds/new_form/
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10320926.html
Zones:
JavaScriptDate Answered: 04/03/2000 Grade: A Views: 0
How do I convert a numeric value to a text value in VB? For example converting $12,931.56 to:
"TWELVE THOUSAND NINE HUNDRED THIRTY ONE AND FIFTY SIX CENTS
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20064514.html
Zones:
Visual BasicDate Answered: 12/22/2001 Grade: A Views: 15
3 people went to a hotel for a room for an overnight stay. The waiter told them it cost $30 for a room. So each traveler paid $10 to come a total of $30. but hotel manager said the room is on speci...
http://www.experts-exchange.com/Other/Puzzles_Riddles/Q_20376120.html
I want to display -ve dollar Amount on my JSP page, i using like
NumberFormat nf = NumberFormat.getCurrencyInstance();
double getAccWiseTotals11 = balancereport.getAccountWiseTotals11();
<%=nf.f...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20523151.html
Zones:
JSPDate Answered: 02/24/2003 Grade: A Views: 0
Hi guys, i have a problem validating a dollar amount , it should take -ve & +ve values including decimal place 2, of maximum 16 space. i mean :
12 digits before decimal point and a - sign if it ...
http://www.experts-exchange.com/Programming/Languages/Java/J2EE/JSP/Q_20631699.html
Zones:
JSPDate Answered: 06/03/2003 Grade: B Views: 0
First i apologize for the long text posting
I have a data file in.txt format like below
Anna Millward
d 123.45
w 17.20
0
Binh Tran
d 423.70
w 50.25
d 245.45
w 488.45
0
Cass Elliot
d ...
http://www.experts-exchange.com/Programming/Languages/Java/Q_20708073.html
Zones:
JavaDate Answered: 09/21/2003 Grade: A Views: 0