<?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 : Genel &#304;&#351;lemler</title>
  <link>https://www.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Son 10 Gönderilenler]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 10:44:10 +0000</pubDate>
  <lastBuildDate>Sat, 17 Feb 2024 00:46:27 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://www.clomosy.com.tr/RSS_topic_feed.asp?FID=122</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[Genel &#304;&#351;lemler : Nasıl HTTPPost Yapacağım?]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=579&amp;PID=771#771</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=146">furkan</a><br /><strong>Konu:</strong> Nasıl HTTPPost Yapacağım?<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2024 Saat 00:46<br /><br />Merhaba, <b>Clomosy </b>ile bir proje yapacağım ve http <b>post </b>ve <b>get </b>kullanmam gerek.<b>Get </b>fonksiyonlarını gördüm ancak <b>post </b>fonksiyonlarını göremedim.<div><br></div><div><b>&nbsp;MyHttp.Post fonksiyonu var mı?</b></div><div><br></div><div><b>Nasıl kullanacağım?</b><br></div>]]>
   </description>
   <pubDate>Sat, 17 Feb 2024 00:46:27 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=579&amp;PID=771#771</guid>
  </item> 
  <item>
   <title><![CDATA[Genel &#304;&#351;lemler : tbeOnChange]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=577&amp;PID=770#770</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=143">Burak</a><br /><strong>Konu:</strong> tbeOnChange<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Ekim&nbsp;2023 Saat 09:20<br /><br />Denedim kullanılabiliyor.<br>]]>
   </description>
   <pubDate>Wed, 25 Oct 2023 09:20:49 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=577&amp;PID=770#770</guid>
  </item> 
  <item>
   <title><![CDATA[Genel &#304;&#351;lemler : Grid Hücrelerini Güncelleme]]></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> Grid Hücrelerini Güncelleme<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[Genel &#304;&#351;lemler : Grid Hücrelerini Güncelleme]]></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> Grid Hücrelerini Güncelleme<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> 
  <item>
   <title><![CDATA[Genel &#304;&#351;lemler : tbeOnChange]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=577&amp;PID=767#767</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=143">Burak</a><br /><strong>Konu:</strong> tbeOnChange<br /><strong>Gönderim Zamanı:</strong> 23&nbsp;Ekim&nbsp;2023 Saat 16:00<br /><br />tbeOnChange olayı TCLEdit veya TCLProEdit üzerinde kullanılabilir mi?<br>]]>
   </description>
   <pubDate>Mon, 23 Oct 2023 16:00:09 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=577&amp;PID=767#767</guid>
  </item> 
  <item>
   <title><![CDATA[Genel &#304;&#351;lemler : ProDateEdit Nesnesinin İlk Tarihini Değiştirme]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=574&amp;PID=766#766</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=142">BilalCndn</a><br /><strong>Konu:</strong> ProDateEdit Nesnesinin İlk Tarihini Değiştirme<br /><strong>Gönderim Zamanı:</strong> 20&nbsp;Ekim&nbsp;2023 Saat 15:15<br /><br />Teşekkürler]]>
   </description>
   <pubDate>Fri, 20 Oct 2023 15:15:57 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=574&amp;PID=766#766</guid>
  </item> 
  <item>
   <title><![CDATA[Genel &#304;&#351;lemler : BtnGoBack butonu işlevi]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=573&amp;PID=765#765</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=142">BilalCndn</a><br /><strong>Konu:</strong> BtnGoBack butonu işlevi<br /><strong>Gönderim Zamanı:</strong> 20&nbsp;Ekim&nbsp;2023 Saat 15:13<br /><br />Teşekkürleer]]>
   </description>
   <pubDate>Fri, 20 Oct 2023 15:13:51 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=573&amp;PID=765#765</guid>
  </item> 
  <item>
   <title><![CDATA[Genel &#304;&#351;lemler : Grid Hücrelerini Temizleme]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=576&amp;PID=764#764</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=142">BilalCndn</a><br /><strong>Konu:</strong> Grid Hücrelerini Temizleme<br /><strong>Gönderim Zamanı:</strong> 20&nbsp;Ekim&nbsp;2023 Saat 15:12<br /><br />Teşekkürler]]>
   </description>
   <pubDate>Fri, 20 Oct 2023 15:12:55 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=576&amp;PID=764#764</guid>
  </item> 
  <item>
   <title><![CDATA[Genel &#304;&#351;lemler : ProDateEdit Nesnesinin İlk Tarihini Değiştirme]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=574&amp;PID=763#763</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=132">Atiker01</a><br /><strong>Konu:</strong> ProDateEdit Nesnesinin İlk Tarihini Değiştirme<br /><strong>Gönderim Zamanı:</strong> 20&nbsp;Ekim&nbsp;2023 Saat 14:44<br /><br />Merhaba,<div>Component oluşturulup kullanıma başlandığı anda ekranda ilk gelecek tarihi değiştirmek için aşağıdaki kodu kullanabilirsinzi:</div><div><br></div><div>&nbsp;testDate.Date := EncodeDate(2023,9,5);</div>]]>
   </description>
   <pubDate>Fri, 20 Oct 2023 14:44:45 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=574&amp;PID=763#763</guid>
  </item> 
  <item>
   <title><![CDATA[Genel &#304;&#351;lemler : Tek Boyutlu Dizinin Boyutu]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=575&amp;PID=762#762</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=143">Burak</a><br /><strong>Konu:</strong> Tek Boyutlu Dizinin Boyutu<br /><strong>Gönderim Zamanı:</strong> 20&nbsp;Ekim&nbsp;2023 Saat 13:35<br /><br />Teşekkürler.<br>]]>
   </description>
   <pubDate>Fri, 20 Oct 2023 13:35:20 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=575&amp;PID=762#762</guid>
  </item> 
 </channel>
</rss>