Advertisement

1 - 10 of 113 containing alltags:("dollar") (0 seconds)
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 ...
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. ...
Zones: MS Visual BasicDate Answered: 04/29/2004 Grade: A Views: 0
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...
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 ...
Zones: Ms Office SuiteDate Answered: 07/31/1999 Grade: A Views: 0
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/
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”  
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...
Zones: Puzzles / RiddlesDate Answered: 10/21/2002 Grade: A Views: 0
I want to display -ve dollar Amount on my JSP page, i using like NumberFormat nf = NumberFormat.getCurrencyInstance(); double getAccWiseTotals11 = balancereport.getAccountWiseTotals11(); <%=nf.f...
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 ...
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 ...
Zones: JavaDate Answered: 09/21/2003 Grade: A Views: 0