<?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 : Grid Hücrelerini Güncelleme</title>
  <link>https://www.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Grid Hücrelerini Güncelleme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 08:35:48 +0000</pubDate>
  <lastBuildDate>Tue, 24 Oct 2023 17:36:59 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.clomosy.com.tr/RSS_post_feed.asp?TID=578</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://www.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://www.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[Grid Hücrelerini Güncelleme : click prosed&#252;r&#252;n&#252; bu &#351;ekilde de&#287;i&#351;tirdim....]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=578&amp;PID=769#769</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=143">Burak</a><br /><strong>Konu:</strong> 578<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Ekim&nbsp;2023 Saat 17:36<br /><br /><div>click prosedürünü bu şekilde değiştirdim. çalışıyor<br></div><div><br></div><div>procedure Click;</div>&nbsp; begin<br>&nbsp; <br>&nbsp;&nbsp;&nbsp; localQ.Close;<br>&nbsp;&nbsp;&nbsp; localQ.SQL.Clear;<br>&nbsp;&nbsp;&nbsp; localQ.SQL.Add('SELECT * FROM TBLCARISB WHERE CARI_KODU=' + QuotedStr('cr001'));<br>&nbsp;&nbsp;&nbsp; localQ.Open;<br>&nbsp; end;<br>]]>
   </description>
   <pubDate>Tue, 24 Oct 2023 17:36:59 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=578&amp;PID=769#769</guid>
  </item> 
  <item>
   <title><![CDATA[Grid Hücrelerini Güncelleme : Burada butona t&#305;klad&#305;&#287;&#305;mda grid...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=578&amp;PID=768#768</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=143">Burak</a><br /><strong>Konu:</strong> 578<br /><strong>Gönderim Zamanı:</strong> 24&nbsp;Ekim&nbsp;2023 Saat 16:52<br /><br /><div>Burada butona tıkladığımda grid hücrelerini güncellenmesini istiyorum. Click prosedürü ile bunu yapmaya çalıştım. Güncelleme yapmıyor aynı veriyi gösteriyor. Nerede hata yapıyorum?<br></div><div><br></div><div><br></div><div>var </div>&nbsp; myForm : TclForm;<br>&nbsp; myGrid : TclStringGrid;<br>&nbsp; localQ : TUniQuery;<br>&nbsp; testbutton : TclButton;<br>&nbsp; <br>&nbsp; <br>procedure Click;<br>&nbsp; begin<br>&nbsp; <br>&nbsp;&nbsp;&nbsp; localQ.Close;<br>&nbsp;&nbsp;&nbsp; localQ.Open;<br>&nbsp;&nbsp;&nbsp; ShowMessage('çalışıyor');<br>&nbsp;&nbsp;&nbsp; localQ := Clomosy.DBSQLServerQueryWith('SELECT * FROM TBLSTOKSB');<br><br>&nbsp;&nbsp; &nbsp;<br>&nbsp; end;<br>begin<br>&nbsp; myForm := TclForm.Create(Self);<br>&nbsp; <br>&nbsp; testButton := MyForm.AddNewButton(myForm,'testButton','Click');<br>&nbsp; testButton.StyledSettings := ssFamily;<br>&nbsp; testButton.TextSettings.Font.Size := 20;<br>&nbsp; testButton.TextSettings.FontColor := clAlphaColor.clHexToColor('#8a067c');<br>&nbsp; myForm.AddNewEvent(testButton,tbeOnClick,'Click');<br><br>&nbsp; <br>&nbsp; myGrid := myForm.AddNewStringGrid(myForm,'myGrid');<br>&nbsp; myGrid.Align := alBottom;<br>&nbsp; myGrid.Margins.Left := 20;<br>&nbsp; myGrid.Margins.Top := 20;<br>&nbsp; myGrid.Margins.Right := 20;<br>&nbsp; myGrid.Margins.Bottom := 20;<br>&nbsp; <br>&nbsp; <br>&nbsp; Clomosy.DBSQLServerConnect('SQL Server','192.168.1.11','deneme','123','stajAtiker',50000);<br>&nbsp; <br>&nbsp; localQ := Clomosy.DBSQLServerQueryWith('SELECT * FROM TBLCARISB ')<br>&nbsp; <br>&nbsp; myForm.AddNewGridBinding(myGrid,localQ);<br>&nbsp;<br>&nbsp; myForm.Run;<br>end;<br>]]>
   </description>
   <pubDate>Tue, 24 Oct 2023 16:52:51 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=578&amp;PID=768#768</guid>
  </item> 
 </channel>
</rss>