March 27th, 2010

You are currently browsing the articles from Information City written on March 27th, 2010.

Crystal report export Excel, fit to 1 page

Apparently this was one of the request from a client recently. Sadly, the report was a direct export from crystal report function and attempting to search for a way to force the report to be exported with the scaling of 1 page width and height failed. The current version that we are using is 10.5, which is also the version which comes with VS2008.

And another enhancement came in place was the crystal report to print a dynamic picture where the source location should be configurable (in app.config). There is an obvious limitation reported for version 10.5 and the feature was made available in the recent version of Crystal, we were to come up with a workaround to make it work. After much trial and errors, manage to do it by saving the image into a table of a database, and linking the table to the existing ones in crystal. This way the crystal would grab the image from the database instead of the physical location in the local directory. Not the best solution but could get the thing delivered.

Keywords:

Written by admin on March 27th, 2010 with no comments.
Read more articles on Knowledge Base and Programming.

Twitter hacker: “No system is invulnerable”

In the recent news reported, Hacker Croll, the nick of the hacker who broke into the twitter administrator account being nice in proving to public on the above mentioned statement. I agrees with the statement indeed, in fact, I believes there is no system that is perfect (bug-free). Programs are developed by the programmers which are human who could have prone to error. If the bug has been identified, the turn-over time on fixing the problem should be rated instead to ensure that it is being resolved and improved. A program without improvement would not be of any better, in which I believe same goes to human which learns each and every day.

Written by admin on March 27th, 2010 with no comments.
Read more articles on Personal.