About
From being a junior developer all the way to Development Manager position, I was always interested in new technologies. Passionate speaker, IT junky, developer, architect, team lead, and development manager - many hats, one goal - making software better and closer to people’s needs. For the most part I am using my blog as a scratch pad, writing small articles on things which I came across, was asked about more then once, and which would otherwise require additional research again and again.

Testimonials
I've been using this [theme] since the start. It is by far the most attractive, feature packed and stable of...
Rhyull
First I’m new to G3. I was wanting to append my forum with a gallery and after doing a lot...
Setishock
http://www.animeappeal.comThe greydragon theme is fantastic. It’s clean, stable and feature rich. It took me a while to decide to move...
Ed
Categories
Category Archives: Crystal Reports
Crystal Reports 2008 : hacking datetime parameter format
One would think that this should be a no-brainer : ability to specify an edit format for date/time parameter in Crystal Reports. Not so fast… Problem is as following: ASP.Net Web client with Crystal Reports Viewer control is used. When … Continue reading
Tip: Get report parameters as text from Crystal Reports in C#
I am starting a new set of posts presenting small code snippets in C# you could use when working with Crystal Reports in Visual Studio. And the first one is “GetReportParamsAsText“. Very simple but very handy function which allows to … Continue reading
How to deploy Crystal Reports 2008 project – part 2
Introduction From part 1 of this article, you got list of steps in order to deploy Crystal Reports 2008 project created in Visual Studio 2008. Next step is to choose deployment strategy, prepare installation script and then install it on IIS server. There is … Continue reading
How to deploy Crystal Reports 2008 project – part 1
Crystal Reports Deployment strategy This is a first part of the discussion about what it takes to deploy Crystal Reports 2008 based project created in Visual Studio. Dependencies When you develop something which involves Crystal Reports you need to deploy … Continue reading