-
Visit these guys for great merchandise and cool products Planet-X and these for cool bobble head Bobble Heads UK
-
ok so regular expressions arent really my thing. I do use them them for validation but usually end up using them for simple things like order number formats, invoice numbers etc. Anyway i had occasion to validate email address's again and after a...
-
Ok so you've set sage up with company data on your local machine and now you want to share data with others or amend the data. To change the company data directory open up explorer goto C:\Documents and Settings\All Users\Application Data\Sage\Accounts...
-
this bloody thing took me ages to work out and in the end i didnt :) Google came to the rescue after loads of searching to provide me with a working sample which im now sharing. private void SaveToDrafts() { try { // TODO: Replace with the name of the...
-
Not sure which versions this works for but definately for SageLine50 v15, if you need to recreate a ODBC connection on a server that doesnt have sage on or just recreate the dsn anyway you can find a setup program sage have installed for you at this location...
-
Came across this annoying error message in Sql 2008 twice now. both times i'd forgotten how to remedy it so this time i'm putting this on my site :) To fix this in Management Studio, go to Tools -> Options then go to the Designer Page and uncheck...
-
In my spare time I have created and marketed (to a certain degree) a Bobble Head site, partly because I like them and find them fun and entertaining, partly fuelled by the fact I think there is a market for them in the uk which is mostly untapped. You...
-
So its been some time since I last posted about myself personally. A lot has happened and I thought it was about time I updated for the sake of it. As the recession rumbles on I have found myself made redundant along with a further 100 people and half...
-
I had a need to do this recently and came across the following sql which you can run in analyser select * from tablename for XML RAW, ROOT ('root'), ELEMENTS XSINIL This will output your table and contents as XML within a single result and you...
-
The problem is that you cannot delete a key and you cannot add the key as you do not have access to the key to delete it and the .NET framework cannot add it because of constraints on the StrongName data store. The solution is to give yourself access...
-
if your struggling with this connecting to Microsoft##SSEE I followed the steps below and hey presto all working. Open SQL Server Configuration Manager Click on protocols for Microsoft##SSEE > Properties Set Hide Instance to "No" Enable Named...
-
hope these are useful for somebody. Template ID = 0 Desc: This template is used for initializing a new site. Title: Global template Name: GLOBAL#0 Template ID = 1 Desc: A site for teams to quickly organize, author, and share information. It provides a...
-
Just noticed today that my visual studio crashes when I try and go into design mode. I'm not honestly sure what causes this problem as I dont use this VM very often however i think its linked to either Office 2007 or Visual Studio 2008 SP1. as a fix...
-
not having done this before on our installation this took me a few minutes to figure out. obviously as its a drop down field its a picklist which needs editing but it's not in the Case/Incident resolution entity. The picklist can actually be found...
-
Hi on a few posts on the MS CRM dynamics forum I commented on a solution for working out due dates taking into account weekends and holidays etc. This is the solution I came up with which has been working for the last x months without any issues (as far...