<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel><title>Softstuff Consulting Knowledgebase Items</title>
<webMaster>info@softstuff-consulting.com (Softstuff)</webMaster>
<link>http://www.softstuff-consulting.com/kbase</link>
<description>Knowledge Base digest</description>
<language>en-us</language>
<copyright>2007-2008 Softstuff Consulting</copyright>
<pubDate>Tue, 10 Jun 2003 04:00:00 GMT</pubDate>
<atom:link href="http://www.softstuff-consulting.com/kbase/rssfeed.asp" rel="self" type="application/rss+xml" />
<item>
     <title>GISMO - Cannot load GM7S32.dll - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=118</link><description>When trying to install the GoldMine Outlook link, just after it asks for the GoldMine username and password, it may pop a dialog box informing you that it cant load the GM7S32.DLL.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=118</guid><pubDate>Fri, 15 Jan 2010 15:20:47 GMT</pubDate></item><item>
     <title>Finding the current users WIP Queue - Microsoft Dynamics CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=117</link><description>Wehn building integration pieces, using the Webservice interface its sometimes useful to be able to page through the logged in users Work in Progress Queue to either process the items in there, or assign them to another Queue.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=117</guid><pubDate>Tue, 1 Dec 2009 13:39:12 GMT</pubDate></item><item>
     <title>Getting the current user in C# - Microsoft Dynamics CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=116</link><description>When writing code to interface with CRM using the WebService interface it is often necessary to find out details about the user that is being used to login to the interface. This simple function will return a structure with some information about the current user, the most important and useful is the Guid representing the UserId.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=116</guid><pubDate>Tue, 1 Dec 2009 11:51:54 GMT</pubDate></item><item>
     <title>Updating Goldmine with Quote totals - QuoteWerks</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=115</link><description>If you are running QuoteWerks Corporate Edition hosted to SQL, along with </description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=115</guid><pubDate>Wed, 25 Nov 2009 08:42:24 GMT</pubDate></item><item>
     <title>Getting a snapshot of Contact2 data - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=114</link><description>Recently I came across a situation where the customer wanted to go through all</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=114</guid><pubDate>Tue, 24 Nov 2009 14:34:56 GMT</pubDate></item><item>
     <title>Is a number odd or even? - C#</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=113</link><description>This is a really simple one, but when I spoke to a developer recently he had completely overlooked the simplest way to discover if an integer is odd or even, and was performing quite a convoluted formula to get the answer.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=113</guid><pubDate>Tue, 24 Nov 2009 11:51:12 GMT</pubDate></item><item>
     <title>Text entry in Uppercase - C#</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=112</link><description>If you are using a textbox on a Windows form, and you want the user to enter data in Uppercase, you could simply convert the data afterwards, or add the following line of code to the InitializeComponent(), or the Load() function of the form.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=112</guid><pubDate>Mon, 23 Nov 2009 19:50:43 GMT</pubDate></item><item>
     <title>Finding the users Application Data directory - C#</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=111</link><description>If you plan on storing any kind of persistent information regarding configuration for your current user in a file the best place to store it is in the users Application Data directory. This allow data to be written regardless of the current set of security in place for that user.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=111</guid><pubDate>Fri, 20 Nov 2009 12:06:20 GMT</pubDate></item><item>
     <title>Useful function to return the current IP address. - C#</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=110</link><description>A useful function to return the current IP address of the machine it is run on. A possible enhancement here might be to return all the current IP addresses, as it is possible for a machine to be using 2 addresses at the same time.  </description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=110</guid><pubDate>Wed, 18 Nov 2009 16:56:06 GMT</pubDate></item><item>
     <title>Manually removing a service - Windows Vista</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=109</link><description>Sometimes it becomes necessary to manually remove a service from a machine.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=109</guid><pubDate>Wed, 26 Aug 2009 09:47:03 GMT</pubDate></item><item>
     <title>Manually removing a service - Windows 2003</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=108</link><description>Sometimes it becomes necessary to manually remove a service from a machine.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=108</guid><pubDate>Wed, 26 Aug 2009 09:44:43 GMT</pubDate></item><item>
     <title>Manually removing a service - Windows XP</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=107</link><description>Sometimes it becomes necessary to manually remove a service from a machine.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=107</guid><pubDate>Wed, 26 Aug 2009 09:44:20 GMT</pubDate></item><item>
     <title>Converting to/from Hex or Decimal - Microsoft Excel</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=106</link><description>To convert values in a spreadsheet from hexadecimal to decimal use the following formula.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=106</guid><pubDate>Mon, 24 Aug 2009 20:18:11 GMT</pubDate></item><item>
     <title>Entering the current date/time into a cell - Microsoft Excel</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=105</link><description>Use the formula =NOW() to enter the current date and time into a cell.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=105</guid><pubDate>Mon, 24 Aug 2009 20:13:00 GMT</pubDate></item><item>
     <title>Counting blank cells - Microsoft Excel</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=104</link><description>Use the following formula to count the number of blank cells within a range of cells in a sheet.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=104</guid><pubDate>Mon, 24 Aug 2009 20:05:27 GMT</pubDate></item><item>
     <title>Calculate the number of days in a month - Microsoft Excel</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=103</link><description>To calculate the number of days in a month, use the following formula.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=103</guid><pubDate>Mon, 24 Aug 2009 19:58:57 GMT</pubDate></item><item>
     <title>Comments in a spreadsheet - Microsoft Excel</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=102</link><description>Comments can be added to a spreadsheet, by simply right-clicking on a cell and selecting Add Comment from the pop up menu. The comment has no effect on the value or formula inside the cell.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=102</guid><pubDate>Mon, 24 Aug 2009 19:51:50 GMT</pubDate></item><item>
     <title>Turning the ruler on and off in Word 2007 - Microsoft Word</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=101</link><description>In Word 2007 to turn the onscreen ruler on and off the following keystrokes can be used.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=101</guid><pubDate>Mon, 24 Aug 2009 17:29:19 GMT</pubDate></item><item>
     <title>Viewing system information - Microsoft Word</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=100</link><description>While running Word it is possible to view all the system information about your PC, like the operating system version, how much memory is available, and even what hardware is connected inside the box.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=100</guid><pubDate>Mon, 24 Aug 2009 16:34:37 GMT</pubDate></item><item>
     <title>Full screen mode in Word 2007 - Microsoft Word</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=99</link><description>Some people like to type their documents, in full screen with no menu bars, or button bars visible, and this feature is still available in Word 2007 not from the menu or toolbars, but it is available with a couple of keystrokes.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=99</guid><pubDate>Mon, 24 Aug 2009 16:30:48 GMT</pubDate></item><item>
     <title>Starting Word without a blank document - Microsoft Word</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=98</link><description>Every time you start Word, the program is started with a blank document. This is ideal if you are ready to start a new file. Most people, however, will find themselves working with the same files over and over and having to close the default document down each time becomes a nuisance.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=98</guid><pubDate>Mon, 24 Aug 2009 15:16:45 GMT</pubDate></item><item>
     <title>Script to set the tab order of field layouts - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=97</link><description>When developing screen layouts in GoldMine it can be quite tedious to set the tab order from the new field positions.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=97</guid><pubDate>Wed, 12 Aug 2009 19:31:45 GMT</pubDate></item><item>
     <title>Overide currency symbol  - QuoteWerks</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=96</link><description>Normally QuoteWerks uses the currency symbol that is set on each client, in the regional settings when creating a quote. This can cause problems when either different clients are set to different currencies, or the client PCs are set to one currency (ie. GBP Pounds Sterling) as it is the local currency where they are located, but they have a need to always quote in another currency (i.e. USD US Dollars) becuase that is what their customers expect.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=96</guid><pubDate>Wed, 12 Aug 2009 17:46:28 GMT</pubDate></item><item>
     <title>Function to strip HTML from a string - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=95</link><description>Below is a function that can be used to strip HTML from a string. It works by looping through the string until it meets an opening HTML tag, and ignores everyting until it meets a closing tag.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=95</guid><pubDate>Thu, 6 Aug 2009 20:36:09 GMT</pubDate></item><item>
     <title>Turning off HTML notes support in Pending and History - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=94</link><description>By default GoldMine stores all notes in history and pending in HTML format. Depending upon your chosen reporting tool, or if you are linking to an external system this feature isnt always desirable. </description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=94</guid><pubDate>Thu, 6 Aug 2009 20:00:43 GMT</pubDate></item><item>
     <title>Get a list of views in the database - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=93</link><description>To get a list of views within the database run the following query.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=93</guid><pubDate>Thu, 6 Aug 2009 19:16:36 GMT</pubDate></item><item>
     <title>Catching all your contacts who havent been contacted lately - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=92</link><description>As a contact database grows one of the big issues is making sure that you keep interacting with your customers. Its very easy to cherry pick your best and most friendly customers and ignore the rest.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=92</guid><pubDate>Thu, 6 Aug 2009 19:13:32 GMT</pubDate></item><item>
     <title>Display the age of a contact on screen - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=91</link><description>It is quite straightforward to create an expression that will display the age of a contact if their date of birth is known.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=91</guid><pubDate>Thu, 6 Aug 2009 17:56:47 GMT</pubDate></item><item>
     <title>Finding records created within the last 14 days - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=90</link><description>To find all the records created in the last 14 days a simply SQL query can be used to build a group.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=90</guid><pubDate>Thu, 6 Aug 2009 15:04:20 GMT</pubDate></item><item>
     <title>Converting fields to Propercase  - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=89</link><description>How many times have you entered data within GoldMine only to look at the screen and find that the Caps Lock key was on, or you forgot a capital letter at the beginning?</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=89</guid><pubDate>Thu, 6 Aug 2009 12:18:03 GMT</pubDate></item><item>
     <title>Displaying page numbers on specific pages - QuoteWerks</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=88</link><description>Often when designing layouts within QuoteWerks you will produce a header page containing perhaps the name of the Quote and the customer name with the item details following on the next pages. Displaying the Page number and date on this page can spoil the template, but it is easy with the following expression to ensure that the page number doesnt display on the first page.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=88</guid><pubDate>Thu, 6 Aug 2009 09:52:33 GMT</pubDate></item><item>
     <title>Check for valid ages in GoldMine - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=87</link><description>In a GoldMine expression field the following expression can be used to confirm that a date of birth is valid.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=87</guid><pubDate>Thu, 6 Aug 2009 09:30:42 GMT</pubDate></item><item>
     <title>SQL to display a list of contacts and email addresses - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=86</link><description>To export a list of primary contacts with their primary email addresses, can be acheived either through the export wizard, or by running this simple SQL query.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=86</guid><pubDate>Wed, 5 Aug 2009 08:54:42 GMT</pubDate></item><item>
     <title>Getting a list of filenames into a table - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=85</link><description>The following short TSQL will read files from disk into a table.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=85</guid><pubDate>Tue, 4 Aug 2009 19:57:58 GMT</pubDate></item><item>
     <title>Counting uncompleted emails by user - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=84</link><description>To check that users are completing or deleting their emails, a simple query can be run in the GoldMine SQL query window.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=84</guid><pubDate>Tue, 4 Aug 2009 17:55:40 GMT</pubDate></item><item>
     <title>A query to retrieve a list of Columns in a table - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=83</link><description>To return a list of columns and their data types for a table use the following query.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=83</guid><pubDate>Tue, 4 Aug 2009 17:30:03 GMT</pubDate></item><item>
     <title>Adding Page x of (y) onto a layout - QuoteWerks</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=82</link><description>Adding a Page x of y expression to your Quote Layouts can be done with this simple expression.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=82</guid><pubDate>Tue, 4 Aug 2009 16:17:37 GMT</pubDate></item><item>
     <title>Convert a drive to NTFS - Windows XP</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=60</link><description>When adding a USB portable drive, they often come ready formatted as FAT32 drives. After you plug it into your machine it will assign itself a drive letter. In the exaple below the drive is drive D</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=60</guid><pubDate>Sun, 21 Dec 2008 13:26:36 GMT</pubDate></item><item>
     <title>Advanced user settings in XP Home - Windows XP</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=59</link><description>If you have just got a shiny new netbook running XP home you may be a little disappointed to discover that the options for setting user security is a little limited compared with XP Pro.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=59</guid><pubDate>Sat, 6 Dec 2008 18:49:27 GMT</pubDate></item><item>
     <title>Finding a MAC (Network Adaptor) Address in Windows - Windows XP</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=58</link><description>Each network card/adaptor has a unique address called a MAC address, if you are using a network that has access control activated you will probably require the MAC address before you will be able to connect.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=58</guid><pubDate>Sat, 6 Dec 2008 10:02:25 GMT</pubDate></item><item>
     <title>Changing the VAT rate to 15% - QuoteWerks</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=57</link><description>To cope with the new rate of VAT in the UK from today (December 1st 2008) open QuoteWerks as an Administrator, go to the Tools menu, and select Options.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=57</guid><pubDate>Mon, 1 Dec 2008 21:21:47 GMT</pubDate></item><item>
     <title>Function to remove letters from a string - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=56</link><description>Imagine a scenario where you have a datafield containing a series of identifiers with diferent prefixes that are alpha characters but are different lengths and you need to remove them to leave only the numbers. I came across the situation when trying to link up two systems, one system contained numeric identifers, and the other had the same numeric identifier but prefixed with a 2 or 3 letter code to denote the company it was attached to.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=56</guid><pubDate>Fri, 21 Nov 2008 16:40:25 GMT</pubDate></item><item>
     <title>Expression to display day in text from a date field - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=55</link><description>In a GoldMine expression field the following expression can be used to display the day of the week.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=55</guid><pubDate>Wed, 3 Sep 2008 23:54:26 GMT</pubDate></item><item>
     <title>Forcing GoldMine users to create emails in text by default - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=54</link><description>To switch off HTML email creation by default in GoldMine the following setting can be added to the GM.INI file.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=54</guid><pubDate>Sun, 31 Aug 2008 20:23:13 GMT</pubDate></item><item>
     <title>MS Word 2000 and GoldMine 7.5 - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=53</link><description>Unfortunately this can no longe be used, due to changes in the way GoldMine 7.5 deals with the controlling conversation to MS Word. It is no longer posible to install the new version of the GoldMine+ word link. It cannot be installed manually.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=53</guid><pubDate>Sun, 31 Aug 2008 20:19:50 GMT</pubDate></item><item>
     <title>GMPE - changing the size of the history list - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=52</link><description>A new feature of GoldMine PE is the list which tracks the last records you have visited.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=52</guid><pubDate>Wed, 20 Aug 2008 08:51:46 GMT</pubDate></item><item>
     <title>Priority Scheduling items into the calendar - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=51</link><description>When scheduling items into the GoldMine calendar, as well as the usual scheduling by time, GoldMine also supports scheduling by priority.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=51</guid><pubDate>Wed, 20 Aug 2008 08:24:25 GMT</pubDate></item><item>
     <title>Analyse linked document paths - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=50</link><description>GoldMine has the ability to link to documents, and in the event of a server move the task of discovering where these documents are held can be quite monumental.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=50</guid><pubDate>Tue, 19 Aug 2008 09:23:07 GMT</pubDate></item><item>
     <title>No Pack and Rebuild on SQL tables - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=49</link><description>One of the advatnages of a GoldMine hosted SQL system is that it no longer needs to be packed and rebuilt on a regular basis. The problem is that the option to perform maintenance still exists and it is possible for users to perform the operation in error.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=49</guid><pubDate>Tue, 12 Aug 2008 20:30:27 GMT</pubDate></item><item>
     <title>Rolling events over to the next day - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=48</link><description>To ensure scheduled actions dont get lost, it is possible for GoldMine to move previously scheduled uncompleted actions to the current day. This will apply to events scheduled prior to today, and they will appear in the calendar for today.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=48</guid><pubDate>Mon, 11 Aug 2008 17:01:24 GMT</pubDate></item><item>
     <title>Changing the calendar day settings - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=47</link><description>In GoldMine the calendar can be configured to display your current working day settings, by default it shows the working day as 9-5 Mon-Fri, but this can be changed to suit.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=47</guid><pubDate>Mon, 11 Aug 2008 16:55:33 GMT</pubDate></item><item>
     <title>Reduce network traffic from GoldMine - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=46</link><description>GoldMine regularily polls the Calendar table to ensure that the calendar is always up to date. This polling interval can be increased to lower the amount of network traffic.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=46</guid><pubDate>Mon, 11 Aug 2008 16:52:39 GMT</pubDate></item><item>
     <title>xp_cmdshell not enabled - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=45</link><description>If xp_cmdshell is not enabled, and you have sufficient rights it can be enabled with the following script.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=45</guid><pubDate>Mon, 11 Aug 2008 14:36:54 GMT</pubDate></item><item>
     <title>Deleting emails does not delete attachments - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=44</link><description>For emails retreived through the GoldMine email client, when deleting the email the attachment is not deleted by default.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=44</guid><pubDate>Mon, 11 Aug 2008 14:22:36 GMT</pubDate></item><item>
     <title>Classic Menu structure on GM Premium edition - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=43</link><description>For upgraders to GoldMine Premium edition the new menu structure can be confusing.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=43</guid><pubDate>Mon, 11 Aug 2008 14:17:13 GMT</pubDate></item><item>
     <title>Finding incorrect email addresses - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=42</link><description>To help weed out incorrect email addresses that do not contain an @ symbol,a simple query can be run in the GoldMine SQL query window.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=42</guid><pubDate>Wed, 6 Aug 2008 11:41:29 GMT</pubDate></item><item>
     <title>Drag and drop scheduling of appointments and calls - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=41</link><description>A quick and easy way to schedule an activity for a contact is to drag them from the contact search list and drop them onto the calendar day view.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=41</guid><pubDate>Wed, 6 Aug 2008 11:33:02 GMT</pubDate></item><item>
     <title>Copy contact details from a GoldMine record - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=40</link><description>To quickly copy the contact details from a GoldMine contact record it isnt necessary to do it field by field.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=40</guid><pubDate>Mon, 4 Aug 2008 17:10:29 GMT</pubDate></item><item>
     <title>Investigate the size and structure of Contact2 - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=39</link><description>This applies to SQL hosted systems only.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=39</guid><pubDate>Thu, 31 Jul 2008 21:11:25 GMT</pubDate></item><item>
     <title>Finding the structure of a table in a query - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=38</link><description>All the information about each table in the database is held within the database itself, and the following query can be used to investigate, or extract the information if you need to use it to build dynamic SQL queries etc.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=38</guid><pubDate>Thu, 31 Jul 2008 21:05:06 GMT</pubDate></item><item>
     <title>Using SQL to clear Tlogs and Syslogs - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=37</link><description>The process to remove old log files in GoldMine is manual, and quite slow. It would be simpler to be able to script this to run ever month automatically.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=37</guid><pubDate>Thu, 31 Jul 2008 20:35:20 GMT</pubDate></item><item>
     <title>Formatting telephone numbers for CTI integration - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=36</link><description>For CTI screen popping many CTI systemsrequire that the nmbers be stored in the database without extra characters like spaces and brackets. This enables the CTI software to search for the incoming telephone number in the contacts database very quickly.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=36</guid><pubDate>Sun, 27 Jul 2008 18:04:30 GMT</pubDate></item><item>
     <title>Adding email addresses to multiple contacts - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=35</link><description>By default GoldMine only allows an email address to be linked to a single contact.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=35</guid><pubDate>Fri, 25 Jul 2008 12:31:13 GMT</pubDate></item><item>
     <title>Counting uncompleted appointments by GoldMine User - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=34</link><description>Normal GoldMine business practice is to complete appointments as soon as is possible after the occur, and adding notes as a reminder where appropriate.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=34</guid><pubDate>Wed, 23 Jul 2008 17:34:40 GMT</pubDate></item><item>
     <title>Finding contacts without a primary email address - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=33</link><description>To produce a list of contacts with out a primary email address, the following SQL query can be used.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=33</guid><pubDate>Tue, 22 Jul 2008 09:58:10 GMT</pubDate></item><item>
     <title>Counting contacts by a field value - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=32</link><description>Quite often a GoldMine database contains a field like Account Manager or industry Type. For a quick and easy way to find out how many records are in each category contained in the field do the following.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=32</guid><pubDate>Thu, 17 Jul 2008 22:56:43 GMT</pubDate></item><item>
     <title>Finding the size of  table within a database - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=31</link><description>To find out how much physical disk space a table takes up execute the following stored procedure.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=31</guid><pubDate>Thu, 17 Jul 2008 22:44:12 GMT</pubDate></item><item>
     <title>Finding the name of the server - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=30</link><description>To discover the network name of the server that SQL is physically located on, the extended stored procedure xp_getnetname can be used.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=30</guid><pubDate>Thu, 17 Jul 2008 22:21:54 GMT</pubDate></item><item>
     <title>Getting a list of databases with sp_databases - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=29</link><description>The stored procedure sp_databases will return the list of the databases on the current SQL server.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=29</guid><pubDate>Thu, 17 Jul 2008 22:10:44 GMT</pubDate></item><item>
     <title>Counting History Records - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=28</link><description>GoldMine does not have a simple way of counting history records. This can be done by using a simple expression in the SQL query window contained within the product.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=28</guid><pubDate>Thu, 17 Jul 2008 21:33:40 GMT</pubDate></item><item>
     <title>Logging in to GoldMine automatically - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=27</link><description>Quite often the network login name is different from the GoldMine user name, this results in the user having to retype their login details each time they login.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=27</guid><pubDate>Thu, 17 Jul 2008 21:10:05 GMT</pubDate></item><item>
     <title>Turning off the annoying popup warnings in GoldMine - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=26</link><description>GoldMine when first installed produces a series of warnings for each user each time they try to use a new feature. These pop-up on a series of actions, eg. Going into the InfoCenter for the first time, or setting up email rules for the first time.  Users have an option on the popup to turn them off, but it must be done for each popup for each user.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=26</guid><pubDate>Thu, 17 Jul 2008 20:57:51 GMT</pubDate></item><item>
     <title>Adding a logo to the splash screen - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=25</link><description>It is possible to customise GoldMine by adding your own logo to the right-hand corner of the GoldMine login screen.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=25</guid><pubDate>Tue, 15 Jul 2008 19:55:56 GMT</pubDate></item><item>
     <title>Changing the delay for Record Alerts - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=24</link><description>If you use record alerts, the default delay of 7 seconds might prove to be too long or too short depending upon your individual application of GoldMine.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=24</guid><pubDate>Tue, 15 Jul 2008 19:49:11 GMT</pubDate></item><item>
     <title>Crystal Reports and HTML Note Fields - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=23</link><description>GoldMine stores notes internally as HTML which allows formatting information to be stored with the text. This allows the use of Bold or Italic characters within the text, or even different font sizes.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=23</guid><pubDate>Sun, 13 Jul 2008 14:45:12 GMT</pubDate></item><item>
     <title>Forced Logout Times - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=22</link><description>If users keep leaving GoldMine logged in at night, or they leave the application open while they are away from their desks for a period of time, it is possible to ensure the application gets logged out in both scenarios.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=22</guid><pubDate>Sun, 13 Jul 2008 13:15:53 GMT</pubDate></item><item>
     <title>Duplicate contact2 records - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=20</link><description>Occasionally an issue in GoldMine might arise where the number of records in contact2 might not match the number of records in contact1, especially on older versions of GoldMine.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=20</guid><pubDate>Mon, 30 Jun 2008 20:48:58 GMT</pubDate></item><item>
     <title>Orphaned contact2 records - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=19</link><description>Occasionally the number of contact2 records may not match the number of contact1 records.  In some cases this may be down to the fact that the contact1 record has been deleted but the associated contact2 record remains.  This is sometimes more obvious on systems that have been upgraded from older versions of GoldMine.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=19</guid><pubDate>Mon, 30 Jun 2008 20:47:38 GMT</pubDate></item><item>
     <title>My SQL query window only shows 10000 records - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=18</link><description>When running sql queries in the GoldMine SQL query window by default it will only show the first 10000 records of the results.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=18</guid><pubDate>Mon, 30 Jun 2008 20:46:06 GMT</pubDate></item><item>
     <title>Using dates in GoldMine SQL queries - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=17</link><description>When using date groupings in GoldMine SQL queries goldmine can be a little quirky as to the date formats it will allow within the query.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=17</guid><pubDate>Mon, 30 Jun 2008 20:44:10 GMT</pubDate></item><item>
     <title>Selecting random records - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=16</link><description>A quick way of selecting a batch of random records from a SQL table is to include the NEWID() function in the WHERE clause.  This function generates Windows GUID values and provides for most purposes a resonably random set of results.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=16</guid><pubDate>Mon, 30 Jun 2008 09:03:07 GMT</pubDate></item><item>
     <title>DELETE vs TRUNCATE when removing rows from a table. - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=15</link><description>There are two methods to do this either using a TRUNCATE or DELETE command. </description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=15</guid><pubDate>Mon, 30 Jun 2008 08:46:40 GMT</pubDate></item><item>
     <title>Write a text file directly from a query - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=14</link><description>Without using export functions or DTS to write text or CSV files directly from a stored procedure, add the following into your database. It uses the FileSystemObject to write directly to disk. You have to supply a filename, and the line of text to add. You will be responsible for fomatting the output exactly as you need it, and if multiple values are included you will have to assemble them before outputting them to disk.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=14</guid><pubDate>Fri, 13 Jun 2008 19:09:25 GMT</pubDate></item><item>
     <title>Adding a counter to a GoldMine field - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=13</link><description>Creating a counter to provide each Goldmine record with a sequential number as it is entered can be acheived through the lookup.ini file.  GoldMine contains an internal function to allow a number of seperate counters to be maintained.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=13</guid><pubDate>Fri, 13 Jun 2008 18:56:03 GMT</pubDate></item><item>
     <title>QuoteWerks on Terminal Server can only be run with admin rights - QuoteWerks</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=12</link><description>If you have installed QuoteWerks on a Terminal Server, and users need admin rights to be able to use the software perform the following, otherwise they experience the following errors.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=12</guid><pubDate>Fri, 13 Jun 2008 18:42:47 GMT</pubDate></item><item>
     <title>Changing the path of linked documents - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=11</link><description>During a GoldMine server move the linked documents can prove to be difficult to move, as he recommended way isto build a transfer set, and restore it to a new database, but if the GoldMine system has been in use for a while there can be lots of linked documents which can take a huge amount of time to process.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=11</guid><pubDate>Fri, 13 Jun 2008 18:30:30 GMT</pubDate></item><item>
     <title>Translating multi-part Sage selection fields - Sage CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=10</link><description>When using a reporting tool like Crystal Reports one of the issues often encountered is when data has been stored in a multi-selection field. The problem here is made worse by the fact that there are possibly multiple values in the same field, but these all need to be translated to more human friendly values from custom_captions before they can be displayed in the report.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=10</guid><pubDate>Fri, 13 Jun 2008 18:16:11 GMT</pubDate></item><item>
     <title>Script to assign table rights to public group - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=9</link><description>When granting access to tables in SQL Server, it is standard practice not to</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=9</guid><pubDate>Wed, 11 Jun 2008 23:59:03 GMT</pubDate></item><item>
     <title>Splitting GoldMine groups into emails/no emails - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=8</link><description>Scenario:  you have a group of customers/prospects and you want to send a letter to everyone in the group who doesnt have an email address, and an email to everyone who does.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=8</guid><pubDate>Sun, 8 Jun 2008 11:51:56 GMT</pubDate></item><item>
     <title>Script to shrink all user SQL databases - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=3</link><description>To truncate transaction logs and free wasted space on a SQL server, the following script will shrink all the user databases on a single server. This has the advantage thatif there is insufficient disk space to backup each database the operation can be performed without the need for additional storage.</description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=3</guid><pubDate>Sat, 7 Jun 2008 12:05:27 GMT</pubDate></item><item>
     <title>Changing Detail screen names - HEAT</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=5</link><description>Within the HEAT administrator there is currently no facility to change a Detail screen name after it has been created. An example is if the Detail screen is created as Software it must be referred to within Call Logging as Software, but there are instances during the life of the system where the screens and items need to be changed. e.g.: Software to Software Issue   </description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=5</guid><pubDate>Sat, 7 Jun 2008 12:02:07 GMT</pubDate></item><item>
     <title>Automatically entering first name when contact field is filled in - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=4</link><description>The script below when added to the lookup.ini file will automatically populate the Dear field when a name containing at least two words are entered into the Contact field.   </description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=4</guid><pubDate>Sat, 7 Jun 2008 12:00:44 GMT</pubDate></item><item>
     <title>Preventing Detail records from being deleted - GoldMine CRM</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=2</link><description>Unfortunately within the GoldMine UI there is no facility for limiting the types of records that can be deleted from the system. The only way to get around this is to install triggers on an SQL system. The following trigger will prevent the deletion of a specific type of detail record, unless the user types xx into the reference field to mark it as ready for deletion.   </description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=2</guid><pubDate>Sat, 7 Jun 2008 11:59:51 GMT</pubDate></item><item>
     <title>Shrinking a SQL Database to free wasted disk space - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=1</link><description>This script will shrink a SQL database, clear the transaction logs and allow the operating system to reclaim the free space.   </description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=1</guid><pubDate>Sat, 7 Jun 2008 11:58:34 GMT</pubDate></item><item>
     <title>Changing Table Ownership - SQL Server</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=7</link><description>Tables created by each user depending upon user rights may not be available to all other users. To change the ownership of a table to make it accessible to all use the following script.   </description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=7</guid><pubDate>Sat, 7 Jun 2008 11:57:46 GMT</pubDate></item><item>
     <title>Suppressing blank lines in a template - QuoteWerks</title>
     <link>http://www.softstuff-consulting.com/kbase/showkb.asp?id=6</link><description>Using the following expression within a document template will allow blank lines to be suppressed.   </description><guid>http://www.softstuff-consulting.com/kbase/showkb.asp?id=6</guid><pubDate>Sat, 7 Jun 2008 11:52:52 GMT</pubDate></item></channel></rss>