<?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>Fatih DEMİRCİ &#187; range</title>
	<atom:link href="http://www.fatihdemirci.net/index.php/tag/range/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.fatihdemirci.net</link>
	<description>Microsoft MVP &#124; MCT &#124; Solution Architect &#124; AI-Ready ERP &#38; CRM Copilot &#38; Agentic Business Applications</description>
	<lastBuildDate>Fri, 17 Apr 2026 11:24:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Axaptada forma seçime göre range eklemek.</title>
		<link>https://www.fatihdemirci.net/index.php/2010/08/24/axaptada-forma-secime-gore-range-eklemek/</link>
		<comments>https://www.fatihdemirci.net/index.php/2010/08/24/axaptada-forma-secime-gore-range-eklemek/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 13:11:54 +0000</pubDate>
		<dc:creator>Fatih Demirci</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[Ax 2009]]></category>
		<category><![CDATA[Axapta]]></category>
		<category><![CDATA[Metod]]></category>
		<category><![CDATA[range]]></category>
		<category><![CDATA[x++]]></category>

		<guid isPermaLink="false">http://www.fatihdemirci.net/?p=384</guid>
		<description><![CDATA[Merhaba Örneğin bir formunuz var  belli kriterlere göre süzülmesi isteniyor öncelikle gerekli değişkenimizi forma ekliyoruz. eğer enum tipindeyse ComboBox EDT ise listBox yapabilirsiniz. sonra eklediğiniz objenin modified metodundan şu metodu çağırın. void addRange() { // önce eski rangeleri temizliyoruz AXIntegrationTable_ds.query().dataSourceName(&#8220;AXIntegrationTable&#8221;).clearRange(fieldnum(AXIntegrationTable, RecordType)); AXIntegrationTable_ds.query().dataSourceName(&#8220;AXIntegrationTable&#8221;).clearRange(fieldnum(AXIntegrationTable, ItemBuyerGroupId)); AXIntegrationTable_ds.query().dataSourceName(&#8220;AXIntegrationTable&#8221;).clearRange(fieldnum(AXIntegrationTable, Status)); // sonra ranglerimizi ekliyoruz� AXIntegrationTable_ds.query().dataSourceName(&#8220;AXIntegrationTable&#8221;).addRange(fieldnum(AXIntegrationTable, RecordType)).value(RecordType.valueStr()); //enum AXIntegrationTable_ds.query().dataSourceName(&#8220;AXIntegrationTable&#8221;).addRange(fieldnum(AXIntegrationTable, ItemBuyerGroupId)).value(StringEdit.valueStr()); // [...]]]></description>
		<wfw:commentRss>https://www.fatihdemirci.net/index.php/2010/08/24/axaptada-forma-secime-gore-range-eklemek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dialogdan alınan tarihleri range olarak query’ye eklemek</title>
		<link>https://www.fatihdemirci.net/index.php/2010/03/04/dialogdan-alinan-tarihleri-range-olarak-queryye-eklemek/</link>
		<comments>https://www.fatihdemirci.net/index.php/2010/03/04/dialogdan-alinan-tarihleri-range-olarak-queryye-eklemek/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 08:59:47 +0000</pubDate>
		<dc:creator>Fatih Demirci</dc:creator>
				<category><![CDATA[Dynamics AX]]></category>
		<category><![CDATA[x++]]></category>
		<category><![CDATA[Ax 2009]]></category>
		<category><![CDATA[Axapta]]></category>
		<category><![CDATA[Metod]]></category>
		<category><![CDATA[Query]]></category>
		<category><![CDATA[range]]></category>

		<guid isPermaLink="false">http://www.fatihdemirci.net/?p=222</guid>
		<description><![CDATA[Merhaba Rapor yaparken diyalog alanından aldığınız başlangıç ve bitiş tarihlerini nasıl query&#8217;e range olarak ekleneceğini anlatacağım . Öncelikle  classdecleretaion da  değişkenlerimizi tanımlayalım.       public class ReportRun extends ObjectRun       {          DialogField      dfStartDate;          DialogField      dfEndDate;          TransDate        startDate;          TransDate        endDate;       } Daha sonra dialog metodunda şunları yazalım public Object dialog(Object _dialog) [...]]]></description>
		<wfw:commentRss>https://www.fatihdemirci.net/index.php/2010/03/04/dialogdan-alinan-tarihleri-range-olarak-queryye-eklemek/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
