<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Source Code</title>
	<atom:link href="http://www.soliantconsulting.com/blog/source-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.soliantconsulting.com/blog</link>
	<description>Soliant Consulting</description>
	<lastBuildDate>Thu, 03 May 2012 11:26:28 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jeremiahsmall</title>
		<link>http://www.soliantconsulting.com/blog/source-code/comment-page-1/#comment-195</link>
		<dc:creator>jeremiahsmall</dc:creator>
		<pubDate>Wed, 09 Apr 2008 16:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://flexfm.wordpress.com/source-code/#comment-195</guid>
		<description>In Flex Builder 3, you should be able to just drop the swc into the libs folder of a project created with FB3, since FB3 now creates a default source directory for you. If not, make sure you have the swc in your Project&#039;s Library Paths.</description>
		<content:encoded><![CDATA[<p>In Flex Builder 3, you should be able to just drop the swc into the libs folder of a project created with FB3, since FB3 now creates a default source directory for you. If not, make sure you have the swc in your Project&#8217;s Library Paths.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil</title>
		<link>http://www.soliantconsulting.com/blog/source-code/comment-page-1/#comment-196</link>
		<dc:creator>Phil</dc:creator>
		<pubDate>Thu, 03 Apr 2008 23:15:34 +0000</pubDate>
		<guid isPermaLink="false">http://flexfm.wordpress.com/source-code/#comment-196</guid>
		<description>Hi. Gee hate to say it but I can&#039;t seem to get the  FlexFM.swc to install in either Flex 2 or 3

Followed instructions but the import doesn&#039;t see either the ZIP or the UNZIP source. Yes I have been following your great install guidelines, any idea?

Cheers
Phil</description>
		<content:encoded><![CDATA[<p>Hi. Gee hate to say it but I can&#8217;t seem to get the  FlexFM.swc to install in either Flex 2 or 3</p>
<p>Followed instructions but the import doesn&#8217;t see either the ZIP or the UNZIP source. Yes I have been following your great install guidelines, any idea?</p>
<p>Cheers<br />
Phil</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Flex Builder 3 Update &#171; FlexFM</title>
		<link>http://www.soliantconsulting.com/blog/source-code/comment-page-1/#comment-198</link>
		<dc:creator>Flex Builder 3 Update &#171; FlexFM</dc:creator>
		<pubDate>Sat, 26 Jan 2008 03:32:56 +0000</pubDate>
		<guid isPermaLink="false">http://flexfm.wordpress.com/source-code/#comment-198</guid>
		<description>[...] Source&#160;Code [...]</description>
		<content:encoded><![CDATA[<p>[...] Source&nbsp;Code [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jeremiahsmall</title>
		<link>http://www.soliantconsulting.com/blog/source-code/comment-page-1/#comment-197</link>
		<dc:creator>jeremiahsmall</dc:creator>
		<pubDate>Fri, 25 Jan 2008 19:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://flexfm.wordpress.com/source-code/#comment-197</guid>
		<description>See appendix A of the CWP documentation ( page 87 ) http://www.filemaker.com/downloads/pdf/fms9_cwp_xslt_en.pdf

Assuming your field name is Quantity, you would need to set the field to &quot;&lt;50&quot;. In the CWP syntax, this would be:

Quantity=&lt;50&amp;-find

But remember that you need to url encode the string you are setting the field to so it would look like this:

Quantity=%3C50&amp;-find</description>
		<content:encoded><![CDATA[<p>See appendix A of the CWP documentation ( page 87 ) <a href="http://www.filemaker.com/downloads/pdf/fms9_cwp_xslt_en.pdf" rel="nofollow">http://www.filemaker.com/downloads/pdf/fms9_cwp_xslt_en.pdf</a></p>
<p>Assuming your field name is Quantity, you would need to set the field to &#8220;&lt;50&#8243;. In the CWP syntax, this would be:</p>
<p>Quantity=&lt;50&amp;-find</p>
<p>But remember that you need to url encode the string you are setting the field to so it would look like this:</p>
<p>Quantity=%3C50&amp;-find</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Norman Winn</title>
		<link>http://www.soliantconsulting.com/blog/source-code/comment-page-1/#comment-194</link>
		<dc:creator>Norman Winn</dc:creator>
		<pubDate>Tue, 22 Jan 2008 11:15:14 +0000</pubDate>
		<guid isPermaLink="false">http://flexfm.wordpress.com/source-code/#comment-194</guid>
		<description>Hello,

How do I specify a find request? I&#039;ve searched google, your howto and I can&#039;t find how to enter a request like &#039;Quantity&lt;50&#039;. I seem to remember seeing the same syntax when I tried FXPhp some time ago but can no longer find the reference. Is there a document I can consult?</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>How do I specify a find request? I&#8217;ve searched google, your howto and I can&#8217;t find how to enter a request like &#8216;Quantity&lt;50&#8242;. I seem to remember seeing the same syntax when I tried FXPhp some time ago but can no longer find the reference. Is there a document I can consult?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ric</title>
		<link>http://www.soliantconsulting.com/blog/source-code/comment-page-1/#comment-193</link>
		<dc:creator>Ric</dc:creator>
		<pubDate>Thu, 27 Sep 2007 11:29:51 +0000</pubDate>
		<guid isPermaLink="false">http://flexfm.wordpress.com/source-code/#comment-193</guid>
		<description>YOU GUYS ROCK!</description>
		<content:encoded><![CDATA[<p>YOU GUYS ROCK!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

