No announcements
Found 2963714 threads
-
0 Votes
I want roman numerals list option
(Use a lower case "i" for lower case Roman numerals.)Answered | 7 Replies | 1351 Views | Created by CKMock - Tuesday, March 6, 2018 6:47 PM | Last reply by CKMock - Friday, March 9, 2018 4:18 PM -
0 Votes
Roman Numerals
Roman only used the number 1 to 3,899,999 in there numerical system.Answered | 3 Replies | 6663 Views | Created by CherryHillRich - Monday, November 1, 2010 8:00 PM | Last reply by Crazypennie - Tuesday, November 2, 2010 2:48 PM -
0 Votes
How to convert 1-800-Flower to numeric phone number?
Have a look at this thread:Answered | 2 Replies | 984 Views | Created by Roman0jkljkhjhk - Friday, April 4, 2014 8:45 AM | Last reply by Johnny Bell Jnr - Friday, April 4, 2014 9:12 AM -
0 Votes
how to Convert number To Eastern Arabic Numerals when print CReport ?
Cherry, In Western languages like English, Spanish and Portugese, we use Arabic numerals, your code seems nice but it converts Arabian numerals to ...Answered | 12 Replies | 3442 Views | Created by srajmuneer - Friday, November 10, 2017 12:07 PM | Last reply by srajmuneer - Monday, November 20, 2017 5:13 PM -
0 Votes
Finding the error (Argument 'Number' cannot be converted to a numeric value)
According to the error, you must ensure 'Number' could convert to numeric type.Answered | 4 Replies | 9247 Views | Created by Darwin Express - Wednesday, August 18, 2010 11:58 AM | Last reply by Chao Kuo - Monday, August 23, 2010 11:42 AM -
0 Votes
[Visual C#] Converting a numeric textbox value to a short
Almost any time you're thinking of using a converter that conversion could be done easier in a viewmodel.Answered | 2 Replies | 1096 Views | Created by ClintLC - Sunday, September 28, 2014 12:23 AM | Last reply by Andy ONeill - Sunday, September 28, 2014 9:37 AM -
0 Votes
Converting Numeric to String
To convert longer number you will need STR(x, 13) or rather STR(x, 16) or you may use TRANSFORM(x) which is maybe better.Answered | 1 Replies | 39638 Views | Created by JFK1965 - Friday, January 14, 2011 10:14 AM | Last reply by Pavel Celba - Friday, January 14, 2011 11:30 AM -
2 Votes
Convert visual c# to visual c++
How to link C# source file (say class1.cs) & CMakeLists.txt to C++ file (say Demo3.cpp) in Vusual Studio 2015 or 2017?Answered | 6 Replies | 34846 Views | Created by M_Max - Wednesday, July 11, 2012 4:21 PM | Last reply by Karthik14 - Thursday, June 7, 2018 10:08 AM -
2 Votes
how to convert a number into roman numeral in visual C#
private static string ConvertToRoman(int convertThis) { int ...Discussion | 4 Replies | 26303 Views | Created by Rookhsaar - Tuesday, April 2, 2013 2:36 PM | Last reply by Petter ken - Thursday, January 9, 2014 10:38 AM -
0 Votes
How to find out numeric number
If your situation is always the relatively predictable way you listed (some letters, then the number all together, then more letters), you could probably get away with a less robust ...Answered | 6 Replies | 2189 Views | Created by Sunil Narwaria - Thursday, December 6, 2012 6:54 AM | Last reply by johnqflorida - Thursday, December 6, 2012 1:29 PM -
2 Votes
How to convert numeric string to packed decimal (unsigned)
I knew you would know how to do this.Answered | 11 Replies | 2723 Views | Created by WestJefferson - Monday, January 18, 2016 10:17 PM | Last reply by dbasnett - Tuesday, January 19, 2016 12:25 PM -
0 Votes
Convert numeric value into currency
In the properties window, there is a property called Format, just type C in there and you should be good.Answered | 2 Replies | 2545 Views | Created by Royal Thomas - Friday, November 4, 2011 6:27 PM | Last reply by Naomi N - Friday, November 4, 2011 6:46 PM -
2 Votes
Error while converting varchar to numeric
How would one normally write an empty string literal?Answered | 3 Replies | 1778 Views | Created by Gani.P - Friday, October 25, 2013 7:45 AM | Last reply by scott_morris-ga - Friday, October 25, 2013 1:46 PM -
0 Votes
Issue with my query converting numeric
SUBSTRING(TAXFY1 , LEN(TAXFY1), 1) when TaxFy1 = numeric (12,2) cannot be possible - you can only substring strings, not numeric data types.Answered | 2 Replies | 5046 Views | Created by Rob Kap Sig - Friday, February 18, 2011 6:45 PM | Last reply by ArthurZ - Friday, February 18, 2011 8:22 PM -
0 Votes
How to convert this large number to heximal?
Hi Niel1, It seems that the converted varbinary has less length so the conversion got truncated. ...Answered | 3 Replies | 719 Views | Created by Niel1 - Thursday, February 25, 2016 10:22 PM | Last reply by Jingyang Li - Friday, February 26, 2016 1:59 AM -
0 Votes
Arithmetic overflow error converting numeric to data type numeric.
Declare @Number Numeric(5,2)=0.2500 Declare @pagebreak INT =500 Declare @result Numeric(5,2) Select ...Answered | 4 Replies | 5156 Views | Created by Marimuthu K - Tuesday, November 5, 2013 12:19 PM | Last reply by Dan Guzman - Tuesday, November 5, 2013 12:52 PM -
0 Votes
How to Work with Decimal in Visual C++?
Hi chcw, If you mean that you would like to do some mathematic calculation in Front-end application (Visual C++), ...Answered | 4 Replies | 1178 Views | Created by chcw - Friday, August 3, 2018 3:28 AM | Last reply by Will_Kong - Friday, August 3, 2018 7:57 AM -
0 Votes
How to get ordinal numbers from numeric
Hi Gautam Reloaded, According to your description, you want to convert numeric value to ordinal word.Answered | 2 Replies | 1847 Views | Created by Gautam Reloaded - Thursday, June 9, 2016 11:14 AM | Last reply by Xi Jin - Friday, June 10, 2016 7:17 AM -
1 Votes
Visual C++ convertion to Visual Basic
Make from your C++ program is that is not yet the case a managed C++ Class library (DLL).Answered | 1 Replies | 1648 Views | Created by ShimonShami - Wednesday, July 4, 2012 11:54 AM | Last reply by Cor Ligthert - Thursday, July 5, 2012 5:09 AM -
0 Votes
Arithmetic overflow error converting numeric to data type numeric.
i think you are confused about numeric data type precision and scale.Answered | 5 Replies | 3706 Views | Created by manish2kk - Friday, January 3, 2014 10:57 PM | Last reply by Praveen Rayan D'sa - Saturday, January 4, 2014 5:03 AM - Items 1 to 20 of 2963714 Next ›
No announcements