<?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: FileMaker Server-side Scripting</title>
	<atom:link href="http://www.zerobluetech.com/blog/filemaker-server-side-scripting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.zerobluetech.com/blog/filemaker-server-side-scripting/</link>
	<description>Where your data goes to work</description>
	<lastBuildDate>Fri, 13 Jan 2012 08:25:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anonymous</title>
		<link>http://www.zerobluetech.com/blog/filemaker-server-side-scripting/#comment-214</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 06 Dec 2011 23:18:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.agiriley.com/?p=580#comment-214</guid>
		<description>FileMaker Server 11 does not have the ability to print.  This can only be done by the clients.</description>
		<content:encoded><![CDATA[<p>FileMaker Server 11 does not have the ability to print.  This can only be done by the clients.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mihail Etropolski</title>
		<link>http://www.zerobluetech.com/blog/filemaker-server-side-scripting/#comment-213</link>
		<dc:creator>Mihail Etropolski</dc:creator>
		<pubDate>Mon, 05 Dec 2011 21:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.agiriley.com/?p=580#comment-213</guid>
		<description>Is it possible to set up printing from the server?</description>
		<content:encoded><![CDATA[<p>Is it possible to set up printing from the server?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zerobluetech.com/blog/filemaker-server-side-scripting/#comment-207</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 18 Oct 2011 05:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.agiriley.com/?p=580#comment-207</guid>
		<description>Go to a layout, perform the required tasks then go back to the original layout. The reason we open hidden windows is so the user won&#039;t see the screen flickering.

Even in Pro/Advanced the more windows you open the more you slow your process down. Log script run times and see if you see any difference. </description>
		<content:encoded><![CDATA[<p>Go to a layout, perform the required tasks then go back to the original layout. The reason we open hidden windows is so the user won&#8217;t see the screen flickering.</p>
<p>Even in Pro/Advanced the more windows you open the more you slow your process down. Log script run times and see if you see any difference. </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zerobluetech.com/blog/filemaker-server-side-scripting/#comment-206</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Tue, 18 Oct 2011 04:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.agiriley.com/?p=580#comment-206</guid>
		<description>&quot;No need to script opening a new window, because the server does not 
execute the scripts from physical windows, but rather a virtual space.&quot; ... 
If I have a script in pro that is running a loop and opening a new window each loop so that I can then close the window and be back at the found set I am looping though how do I deal with this if wanting to run it server side?</description>
		<content:encoded><![CDATA[<p>&#8220;No need to script opening a new window, because the server does not<br />
execute the scripts from physical windows, but rather a virtual space.&#8221; &#8230;<br />
If I have a script in pro that is running a loop and opening a new window each loop so that I can then close the window and be back at the found set I am looping though how do I deal with this if wanting to run it server side?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.zerobluetech.com/blog/filemaker-server-side-scripting/#comment-175</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 17 Jun 2011 02:50:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.agiriley.com/?p=580#comment-175</guid>
		<description>I do have that in my opening script. Using &quot;fmserver&quot; as an account for running the script helps when you need to disconnect the user if the script hangs. Therefore it&#039;s good practice to have both.</description>
		<content:encoded><![CDATA[<p>I do have that in my opening script. Using &#8220;fmserver&#8221; as an account for running the script helps when you need to disconnect the user if the script hangs. Therefore it&#8217;s good practice to have both.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vaughan</title>
		<link>http://www.zerobluetech.com/blog/filemaker-server-side-scripting/#comment-174</link>
		<dc:creator>Vaughan</dc:creator>
		<pubDate>Fri, 17 Jun 2011 00:59:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.agiriley.com/?p=580#comment-174</guid>
		<description>&quot;I usually set up an account called “fmserver” to run the scheduled scripts with.&quot;What if somebody opens the database using FMP client with the fmserver account?Instead use this: LeftWords( Get( ApplicationVersion ) ; 1 ) = &quot;Server&quot;

No matter which account is used to run the script, if the script is being run by FMS it will recognise the fact.</description>
		<content:encoded><![CDATA[<p>&#8220;I usually set up an account called “fmserver” to run the scheduled scripts with.&#8221;What if somebody opens the database using FMP client with the fmserver account?Instead use this: LeftWords( Get( ApplicationVersion ) ; 1 ) = &#8220;Server&#8221;</p>
<p>No matter which account is used to run the script, if the script is being run by FMS it will recognise the fact.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bruce Robertson</title>
		<link>http://www.zerobluetech.com/blog/filemaker-server-side-scripting/#comment-139</link>
		<dc:creator>Bruce Robertson</dc:creator>
		<pubDate>Thu, 29 Jul 2010 10:43:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.agiriley.com/?p=580#comment-139</guid>
		<description>When running a scheduled script, the user name will be the name of the schedule.</description>
		<content:encoded><![CDATA[<p>When running a scheduled script, the user name will be the name of the schedule.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

