Monthly Archive for July, 2009

Reporting Services – how to change font style in the toolbar of ReportViewer?

I created a report with SQL Server Reporting Services. It displayed some data and the toolbar with list of checkboxes that defined which columns should be displayed on the report (see the screenshot below). The problem was the font on the toolbar didn’t match the font on the report, i.e. it was huge in comparison to the report. In short it needed resizing…

toolbar 350x65 Reporting Services   how to change font style in the toolbar of ReportViewer?

Continue reading ‘Reporting Services – how to change font style in the toolbar of ReportViewer?’

T-SQL – How to select multiple rows into a single row

I spend too long on finding the solution for this problem…

Basically I had a table which looked like this
table T SQL   How to select multiple rows into a single row

What I wanted was to select all as one row as a set of items separated with a comma, where an item was ‘id: name’. The items had to be sorted by the id. So the result was supposed to look as below:
result T SQL   How to select multiple rows into a single row

Continue reading ‘T-SQL – How to select multiple rows into a single row’

Wireless Configuration: Incorrect MFC DLL version installed

Out of the blue when I started my laptop (Dell D600, Windows XP SP2) I started getting the following error:

Wireless Configuration
Incorrect MFC DLL version installed on this system; minimum requirement is MFC SP4 Dlls.

The message wouldn’t stop popping up, rebooting didn’t help.

Solution

Google was not much of help there. The best advice found was this; it didn’t help though. Finally I decided to remove Dell Wireless Manager because… it had the same icon that this annoying pop-up icon smile Wireless Configuration: Incorrect MFC DLL version installed This helped!

At the moment I can’t do much more about the wireless because my router is in the service. When it’s back I’m going to reinstall the software for wireless and I hope all works grand. If I have any problems I’ll update this post.