<?xml version="1.0" encoding="iso-8859-9" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Clomosy | Forum : chart</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : chart]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 16:03:33 +0000</pubDate>
  <lastBuildDate>Mon, 19 Aug 2024 16:57:35 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=889</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://forum.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://forum.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[chart : te&#351;ekk&#252;rler ]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=889&amp;PID=1695#1695</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=216">ismail</a><br /><strong>Konu:</strong> 889<br /><strong>Gönderim Zamanı:</strong> 19&nbsp;Ağustos&nbsp;2024 Saat 16:57<br /><br />teşekkürler<div><br></div>]]>
   </description>
   <pubDate>Mon, 19 Aug 2024 16:57:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=889&amp;PID=1695#1695</guid>
  </item> 
  <item>
   <title><![CDATA[chart : Merhaba &#304;smail,A&#351;a&#287;&#305;daki kodu...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=889&amp;PID=1694#1694</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 889<br /><strong>Gönderim Zamanı:</strong> 19&nbsp;Ağustos&nbsp;2024 Saat 16:08<br /><br />Merhaba İsmail,<div>Aşağıdaki kodu inceler misin:</div><div><div>var</div><div>&nbsp; MyForm:TclForm;</div><div>&nbsp; testChart : TClChart;</div><div>&nbsp; simpleJSONStr : String;</div><div>&nbsp; &nbsp;xValue:Integer;</div><div>begin&nbsp;</div><div>&nbsp; MyForm := TclForm.Create(Self);</div><div>&nbsp; testChart := MyForm.AddNewChart(MyForm,'testChart','Samsoong');</div><div>&nbsp; xValue := 50 ;</div><div>&nbsp; simpleJSONStr := '&#091;{ "DeviceType": "Notebook","Percent": '+ IntToStr(xValue)+',"color":"clOrange"}&#093;';</div><div><br></div><div>&nbsp; testChart.Charttype := clCBar;</div><div>&nbsp; testChart.XAxisText := 'DeviceType';</div><div>&nbsp; testChart.ChartItemText := 'Device Sales';</div><div>&nbsp; testChart.ChartItemsValue := 'Percent';</div><div>&nbsp; testChart.ChartTitle := 'Samsoong Inc';</div><div>&nbsp; testChart.clLoadDataFromJSONStr(simpleJSONStr);</div><div>&nbsp; MyForm.Run;</div><div><br></div><div>end;</div></div>]]>
   </description>
   <pubDate>Mon, 19 Aug 2024 16:08:42 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=889&amp;PID=1694#1694</guid>
  </item> 
  <item>
   <title><![CDATA[chart : void deneme;var  Qry,Qry2: TClSQLiteQuery;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=889&amp;PID=1692#1692</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=216">ismail</a><br /><strong>Konu:</strong> 889<br /><strong>Gönderim Zamanı:</strong> 19&nbsp;Ağustos&nbsp;2024 Saat 15:37<br /><br /><div>&nbsp;void deneme;&nbsp;</div><div>var&nbsp;</div><div>&nbsp; &nbsp; Qry,Qry2: TClSQLiteQuery;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; values2:String;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>{</div><div>&nbsp; &nbsp; try&nbsp;</div><div>&nbsp; &nbsp; &nbsp;FRow = myform.ClSenderRow;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;values2=IntToStr(StrToInt(clProGrid.GetCellValue(2,FRow))*StrToInt(clProGrid.GetCellValue(3,FRow))*StrToInt(clProGrid.GetCellValue(6,FRow)));</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Qry = Clomosy.DBSQLiteQueryWith('SELECT SUM(cast (StokGirisMiktarı as Int ) ) AS Total FROM girislogdatabase18 WHERE ID='+QuotedStr(values2));</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Qry.OpenOrExecute;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if (Qry.Found)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; totalSumgiris = Qry.FieldByName('Total').AsString;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('ID&nbsp; için Toplam Stok Giriş Miktarı: ' + IntToStr(totalSumgiris));</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('Bu ID ye ait veri bulunamadı ');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; except</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('&#091;01&#093; Exception Class: ' + LastExceptionClassName + ' Exception Message: ' + LastExceptionMessage);</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div><br></div><div><br></div><div>totalSumgiris&nbsp; değişkenine atadığım değişkeni chartta nasıl gösterebilirim</div>]]>
   </description>
   <pubDate>Mon, 19 Aug 2024 15:37:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=889&amp;PID=1692#1692</guid>
  </item> 
 </channel>
</rss>