<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>FileMaker PHP API &gt; Metasys Software Pvt Ltd.</title>
	<atom:link href="https://www.metasyssoftware.com/tag/filemaker-php-api/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.metasyssoftware.com</link>
	<description>Unique People, Unique Solutions</description>
	<lastBuildDate>Wed, 30 Apr 2025 10:41:31 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.metasyssoftware.com/wp-content/uploads/2023/10/metasys-svg-.png</url>
	<title>FileMaker PHP API &gt; Metasys Software Pvt Ltd.</title>
	<link>https://www.metasyssoftware.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to enhance performance of web application with large records in FileMaker database?</title>
		<link>https://www.metasyssoftware.com/filemaker/filemaker-development-html/</link>
					<comments>https://www.metasyssoftware.com/filemaker/filemaker-development-html/#respond</comments>
		
		<dc:creator><![CDATA[meta_prasad]]></dc:creator>
		<pubDate>Wed, 10 Feb 2016 10:19:05 +0000</pubDate>
				<category><![CDATA[FileMaker]]></category>
		<category><![CDATA[FileMaker web applications]]></category>
		<category><![CDATA[Performance]]></category>
		<category><![CDATA[filemaker web solutions india]]></category>
		<category><![CDATA[filemaker development india]]></category>
		<category><![CDATA[filemaker 12 india]]></category>
		<category><![CDATA[filemaker 13 india]]></category>
		<category><![CDATA[Drop down list]]></category>
		<category><![CDATA[web publishing]]></category>
		<category><![CDATA[CWP]]></category>
		<category><![CDATA[FileMaker PHP API]]></category>
		<guid isPermaLink="false">https://metasyssoftwareblog.wordpress.com/?p=7</guid>

					<description><![CDATA[<p>Dropdown list using FM-CWP for large records: With Custom Web Publishing (CWP) FileMaker allows to build web applications using PHP [&#8230;]</p>
The post <a href="https://www.metasyssoftware.com/filemaker/filemaker-development-html/">How to enhance performance of web application with large records in FileMaker database?</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></description>
										<content:encoded><![CDATA[<h2><strong>Dropdown list using FM-CWP for large records:</strong></h2>
<p>With Custom Web Publishing (CWP) FileMaker allows to build web applications using PHP as Front-End and FileMaker as Back-End. This is achieved using FMPHP API provided by FileMaker.</p>
<p>Almost every web application consists of forms that have a dropdown list/ selection list. For example:</p>
<p><img decoding="async" class="alignnone wp-image-10 size-full" title="dropdownlist" src="https://www.metasyssoftware.com/wp-content/uploads/2016/02/dropdownlist.jpg" alt="dropdownlist" width="303" height="136" /></p>
<p>In the case of Dynamic dropdown lists, data has to be fetched from backend FileMaker database every time the user accesses. If there are large number of records, then fetching them from the database and displaying on Web Page takes time to load and results in the slowness of the web page.</p>
<p>In order to avoid this and make the experience friendlier &#038; faster for the user, following technique explains how it can be achieved in a simple way,</p>
<ul class="blog-527">
<li>Create a text file with all the required data separated by entering key in it.<br />
ex.<br />
Value1<br />
Value2<br />
Value3..</li>
</ul>
<ul class="blog-527">
<li>This data will be the initial data containing in the FileMaker field on which you would like to base dropdown list.</li>
<li>Place this file in the same location as your web page containing the dropdown list.</li>
<li>Then in the PHP web page, using file read operations and while loop, fetch the data and display in the dropdown list.</li>
<li>Create one more PHP web page, which will fire a query on FileMaker table/field to get dynamic data for the dropdown list and write to the text file described above.</li>
<li>Admin person can call this web page via a web browser or web viewer of FileMaker whenever there is an update to the field data.</li>
<li>This technique is more effective when the data in the required field is modified less frequently.</li>
</ul>The post <a href="https://www.metasyssoftware.com/filemaker/filemaker-development-html/">How to enhance performance of web application with large records in FileMaker database?</a> appeared first on <a href="https://www.metasyssoftware.com">Metasys Software Pvt Ltd.</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.metasyssoftware.com/filemaker/filemaker-development-html/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
