Advertisement

1 - 10 of 38 containing alltags:("numberformat") (0 seconds)
I've got a decimal field in an SQL database that I can't get to format the way I want on a CF page. If the value shows 4.600 in the database, I want it to be "4.6" on the screen.. I thought #...
Zones: ColdFusion Application ServerDate Answered: 03/31/2000 Grade: B Views: 4
Hello Experts! I'm programming in ASP NET, source code:VB.NET, VS.NET 2003, WXP as OS NumberFormat is doing fine: TextBox1.Text=2004.98 TextBox1.Text = Strings.FormatNumber(TextBox1.Text, 2...
Zones: .NETDate Answered: 12/30/2003 Grade: A Views: 0
I need to format a float in this format: IIIIIIIIDD where I is the whole number portion of the number, padded with zeros, and the D is the decimal portion of the number, also padded with zero...
Zones: ColdFusion Application ServerDate Answered: 10/14/2004 Grade: A Views: 0
Hey folks, A quick question to ask how i should: pass a variable (number) in the url extract it on another page and save it to a variable do a database search on this variable and then bri...
Zones: ColdFusion Application ServerDate Answered: 11/23/2004 Grade: A Views: 0
Hey Everyone, Up until last night I was always under the assumption that changing a cells .NumberFormat was for looks only, but now I realize that isn't true.  I was wondering if someone might b...
Zones: MS ExcelDate Answered: 05/02/2005 Grade: A Views: 6
Hello Everybody, I would like to do a numberformat using PHP.  I would like to make a number that always consists of 6 digits, ex 0000,00 It's not really a numberformat but I would like to make...
Zones: PHP and DatabasesDate Answered: 12/06/2006 Grade: A Views: 0
Can anyone point me to a document that thoroughly discusses all of the things that can be put in a NumberFormat field? I recorded a macro of me setting a cell to date format and I got this: "...
Zones: MS Excel, Visual BasicDate Answered: 11/14/2007 Grade: A Views: 5
Codes: //beginning float dep=2270.12345; NumberFormat f=NumberFormat.getNumberInstance(); f.setMinimumFractionDigits(2); String str=formater.format(dep); System.out.println(str); //end ...
Zones: JavaDate Answered: 11/30/2002 Grade: A Views: 0
I have the following line and I'm not sure how to numberformat to this so the result is a percentage. GRP is populated from a recordset so it is a varible. Sheet.Range("B10").Value = GRP I...
Zones: Ms Office SuiteDate Answered: 08/06/2003 Grade: A Views: 46
I am using VB to search through a column in an Excel worksheet that is a list of times at which data was logged. I want to select cells based upon the time. The problem is, even though the time app...
Zones: Visual BasicDate Answered: 07/08/2003 Grade: A Views: 0