<?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>Chandra Wijaya Blog &#187; FRM-40654</title>
	<atom:link href="http://chandrawijaya.com/tag/frm-40654/feed" rel="self" type="application/rss+xml" />
	<link>http://chandrawijaya.com</link>
	<description>Gadgets talks, Food delicious, Photography tips, Naked Traveling, Celebrity Gossip, Lowongan Kerja</description>
	<lastBuildDate>Sat, 11 Feb 2012 15:43:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>FRM-40654 After Set Block Property of Query_Data_Source_Name</title>
		<link>http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html</link>
		<comments>http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html#comments</comments>
		<pubDate>Fri, 06 Nov 2009 13:29:07 +0000</pubDate>
		<dc:creator>Chandra Wijaya</dc:creator>
				<category><![CDATA[Oracle]]></category>
		<category><![CDATA[dml_data_target_name]]></category>
		<category><![CDATA[FRM-40654]]></category>
		<category><![CDATA[query_data_source_name]]></category>

		<guid isPermaLink="false">http://chandrawijaya.com/?p=491</guid>
		<description><![CDATA[Have you ever got this error in your oracle form ? FRM-40654: Record has been updated by another user. Re-query to see. The case that i had was i changed the query of 1 database block dynamically use set_block_property(&#8216;BLOCK1&#8242;,Query_Data_Source_Name,&#8217;TABLE_X&#8217;). This BLOCK1 previously assign to TABLE_A. TABLE_X and TABLE_A has same fields structure. As summary, my]]></description>
			<content:encoded><![CDATA[<p>Have you ever got this error in your oracle form ? <strong>FRM-40654: Record has been updated by another user. Re-query to see.</strong> The case that i had was i changed the query of 1 database block dynamically use <strong>set_block_property(&#8216;BLOCK1&#8242;,Query_Data_Source_Name,&#8217;TABLE_X&#8217;)</strong>. This BLOCK1 previously assign to TABLE_A. TABLE_X and TABLE_A has same fields structure.</p>
<div id="attachment_492" class="wp-caption aligncenter" style="width: 413px"><a href="http://chandrawijaya.com/wp-content/uploads/2009/11/FRM-40654-image.JPG"><img src="http://chandrawijaya.com/wp-content/uploads/2009/11/FRM-40654-image.JPG" alt="FRM-40654" title="FRM-40654 image" width="403" height="156" class="size-full wp-image-492" /></a><p class="wp-caption-text">FRM-40654</p></div>
<p>As summary, my form blocks condition were like this :<br />
BLOCK1 =  TABLE_A<br />
use set_block_property on pre_query trigger to change the query_data_source_name to TABLE_X.<br />
<span id="more-491"></span><br />
Everything looks fine when i load the form, but when i tried to change the field value, it gave me this form error FRM-40654. I <a href="http://www.google.com/#hl=en&#038;source=hp&#038;q=frm-40654&#038;aq=f&#038;aqi=g10&#038;oq=&#038;fp=642c18fb4411ca2e">search around in Google</a> and only can found several peoples face the same frm-40654 but in different situation. </p>
<p>Some people said its because of the record has been lock somehow and need to released first. Its correct somehow, but not in my case here. After hassle try this and that for several hours&#8230; (really wasting time..) then EUREKA &#8230; need to set this property as well <strong>dml_data_target_name</strong> in the pre-query trigger.</p>
<blockquote><p>set_block_property(&#8216;BLOCK1&#8242;,dml_data_target_name,&#8217;TABLE_X&#8217;)</p></blockquote>
<p>I hope this can save most of your time rather than finding the causes by your self, might my experience help you reduce your hassle. <img src='http://chandrawijaya.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<h4>Hot News :</h4><p><a href="http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html" title="frm-40654">frm-40654</a>, <a href="http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html" title="set_block_property">set_block_property</a>, <a href="http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html" title="frm 40654">frm 40654</a>, <a href="http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html" title="set_block_property query">set_block_property query</a>, <a href="http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html" title="query_data_source_name set_block_property">query_data_source_name set_block_property</a>, <a href="http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html" title="set_block_property in oracle forms">set_block_property in oracle forms</a>, <a href="http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html" title="oracle set_block_property">oracle set_block_property</a>, <a href="http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html" title="set block property">set block property</a>, <a href="http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html" title="oracle forms FRM-40654">oracle forms FRM-40654</a>, <a href="http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html" title="set_block_property(‘BLOCK1′ dml_data_target_name ’TABLE_X’)">set_block_property(‘BLOCK1′ dml_data_target_name ’TABLE_X’)</a></><div id="seo_alrp_related"><h2>Posts Related to FRM-40654 After Set Block Property of Query_Data_Source_Name</h2><ul><li><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://chandrawijaya.com/oracle-bi-discoverer-error-join-configuration-cannot-be-resolved.html" rel="bookmark"><img width="60" height="60" src="http://chandrawijaya.com/wp-content/uploads/2009/05/join-configuration-cannot-be-resolved-message-150x150.jpg" class="seo_alrp_img_thumb wp-post-image" alt="Oracle BI Discoverer Error &#8211; Join configuration cannot be resolved" title="Oracle BI Discoverer Error &#8211; Join configuration cannot be resolved" border="0" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://chandrawijaya.com/oracle-bi-discoverer-error-join-configuration-cannot-be-resolved.html" rel="bookmark">Oracle BI Discoverer Error &#8211; Join configuration cannot be resolved</a></h3><p>This evening, i received another CSR that i need to follow up as Oracle IT support. This time is related to the Oracle BI Discoverer ...</p></div></li><li><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://chandrawijaya.com/google-launches-personalised-homepages.html" rel="bookmark"><img width="60" height="60" src="http://chandrawijaya.com/wp-content/uploads/2010/06/google-change-background-150x150.jpg" class="seo_alrp_img_thumb wp-post-image" alt="Google Launches Personalised Homepages" title="Google Launches Personalised Homepages" border="0" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://chandrawijaya.com/google-launches-personalised-homepages.html" rel="bookmark">Google Launches Personalised Homepages</a></h3><p>You can now use personal photos and images taken from your computer as the background of your Google homepage. By clicking ‘Change background picture’ in ...</p></div></li><li><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://chandrawijaya.com/easy-facebook-privacy-that-you-should-know.html" rel="bookmark"><img width="60" height="60" src="http://chandrawijaya.com/wp-content/uploads/2010/06/facebook-privacy-150x150.jpg" class="seo_alrp_img_thumb wp-post-image" alt="Easy Facebook Privacy That You Should Know" title="Easy Facebook Privacy That You Should Know" border="0" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://chandrawijaya.com/easy-facebook-privacy-that-you-should-know.html" rel="bookmark">Easy Facebook Privacy That You Should Know</a></h3><p>Facebook has responded to criticism of its privacy settings, making them easier to use. Here some of the most question and answer on how to ...</p></div></li><li><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://chandrawijaya.com/apple-iphone-3gs.html" rel="bookmark"><img width="60" height="60" src="http://chandrawijaya.com/wp-content/uploads/2010/02/apple-iphone-3gs-2-150x150.jpg" class="seo_alrp_img_thumb wp-post-image" alt="Apple iPhone 3GS" title="Apple iPhone 3GS" border="0" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://chandrawijaya.com/apple-iphone-3gs.html" rel="bookmark">Apple iPhone 3GS</a></h3><p>The best smartphone for this 2010 fall to iPhone 3GS due to super fast, brilliantly flexible and easy to use. The first big changes to ...</p></div></li><li><div class="seo_alrp_rl_thumb" style="float:left; margin: 0 10px 5px 0; border: 2px solid #eee ; padding: 2px;"><a href="http://chandrawijaya.com/whats-new-in-blackberry-6-os.html" rel="bookmark"><img width="60" height="60" src="http://chandrawijaya.com/wp-content/uploads/2010/09/blackberry-6-os-home-150x150.jpg" class="seo_alrp_img_thumb wp-post-image" alt="Whats New in BlackBerry 6 OS" title="Whats New in BlackBerry 6 OS" border="0" /></a> </div><div class="seo_alrp_rl_content"><h3><a href="http://chandrawijaya.com/whats-new-in-blackberry-6-os.html" rel="bookmark">Whats New in BlackBerry 6 OS</a></h3><p>I knew that Blackberry 6 OS was launched comes with the BlackBerry Torch 9800 as the first handset that use this OS. Must be overhaul ...</p></div></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://chandrawijaya.com/frm-40654-after-set-block-property-of-query_data_source_name.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

