-
Recent Posts
Recent Comments
Archives
- May 2018
- April 2018
- January 2018
- October 2017
- April 2017
- February 2017
- January 2017
- November 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- April 2016
- March 2016
- February 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
- April 2013
- March 2013
- February 2013
- January 2013
- December 2012
- November 2012
- October 2012
- September 2012
- August 2012
- July 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- May 2011
- April 2011
Categories
Meta
Monthly Archives: August 2012
Crystal report formula field Tutorial
You can use formula field in Crystal report for a custom field, for example You want to find total sales based Qauntity and units sold You want to multiply, add two numbers You want to add number of days to … Continue reading
Posted in Uncategorized
Leave a comment
Equivalent font sizes of H1 H2 H3 H4 H5
Wondered what is the equivalent size of html header tags H1, H2, H3, H4 and H5? I rendered an XSLT containing these 5 heading into a word document, the following was the result [table] Header,Font Size (pt),Font Weight H1,24,Bold … Continue reading
Posted in Uncategorized
Leave a comment
Database Vendor code: 229 – Crystal Report
If you get the below error in Crystal Report Failed to retrieve data from the database. Details: [Database Vendor Code: 229] This mean you do not have access to the data. This possibly occurred because you created your report on … Continue reading
Posted in Troubeleshoot
4 Comments
SQL function says command completed successfully
I got the above error when I was trying to return a value from my sql function (scalar) and it would instead say, Command(s) completed successfully. without actually returning the value. So I investigated Scalar SQL Functions Scalar SQL function … Continue reading
Posted in Uncategorized
Leave a comment
Western Union vs MoneyGram Cost Comparison
Use this calculator to Compare western union rate vs MoneyGram. Usage Notes: Note that Western Union (WU) and MoneyGram(MG) dollar conversion rate changes on daily basis. There service fee also changes and is usually different state by state. You must … Continue reading
How to write complex SQL Query or Report
There will be times when you will be asked to write a complex report that involves more than 3 tables, has obscure fields that do not know where they are in the database. You will posed with the problem of … Continue reading
Posted in Uncategorized
1 Comment
ASP.NET Weird Error
The following error in thrown in my asp.net web application (folder based) Keyword not supported: ‘id’. Guess where could be the problem? When I look at the compilation error warning CS0109: The member ‘Employees.id’ does not hide an inherited member. … Continue reading
Posted in Uncategorized
Leave a comment