hi
i am doing a project i VB and SQL Server.....
i want to display a report made in Crystal report when i click the print button of my application......
please send me an example code which i can use to do it...
reply soon
shantanuTake a look at this:
http://support.businessobjects.com/communityCS/TechnicalPapers/scr8_ttxado.pdf.asp
Showing posts with label display. Show all posts
Showing posts with label display. Show all posts
Monday, March 19, 2012
Sunday, February 19, 2012
Generate 2 decimal points?? how?
HI All,
I use MSSQL as my database and ASP.NET as my front application. I want to display Price value S$23.68.
The dayatype I used is smallmoney, but it display: S$23.6800. HOw do I control the number of decimals point in the column of MSSQL??
Thanks a lot
Suigion
Well for monetry values i use datatype Decimal(9,2)where 9 is the number of digits before Decimal and 2 is the number of digits that u can use after decimal Point
hope that might helps....!!
Subscribe to:
Posts (Atom)