<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Kinook Software Forums</title>
		<link>http://www.kinook.com/Forum/</link>
		<description>Kinook Software forums - Visual Build, Ultra Recall, CopyWiz</description>
		<language>en</language>
		<lastBuildDate>Thu, 17 May 2012 05:58:51 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.kinook.com/Forum/images/misc/rss.jpg</url>
			<title>Kinook Software Forums</title>
			<link>http://www.kinook.com/Forum/</link>
		</image>
		<item>
			<title>transferring databases to a new computer</title>
			<link>http://www.kinook.com/Forum/showthread.php?t=5005&amp;goto=newpost</link>
			<pubDate>Mon, 14 May 2012 15:19:28 GMT</pubDate>
			<description>I found this article about how to copy settings from one computer to another 
 
http://www.kinook.com/Forum/showthread.php?t=2935 
 
but it does not...</description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I found this article about how to copy settings from one computer to another<br />
<br />
<a href="http://www.kinook.com/Forum/showthread.php?t=2935" target="_blank">http://www.kinook.com/Forum/showthread.php?t=2935</a><br />
<br />
but it does not mention how to copy databases. Do I just copy the file itself?<br />
<br />
Does it make any difference that the source computer is XP and the destination is Windows 7?<br />
<br />
thanks!</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.kinook.com/Forum/forumdisplay.php?f=23"><![CDATA[[UR] General Discussion]]></category>
			<dc:creator>brendag4</dc:creator>
			<guid isPermaLink="true">http://www.kinook.com/Forum/showthread.php?t=5005</guid>
		</item>
		<item>
			<title>Title expressions</title>
			<link>http://www.kinook.com/Forum/showthread.php?t=5004&amp;goto=newpost</link>
			<pubDate>Fri, 04 May 2012 20:42:46 GMT</pubDate>
			<description><![CDATA[I am having difficulty with the syntax of title expressions. 
 
eg [organisationName] 
 as a title expression works alright 
but though I have...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I am having difficulty with the syntax of title expressions.<br />
<br />
eg [organisationName]<br />
 as a title expression works alright<br />
but though I have studied the manual I cannot get two attributes to work together.<br />
<br />
Could someone give me the syntax for showing two attributes in the item title<br />
eg  [organisationName], [Date Created]<br />
<br />
Just a simple example is  all I need,<br />
<br />
Best wishes, John M.</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.kinook.com/Forum/forumdisplay.php?f=23"><![CDATA[[UR] General Discussion]]></category>
			<dc:creator>woodlander</dc:creator>
			<guid isPermaLink="true">http://www.kinook.com/Forum/showthread.php?t=5004</guid>
		</item>
		<item>
			<title>Write XML issue</title>
			<link>http://www.kinook.com/Forum/showthread.php?t=5001&amp;goto=newpost</link>
			<pubDate>Mon, 23 Apr 2012 21:29:55 GMT</pubDate>
			<description><![CDATA[I'm trying to write multiple XML elements with the same name using the Write XML action as shown below but it will only create/update 1 FieldData...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm trying to write multiple XML elements with the same name using the Write XML action as shown below but it will only create/update 1 FieldData element.  Any ideas.<br />
<br />
&lt;?xml version=&quot;1.0&quot; encoding=&quot;utf-8&quot;?&gt;<br />
&lt;QCData xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;&gt;<br />
  &lt;FieldDataList&gt;<br />
    &lt;FieldData&gt;<br />
      &lt;FieldName&gt;Field1&lt;/FieldName&gt;<br />
      &lt;FieldValue&gt;Value1/FieldValue&gt;<br />
    &lt;/FieldData&gt;<br />
    &lt;FieldData&gt;<br />
      &lt;FieldName&gt;Field2&lt;/FieldName&gt;<br />
      &lt;FieldValue&gt;Value2&lt;/FieldValue&gt;<br />
    &lt;/FieldData&gt;<br />
  &lt;/FieldDataList&gt;<br />
&lt;/QCData&gt;</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.kinook.com/Forum/forumdisplay.php?f=2"><![CDATA[[VBP] General Discussion]]></category>
			<dc:creator>TOWENS</dc:creator>
			<guid isPermaLink="true">http://www.kinook.com/Forum/showthread.php?t=5001</guid>
		</item>
		<item>
			<title>Parsing HTML</title>
			<link>http://www.kinook.com/Forum/showthread.php?t=5000&amp;goto=newpost</link>
			<pubDate>Fri, 20 Apr 2012 20:08:55 GMT</pubDate>
			<description><![CDATA[I'm reading data from a SQL DB that is formated as HTML.  Here is an example. I'm tryning to extract the 2 lines of text from the HTML. Any ideas?  ...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I'm reading data from a SQL DB that is formated as HTML.  Here is an example. I'm tryning to extract the 2 lines of text from the HTML. Any ideas?  <br />
<br />
&lt;html&gt;&lt;body&gt;&lt;font color=&quot;#1F497D&quot;&gt;This is line 1&lt;/font&gt;&lt;br&gt;&lt;font color=&quot;#1F497D&quot;&gt;This is line 2&lt;/font&gt;&lt;/body&gt;&lt;/html&gt;<br />
<br />
Thanks,<br />
Tom</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.kinook.com/Forum/forumdisplay.php?f=2"><![CDATA[[VBP] General Discussion]]></category>
			<dc:creator>TOWENS</dc:creator>
			<guid isPermaLink="true">http://www.kinook.com/Forum/showthread.php?t=5000</guid>
		</item>
		<item>
			<title>E-mail attachments not working</title>
			<link>http://www.kinook.com/Forum/showthread.php?t=4999&amp;goto=newpost</link>
			<pubDate>Thu, 19 Apr 2012 20:09:39 GMT</pubDate>
			<description><![CDATA[I am trying to send an e-mail with a file attachment. I started by using a macro with the file path, when that didn't work I just entered a...]]></description>
			<content:encoded><![CDATA[<!-- BEGIN TEMPLATE: postbit_external -->
<div>I am trying to send an e-mail with a file attachment. I started by using a macro with the file path, when that didn't work I just entered a hard-coded path to an existing file C:\test\test.txt. I also tried adding double quotes around the path which also didn't work.<br />
<br />
Any suggestions would be helpful,<br />
<br />
Thanks</div>


<!-- END TEMPLATE: postbit_external -->]]></content:encoded>
			<category domain="http://www.kinook.com/Forum/forumdisplay.php?f=2"><![CDATA[[VBP] General Discussion]]></category>
			<dc:creator>randomus</dc:creator>
			<guid isPermaLink="true">http://www.kinook.com/Forum/showthread.php?t=4999</guid>
		</item>
	</channel>
</rss>

