<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/2.4.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Canonbury</title>
		<link>http://news.canonbury-services.co.uk/blog1.php</link>
		<description></description>
		<language>en-GB</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=2.4.5"/>
		<ttl>60</ttl>
				<item>
			<title>Fix for GM email template issues</title>
			<link>http://news.canonbury-services.co.uk/blog1.php/2010/06/10/fix-for-gm-email-template-issues</link>
			<pubDate>Thu, 10 Jun 2010 17:28:40 +0000</pubDate>			<dc:creator>Canonbury</dc:creator>
			<category domain="main">GoldMine</category>			<guid isPermaLink="false">69@http://news.canonbury-services.co.uk/</guid>
						<description>&lt;p&gt;We've written before about the problems that people have with GoldMine's email templates (&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/03/24/formatting-goldmine-email-templates-pt-2&quot;&gt;http://news.canonbury-services.co.uk/blog1.php/2010/03/24/formatting-goldmine-email-templates-pt-2&lt;/a&gt;).&lt;/p&gt;

&lt;p&gt;To recap: often, when replying to an incoming email, the formatting that you have specified in your template goes out of the window and you see random font changes accompanied, often, by double-spacing.&lt;/p&gt;

&lt;p&gt;In the article referenced above we suggested that you use an external template file. This does help but it doesn't fix the problem in 100% of cases. Although the current fix doesn't require that you set up your templates in that way, the other advantages we talked about in the article do still apply, so you might still find it worthwhile.&lt;/p&gt;

&lt;p&gt;After researching the problem in conjunction with FrontRange we now have a fuller understanding of what's going on.&lt;/p&gt;

&lt;p&gt;The following explanation does assume a degree of famiarity with HTML.&lt;/p&gt;

&lt;p&gt;A template is just HTML code and the problem is that unless each &amp;lt;P&amp;gt; tag is given explicit settings to specify how it should look then it can default to the style that it inherits from the incoming email....or indeed something random of its own choosing.&lt;/p&gt;

&lt;p&gt;So, to fix the errant behaviour you have to tell each and every paragraph exactly what it should do so that it has no room to manoeuver.  &lt;/p&gt;

&lt;p&gt;We've changed our templates so that each paragraph starts with:&lt;/p&gt;

&lt;p&gt;&amp;lt;P style EQUALS &quot;font-family: 'verdana'; font-size: '10pt';  margin: '0px' &quot;&amp;gt;&lt;/p&gt;

&lt;p&gt;(you should replace the word 'EQUALS' with an equals sign =)&lt;/p&gt;

&lt;p&gt;This sets the font, the text size and the margin (the latter deals with the double-spacing issue).&lt;/p&gt;

&lt;p&gt;GoldMine goes part way there by putting a lot of &amp;lt;FONT&amp;gt; tags into a template but you'll find that using inline style commands, as above, cuts down on the number of tags required and thus makes the whole thing a bit more readable; and besides, you need the inline style in order to set the margin.&lt;/p&gt;

&lt;p&gt;To clarify, the inline styling removes the need for any &amp;lt;FONT&amp;gt; tags and so these should be removed, along with their &amp;lt;/FONT&amp;gt; partners.&lt;br /&gt;
 &lt;br /&gt;
One thing we also tried was putting the paragraph styling into a &amp;lt;STYLE&amp;gt; section in the header and found that this did not cure the problem; only inline styling has the desired effect.&lt;br /&gt;
 &lt;br /&gt;
GoldMine 9 brings improvements in that any NEW templates created in 9 SHOULD force all the right attributes by using even more &amp;lt;FONT&amp;gt; tags than previous versions. That won't fix existing templates though and also doesn't deal with the double-spacing issue.&lt;br /&gt;
 &lt;br /&gt;
However, if you set the style of each paragraph by hand as above then you have complete control.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/06/10/fix-for-gm-email-template-issues&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>We've written before about the problems that people have with GoldMine's email templates (<a href="http://news.canonbury-services.co.uk/blog1.php/2010/03/24/formatting-goldmine-email-templates-pt-2">http://news.canonbury-services.co.uk/blog1.php/2010/03/24/formatting-goldmine-email-templates-pt-2</a>).</p>

<p>To recap: often, when replying to an incoming email, the formatting that you have specified in your template goes out of the window and you see random font changes accompanied, often, by double-spacing.</p>

<p>In the article referenced above we suggested that you use an external template file. This does help but it doesn't fix the problem in 100% of cases. Although the current fix doesn't require that you set up your templates in that way, the other advantages we talked about in the article do still apply, so you might still find it worthwhile.</p>

<p>After researching the problem in conjunction with FrontRange we now have a fuller understanding of what's going on.</p>

<p>The following explanation does assume a degree of famiarity with HTML.</p>

<p>A template is just HTML code and the problem is that unless each &lt;P&gt; tag is given explicit settings to specify how it should look then it can default to the style that it inherits from the incoming email....or indeed something random of its own choosing.</p>

<p>So, to fix the errant behaviour you have to tell each and every paragraph exactly what it should do so that it has no room to manoeuver.  </p>

<p>We've changed our templates so that each paragraph starts with:</p>

<p>&lt;P style EQUALS "font-family: 'verdana'; font-size: '10pt';  margin: '0px' "&gt;</p>

<p>(you should replace the word 'EQUALS' with an equals sign =)</p>

<p>This sets the font, the text size and the margin (the latter deals with the double-spacing issue).</p>

<p>GoldMine goes part way there by putting a lot of &lt;FONT&gt; tags into a template but you'll find that using inline style commands, as above, cuts down on the number of tags required and thus makes the whole thing a bit more readable; and besides, you need the inline style in order to set the margin.</p>

<p>To clarify, the inline styling removes the need for any &lt;FONT&gt; tags and so these should be removed, along with their &lt;/FONT&gt; partners.<br />
 <br />
One thing we also tried was putting the paragraph styling into a &lt;STYLE&gt; section in the header and found that this did not cure the problem; only inline styling has the desired effect.<br />
 <br />
GoldMine 9 brings improvements in that any NEW templates created in 9 SHOULD force all the right attributes by using even more &lt;FONT&gt; tags than previous versions. That won't fix existing templates though and also doesn't deal with the double-spacing issue.<br />
 <br />
However, if you set the style of each paragraph by hand as above then you have complete control.</p><div class="item_footer"><p><small><a href="http://news.canonbury-services.co.uk/blog1.php/2010/06/10/fix-for-gm-email-template-issues">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://news.canonbury-services.co.uk/blog1.php/2010/06/10/fix-for-gm-email-template-issues#comments</comments>
		</item>
				<item>
			<title>Useful SQL formatting tool</title>
			<link>http://news.canonbury-services.co.uk/blog1.php/2010/05/06/useful-sql-fornatting-tool</link>
			<pubDate>Thu, 06 May 2010 09:31:31 +0000</pubDate>			<dc:creator>Canonbury</dc:creator>
			<category domain="main">GoldMine</category>			<guid isPermaLink="false">68@http://news.canonbury-services.co.uk/</guid>
						<description>&lt;p&gt;Long SQL queries entered in GoldMine can sometimes end up a bit unreadable as GoldMine doesn't have any formatting options.&lt;/p&gt;

&lt;p&gt;A quick way of seeing the wood for the trees is to copy the code into the form at:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.sqlinform.com/online.phtml&quot;&gt;http://www.sqlinform.com/online.phtml&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Many thanks to Chad Smith at &lt;a href=&quot;http://www.thegoldmineblog.com&quot;&gt;www.thegoldmineblog.com&lt;/a&gt; for finding this.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/05/06/useful-sql-fornatting-tool&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Long SQL queries entered in GoldMine can sometimes end up a bit unreadable as GoldMine doesn't have any formatting options.</p>

<p>A quick way of seeing the wood for the trees is to copy the code into the form at:</p>

<p><a href="http://www.sqlinform.com/online.phtml">http://www.sqlinform.com/online.phtml</a></p>

<p>Many thanks to Chad Smith at <a href="http://www.thegoldmineblog.com">www.thegoldmineblog.com</a> for finding this.</p><div class="item_footer"><p><small><a href="http://news.canonbury-services.co.uk/blog1.php/2010/05/06/useful-sql-fornatting-tool">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://news.canonbury-services.co.uk/blog1.php/2010/05/06/useful-sql-fornatting-tool#comments</comments>
		</item>
				<item>
			<title>Identifying users with overflowing inboxes</title>
			<link>http://news.canonbury-services.co.uk/blog1.php/2010/03/31/identifying-users-with-overflowing-inbox</link>
			<pubDate>Wed, 31 Mar 2010 06:46:59 +0000</pubDate>			<dc:creator>Canonbury</dc:creator>
			<category domain="main">GoldMine</category>			<guid isPermaLink="false">67@http://news.canonbury-services.co.uk/</guid>
						<description>&lt;p&gt;As any long-time GoldMine user will know, emails in GoldMine should be filed (or fast-filed) rather than left in the inbox. As discussed in a previous post (&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/02/22/new-emails-not-appearing-in-inbox&quot;&gt;here&lt;/a&gt;), an overflowing inbox can stop new emails appearing; what wasn't mentioned there is that it can also have a very serious impact on performance.&lt;/p&gt;

&lt;p&gt;Here are a some SQL scripts which can be run from within GoldMine to flag up offending users.&lt;/p&gt;

&lt;p&gt;No. 1: how many emails are in people's inboxes, largest number first:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;select userid, count(userid) from mailbox where folder='x-gm-inbox' group by userid order by count(userid) desc&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;No. 2: how many emails, by month received, by user, largest number first:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;select cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid as usermonth, &lt;br /&gt;
count(cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid) &lt;br /&gt;
from mailbox where folder='x-gm-inbox' &lt;br /&gt;
group by cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid &lt;br /&gt;
order by count(cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid) desc&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;No. 3: similar to 2, but in date order, oldest first:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;select cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid as usermonth, &lt;br /&gt;
count(cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid) &lt;br /&gt;
from mailbox where folder='x-gm-inbox' &lt;br /&gt;
group by cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid &lt;br /&gt;
order by cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid &lt;/p&gt;&lt;/blockquote&gt;


&lt;p&gt;No. 4: how many emails are in people's trashes, largest number first:&lt;/p&gt;

&lt;blockquote&gt;&lt;p&gt;select userid, count(userid) from mailbox where folder='x-gm-trash' group by userid order by count(userid) desc&lt;/p&gt;&lt;/blockquote&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/03/31/identifying-users-with-overflowing-inbox&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>As any long-time GoldMine user will know, emails in GoldMine should be filed (or fast-filed) rather than left in the inbox. As discussed in a previous post (<a href="http://news.canonbury-services.co.uk/blog1.php/2010/02/22/new-emails-not-appearing-in-inbox">here</a>), an overflowing inbox can stop new emails appearing; what wasn't mentioned there is that it can also have a very serious impact on performance.</p>

<p>Here are a some SQL scripts which can be run from within GoldMine to flag up offending users.</p>

<p>No. 1: how many emails are in people's inboxes, largest number first:</p>

<blockquote><p>select userid, count(userid) from mailbox where folder='x-gm-inbox' group by userid order by count(userid) desc</p></blockquote>

<p>No. 2: how many emails, by month received, by user, largest number first:</p>

<blockquote><p>select cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid as usermonth, <br />
count(cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid) <br />
from mailbox where folder='x-gm-inbox' <br />
group by cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid <br />
order by count(cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid) desc</p></blockquote>

<p>No. 3: similar to 2, but in date order, oldest first:</p>

<blockquote><p>select cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid as usermonth, <br />
count(cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid) <br />
from mailbox where folder='x-gm-inbox' <br />
group by cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid <br />
order by cast(datepart(year, maildate) as varchar(4))+'-'+right('00'+cast(datepart(month, maildate) as varchar(2)),2)+' '+userid </p></blockquote>


<p>No. 4: how many emails are in people's trashes, largest number first:</p>

<blockquote><p>select userid, count(userid) from mailbox where folder='x-gm-trash' group by userid order by count(userid) desc</p></blockquote><div class="item_footer"><p><small><a href="http://news.canonbury-services.co.uk/blog1.php/2010/03/31/identifying-users-with-overflowing-inbox">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://news.canonbury-services.co.uk/blog1.php/2010/03/31/identifying-users-with-overflowing-inbox#comments</comments>
		</item>
				<item>
			<title>Formatting GoldMine email templates (pt 2)</title>
			<link>http://news.canonbury-services.co.uk/blog1.php/2010/03/24/formatting-goldmine-email-templates-pt-2</link>
			<pubDate>Wed, 24 Mar 2010 10:26:38 +0000</pubDate>			<dc:creator>Canonbury</dc:creator>
			<category domain="main">GoldMine</category>			<guid isPermaLink="false">66@http://news.canonbury-services.co.uk/</guid>
						<description>&lt;p&gt;Further to a post we put up a few days ago (&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/02/25/formatting-goldmine-email-templates&quot;&gt;here&lt;/a&gt;) here's another handy tip.&lt;/p&gt;

&lt;p&gt;Mention was made in the original post of a way to stop any formatting in a message that you're replying to upsetting the layout of your own template, causing double spacing, random font changes and other undesireable effects.&lt;/p&gt;

&lt;p&gt;The suggestion was to turn off the 'include original message when replying' switch in Options and to insert the 'quote text for reply/fwd' field into the template instead. Unfortunately, this doesn't work in GMPE 8.5.2 (it will again in v9) and, besides, sometimes you might want to forward an email and preserve its original layout.&lt;/p&gt;

&lt;p&gt;The solution is simple. Take the HTML content of your template and save it as a text file. Now delete everything in the template and, from the 'Insert Field' drop-down add the 'Cursor Position' field first and then, next to it rather than on a new line, add the 'Include a text file' field. In the dialogue box that appears simply point to the file you saved earlier.&lt;/p&gt;

&lt;p&gt;This arrangement seems to solve all of the formatting problems that people have reported and you can turn the 'include original message when replying' switch back on again. &lt;/p&gt;

&lt;p&gt;GoldMine templates can be temperamental, and some people have had problems even when writing new emails as well as replies. As far as we can tell, keeping your templates as separate text files cures all of these oddities.&lt;/p&gt;

&lt;p&gt;There are other advantages as well: if you want to change someone's template you only have to edit their template file rather than logging in as them and calling up the template. Also, you can very easily use Dreamweaver, or similar, to create the layout that you want.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/03/24/formatting-goldmine-email-templates-pt-2&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Further to a post we put up a few days ago (<a href="http://news.canonbury-services.co.uk/blog1.php/2010/02/25/formatting-goldmine-email-templates">here</a>) here's another handy tip.</p>

<p>Mention was made in the original post of a way to stop any formatting in a message that you're replying to upsetting the layout of your own template, causing double spacing, random font changes and other undesireable effects.</p>

<p>The suggestion was to turn off the 'include original message when replying' switch in Options and to insert the 'quote text for reply/fwd' field into the template instead. Unfortunately, this doesn't work in GMPE 8.5.2 (it will again in v9) and, besides, sometimes you might want to forward an email and preserve its original layout.</p>

<p>The solution is simple. Take the HTML content of your template and save it as a text file. Now delete everything in the template and, from the 'Insert Field' drop-down add the 'Cursor Position' field first and then, next to it rather than on a new line, add the 'Include a text file' field. In the dialogue box that appears simply point to the file you saved earlier.</p>

<p>This arrangement seems to solve all of the formatting problems that people have reported and you can turn the 'include original message when replying' switch back on again. </p>

<p>GoldMine templates can be temperamental, and some people have had problems even when writing new emails as well as replies. As far as we can tell, keeping your templates as separate text files cures all of these oddities.</p>

<p>There are other advantages as well: if you want to change someone's template you only have to edit their template file rather than logging in as them and calling up the template. Also, you can very easily use Dreamweaver, or similar, to create the layout that you want.</p><div class="item_footer"><p><small><a href="http://news.canonbury-services.co.uk/blog1.php/2010/03/24/formatting-goldmine-email-templates-pt-2">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://news.canonbury-services.co.uk/blog1.php/2010/03/24/formatting-goldmine-email-templates-pt-2#comments</comments>
		</item>
				<item>
			<title>Registering on the FRS support site</title>
			<link>http://news.canonbury-services.co.uk/blog1.php/2010/03/19/registering-on-the-frs-support-site</link>
			<pubDate>Fri, 19 Mar 2010 12:42:11 +0000</pubDate>			<dc:creator>Canonbury</dc:creator>
			<category domain="main">GoldMine</category>
<category domain="alt">Heat</category>			<guid isPermaLink="false">65@http://news.canonbury-services.co.uk/</guid>
						<description>&lt;p&gt;In order to gain access to the FrontRange customer support site, and also to Net Updates, you will need a user name and password. &lt;/p&gt;

&lt;p&gt;These are provided by the Customer Care team at FrontRange. We can help you to get these, but you might find it easier to to obtain them directly.&lt;/p&gt;

&lt;p&gt;Phone 0118 938 7400 and ask for Customer Care. You will need your contract number (also called your HDA number, also called your customer ID) handy when you speak to them. You'll find this on your licence notification and, if you're on GMPE, you'll find it on the GoldMine splash screen and in Help&gt;About GoldMine. &lt;/p&gt;

&lt;p&gt;The address of the support site is &lt;a href=&quot;http://www.frontrange.com/support/login.aspx&quot;&gt;www.frontrange.com/support/login.aspx&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Program updates can now be downloaded directly from the support site without having to go through the Net Update process.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/03/19/registering-on-the-frs-support-site&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>In order to gain access to the FrontRange customer support site, and also to Net Updates, you will need a user name and password. </p>

<p>These are provided by the Customer Care team at FrontRange. We can help you to get these, but you might find it easier to to obtain them directly.</p>

<p>Phone 0118 938 7400 and ask for Customer Care. You will need your contract number (also called your HDA number, also called your customer ID) handy when you speak to them. You'll find this on your licence notification and, if you're on GMPE, you'll find it on the GoldMine splash screen and in Help>About GoldMine. </p>

<p>The address of the support site is <a href="http://www.frontrange.com/support/login.aspx">www.frontrange.com/support/login.aspx</a></p>

<p>Program updates can now be downloaded directly from the support site without having to go through the Net Update process.</p><div class="item_footer"><p><small><a href="http://news.canonbury-services.co.uk/blog1.php/2010/03/19/registering-on-the-frs-support-site">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://news.canonbury-services.co.uk/blog1.php/2010/03/19/registering-on-the-frs-support-site#comments</comments>
		</item>
				<item>
			<title>GISMO on Citrix</title>
			<link>http://news.canonbury-services.co.uk/blog1.php/2010/03/19/gismo-on-citrix</link>
			<pubDate>Fri, 19 Mar 2010 12:22:00 +0000</pubDate>			<dc:creator>Canonbury</dc:creator>
			<category domain="main">GoldMine</category>			<guid isPermaLink="false">64@http://news.canonbury-services.co.uk/</guid>
						<description>&lt;p&gt;GoldMine works well on Citrix although, because FrontRange don't have a Citrix set-up themselves, it isn't officially supported. That hasn't stopped many people using it successfully.&lt;/p&gt;

&lt;p&gt;GISMO is a bit tricky though, and takes a small amount of fiddling about to get it to work.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;First of all, log into a Citrix session and install GISMO for that user, following the standard instructions.&lt;/li&gt;
&lt;li&gt;Next, go into regedit and under HKCU\software look for the following two keys:&lt;/li&gt;
&lt;blockquote&gt;
&lt;p&gt;GoldMine\GoldMine Link for Microsoft Outlook, and&lt;br /&gt;
Microoft\Office\Outlook\Addins\GMOAI.GMOutlookAddIn&lt;/p&gt;
&lt;/blockquote&gt;
&lt;li&gt;Export both of these keys.&lt;/li&gt;
&lt;li&gt;Now log into another Citrix session as a different user.&lt;/li&gt; 
&lt;li&gt;Go into regedit and import both of the above keys.&lt;/li&gt;
&lt;li&gt;Go into the 'GoldMine\GoldMine Link for Microsoft Outlook' key and blank out the values for GMUserName and GMPassword.&lt;/li&gt;
&lt;blockquote&gt;
&lt;p&gt;(You could of course modify the exported keys themselves instead, before importing them, using Notepad).&lt;/p&gt;
&lt;/blockquote&gt;
&lt;li&gt;Exit regedit and open Outlook. The link will attempt to load but you'll see an error saying that it can't connect to GoldMine. This is hardly surprising, given that you've just blanked out the user credentials!&lt;/li&gt;
&lt;li&gt;In Outlook go to Tools&gt;Options&gt;GoldMine Link. In there you can enter the GoldMine username and password for this user.&lt;/li&gt;
&lt;blockquote&gt;
&lt;p&gt;The reason that you can't do this directly in regedit is that the password will be encrypted when it's put into the key.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;li&gt;Repeat this process for all users who need the link.&lt;/li&gt;
&lt;/ol&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/03/19/gismo-on-citrix&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>GoldMine works well on Citrix although, because FrontRange don't have a Citrix set-up themselves, it isn't officially supported. That hasn't stopped many people using it successfully.</p>

<p>GISMO is a bit tricky though, and takes a small amount of fiddling about to get it to work.</p>

<ol>
<li>First of all, log into a Citrix session and install GISMO for that user, following the standard instructions.</li>
<li>Next, go into regedit and under HKCU\software look for the following two keys:</li>
<blockquote>
<p>GoldMine\GoldMine Link for Microsoft Outlook, and<br />
Microoft\Office\Outlook\Addins\GMOAI.GMOutlookAddIn</p>
</blockquote>
<li>Export both of these keys.</li>
<li>Now log into another Citrix session as a different user.</li> 
<li>Go into regedit and import both of the above keys.</li>
<li>Go into the 'GoldMine\GoldMine Link for Microsoft Outlook' key and blank out the values for GMUserName and GMPassword.</li>
<blockquote>
<p>(You could of course modify the exported keys themselves instead, before importing them, using Notepad).</p>
</blockquote>
<li>Exit regedit and open Outlook. The link will attempt to load but you'll see an error saying that it can't connect to GoldMine. This is hardly surprising, given that you've just blanked out the user credentials!</li>
<li>In Outlook go to Tools>Options>GoldMine Link. In there you can enter the GoldMine username and password for this user.</li>
<blockquote>
<p>The reason that you can't do this directly in regedit is that the password will be encrypted when it's put into the key.</p>
</blockquote>
<li>Repeat this process for all users who need the link.</li>
</ol><div class="item_footer"><p><small><a href="http://news.canonbury-services.co.uk/blog1.php/2010/03/19/gismo-on-citrix">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://news.canonbury-services.co.uk/blog1.php/2010/03/19/gismo-on-citrix#comments</comments>
		</item>
				<item>
			<title>Formatting GoldMine email templates</title>
			<link>http://news.canonbury-services.co.uk/blog1.php/2010/02/25/formatting-goldmine-email-templates</link>
			<pubDate>Thu, 25 Feb 2010 18:01:04 +0000</pubDate>			<dc:creator>Canonbury</dc:creator>
			<category domain="main">GoldMine</category>			<guid isPermaLink="false">63@http://news.canonbury-services.co.uk/</guid>
						<description>&lt;p&gt;GoldMine email templates give you a great deal of scope for personalising your communications and many people use them to generate standard 'signatures'.&lt;/p&gt;

&lt;p&gt;There are some things to remember though in order to get them to behave properly.&lt;/p&gt;

&lt;p&gt;1. Because GoldMine uses components of Internet Explorer in order to render HTML, you must go into IE and set the default font to the one that you'd like to use in your templates.&lt;/p&gt;

&lt;p&gt;2. A lot of formatting problems can be overcome by inserting the &amp;lt;&amp;lt;CURSOR&amp;gt;&amp;gt; tag at the top of your template. You can find it in the 'insert field' drop-down on the template toolbar or you can literally type it in as above. Make this the very first thing in your template and format it as you'd like your text to appear. &lt;/p&gt;

&lt;p&gt;3. Use the formatting buttons to correctly format all of the other parts of the template. &lt;/p&gt;

&lt;p&gt;4. Make the template 'reply-friendly'. If you find that replies default to double-spaced lines then try the following:&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;In your user options, under the 'composing' tab of the email settings, untick 'include original message when replying'.&lt;/p&gt;&lt;/blockquote&gt;
&lt;blockquote&gt;&lt;p&gt;Next, so that the original message does still appear after all, go to your template and at the end insert the field 'Quote text for reply/fwd' from the drop-down. You can use this in a general purpose template for new and reply emails because it's just ignored in the former.&lt;/p&gt;&lt;/blockquote&gt;

&lt;p&gt;5. Local graphics files can be inserted into the template by using the toolbar buttons, but any such file will arrive at the recipient as an attachment (although it will show in the correct place in the email). Rather than doing this, whereby you send a new copy of your company logo each time, it's better to simply reference a file that's sitting in a quiet corner of your website. Some familiarity with HTML is needed for this, but you can get to the code behind the template by pressing the (H) button on the template toolbar.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/02/25/formatting-goldmine-email-templates&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>GoldMine email templates give you a great deal of scope for personalising your communications and many people use them to generate standard 'signatures'.</p>

<p>There are some things to remember though in order to get them to behave properly.</p>

<p>1. Because GoldMine uses components of Internet Explorer in order to render HTML, you must go into IE and set the default font to the one that you'd like to use in your templates.</p>

<p>2. A lot of formatting problems can be overcome by inserting the &lt;&lt;CURSOR&gt;&gt; tag at the top of your template. You can find it in the 'insert field' drop-down on the template toolbar or you can literally type it in as above. Make this the very first thing in your template and format it as you'd like your text to appear. </p>

<p>3. Use the formatting buttons to correctly format all of the other parts of the template. </p>

<p>4. Make the template 'reply-friendly'. If you find that replies default to double-spaced lines then try the following:</p>
<blockquote>
<p>In your user options, under the 'composing' tab of the email settings, untick 'include original message when replying'.</p></blockquote>
<blockquote><p>Next, so that the original message does still appear after all, go to your template and at the end insert the field 'Quote text for reply/fwd' from the drop-down. You can use this in a general purpose template for new and reply emails because it's just ignored in the former.</p></blockquote>

<p>5. Local graphics files can be inserted into the template by using the toolbar buttons, but any such file will arrive at the recipient as an attachment (although it will show in the correct place in the email). Rather than doing this, whereby you send a new copy of your company logo each time, it's better to simply reference a file that's sitting in a quiet corner of your website. Some familiarity with HTML is needed for this, but you can get to the code behind the template by pressing the (H) button on the template toolbar.</p><div class="item_footer"><p><small><a href="http://news.canonbury-services.co.uk/blog1.php/2010/02/25/formatting-goldmine-email-templates">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://news.canonbury-services.co.uk/blog1.php/2010/02/25/formatting-goldmine-email-templates#comments</comments>
		</item>
				<item>
			<title>New emails not appearing in inbox</title>
			<link>http://news.canonbury-services.co.uk/blog1.php/2010/02/22/new-emails-not-appearing-in-inbox</link>
			<pubDate>Mon, 22 Feb 2010 17:15:59 +0000</pubDate>			<dc:creator>Canonbury</dc:creator>
			<category domain="main">GoldMine</category>			<guid isPermaLink="false">62@http://news.canonbury-services.co.uk/</guid>
						<description>&lt;p&gt;It's important to remember that GoldMine has a different paradigm from Outlook - in Outlook you leave everything in your inbox (whether in sub-folders or not) whereas in GoldMine you are supposed to file (or fast-file) your emails into History.&lt;/p&gt;

&lt;p&gt;If you don't do this, and the number of emails in your inbox comes to exceed a few hundred, then new emails won't show up. They are there, but GoldMine can't display them.&lt;/p&gt;

&lt;p&gt;The cure is simple - just file some of the backlog.&lt;/p&gt;

&lt;p&gt;Failing to periodically empty the email trash can also lead to the same problem, so make sure that you regularly clear this out.&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://news.canonbury-services.co.uk/blog1.php/2010/02/22/new-emails-not-appearing-in-inbox&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>It's important to remember that GoldMine has a different paradigm from Outlook - in Outlook you leave everything in your inbox (whether in sub-folders or not) whereas in GoldMine you are supposed to file (or fast-file) your emails into History.</p>

<p>If you don't do this, and the number of emails in your inbox comes to exceed a few hundred, then new emails won't show up. They are there, but GoldMine can't display them.</p>

<p>The cure is simple - just file some of the backlog.</p>

<p>Failing to periodically empty the email trash can also lead to the same problem, so make sure that you regularly clear this out.</p><div class="item_footer"><p><small><a href="http://news.canonbury-services.co.uk/blog1.php/2010/02/22/new-emails-not-appearing-in-inbox">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://news.canonbury-services.co.uk/blog1.php/2010/02/22/new-emails-not-appearing-in-inbox#comments</comments>
		</item>
			</channel>
</rss>
