January 2008 - Posts

Community Launch Registration Closed!!
30 January 08 04:04 | Simon Phillips | with no comments

We've had to close registration for the Community Launch this Thursday because we've hit the limit on the number of attendees. Well actually, due to a small issue with the code in our events module, we've gone over it, :S.

We're having to email those people who registered last that they are actually on a waiting list and might not be able to get into the event.  We're also sending out an email to those people who will be able to get in asking them, if they are not able to make it, then please can they un-register themselves so we can free up some space for people who can.

The Launch kit will only be available to those people who actually turn up for the event.

Remember those who can't make it that we will be holding more detailed events later in the year.

Microsoft are also holding the Official launch event in Dublin on the 11th March and we're hoping that they will also be coming to Belfast sometime in April, though this has yet to be confirmed.

SQL Server Reporting Services - Opening up hyperlink in a new window
28 January 08 11:17 | Simon Phillips | 3 comment(s)

By default if you create a navigation link in Reporting Services it opens the link in the same window. In the majority of cases this is fine as you usually use these for navigating to bookmarks within the same report or other reports. However there are many times that you would want to open the link in a new window, say opening up a customers site. The problem with the default behaviour is that it will open in the same window and you will loose the report being shown. You can hit the back button on the browser but this, unless you're using execution or snap-shot cache, will re-run the report.

If your report is being rendered as a web page you can modify your Navigation expression to use the JavaScript function window.open.

e.g.

="j avascript:void(window.open('{url}','_blank'));"

Wrapping the window.open function with a void is good practice as tells the browser not to expect anything back from from the JavaScript.

You could also extend this to use a name window or even specify the dimension of the window. If you need help on windows.open the head over to these web sites

One word of warning that these links will only work with the report being rendered in HTML,if you render in PDF or Excel then you really need to keep the links as a url without the JavaScript. At this time I haven't worked out how to determine, programmatically, the rendering option.

RunAs Radio - Podcast for ITPros
11 January 08 02:40 | Simon Phillips | with no comments

As some of you know I listen to a few technical podcasts. I've just come across RunAs Radio, from the people who bring you .NET Rocks! and Hansel minutes. Also think that Martin also mentioned this on the plane back home from TechEd this year.

RunAs radio is an audio podcast for IT Professionals working with Microsoft products.

I know that I'm a little bit behind the time as the shows started on the 11th April 07, but sometimes it takes a bit of time for me to filter through the mass of information that bombards me every hour of the day and I'm sure I'm not the only one ;).

Head on over to the site (http://www.runasradio.com) and choose to download the format of your choice (mp3, wma or aac) or better still subscribe one of the show feeds using your favourite podcast application. You can also find the show in the podcast directory in iTunes.

Filed under: ,
How do I - Get Ticks and Crosses in an Excel Table?
11 January 08 10:57 | Simon Phillips | with no comments

There are a few ways to get ticks and crosses in cells in Excel, the old way of doing this was to use a font, like the Wingdings, in the cell format. The only problem with this method, was that it didn't always format correctly, you had to remember the character which the corresponds to the tick and cross and if you used the spreadsheet as a data source then you would have 'strange data' in the column.

ScreenClip1

The better way of doing this in Excel 2007 is to use Conditional Formatting.

If we say that want to format a boolean, true / false column to use ticks and crosses. Firstly ensure that you use 1 for true i.e. where you want a tick and 0 for false.

ScreenClip2 

Select the column and Select from the Home tab on the Excel ribbon bar, Conditional Formatting / Icon Sets and choose one of the 3 set tick sets.

ScreenClip3

What you will get is a tick and a cross next to the number.

 ScreenClip4

What we now want to do is to remove the number so we are just left wit the icon.

Select the Conditional Formatting menu again and from this menu select Manage Rules...

ScreenClip5

Select the Icon set and click on Edit Rule

ScreenClip7 

At the bottom of the Edit Formatting Rule dialog you will see a check box called Show Icon Only, tick this control and confirm this dialog and the rules manager dialog.

ScreenClip8

What you are then left with is just the icons :)

ScreenClip9

Filed under: ,
How do I...
11 January 08 10:56 | Simon Phillips | with no comments

I've got a series of posts at work that I keep when clients, colleagues, friends or relatives ask me any questions about IT. It could be on anything from programming, use of application such as office. I thought that I cross-post them to NIMTUG as well for no other reason than then I'm saving them somewhere.

Filed under:
2008 is going to be a busy year! - Events
11 January 08 09:13 | Simon Phillips | with no comments

I've just blogged details about the up and coming Belfast Community Launch for Windows Server 2008, SQL Server 2008 and Visual Studio 2008, as well as some details about the official Microsoft Launch in Belfast later in the year and details about a Microsoft event on deploying Vista and Office 2007.

2008 is going to be a busy year! - Events

This Blog

Applications / Addons

Irish Community

Microsoft Ireland Blogs

My Articles

Syndication