<?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 : update</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : update]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 16:03:34 +0000</pubDate>
  <lastBuildDate>Wed, 21 Aug 2024 11:12: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=893</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[update : Merhaba &#304;smail,Hatan&#305; yazabilir...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=893&amp;PID=1709#1709</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 893<br /><strong>Gönderim Zamanı:</strong> 21&nbsp;Ağustos&nbsp;2024 Saat 11:12<br /><br />Merhaba İsmail,<div>Hatanı yazabilir misin?</div>]]>
   </description>
   <pubDate>Wed, 21 Aug 2024 11:12:35 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=893&amp;PID=1709#1709</guid>
  </item> 
  <item>
   <title><![CDATA[update : try sonuc= IntToStr(StrToInt(c...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=893&amp;PID=1699#1699</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=216">ismail</a><br /><strong>Konu:</strong> 893<br /><strong>Gönderim Zamanı:</strong> 20&nbsp;Ağustos&nbsp;2024 Saat 11:15<br /><br /><div>try</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;sonuc=&nbsp; &nbsp;IntToStr(StrToInt(clProGrid.GetCellValue(4,FRow))- StrToInt(ClickStokCikisMktrEdt2.Text));</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;Qry2 = Clomosy.DBSQLiteQueryWith('UPDATE depodatabase SET Kilo = ' +QuotedStr(sonuc) +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;' WHERE Cins = ' + QuotedStr(clProGrid.GetCellValue(0, FRow)) + ' AND ' +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'Kalinlik = ' + QuotedStr(clProGrid.GetCellValue(1, FRow)) + ' AND ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'En = ' + QuotedStr(clProGrid.GetCellValue(2, FRow)) + ' AND ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'Boy = ' + QuotedStr(clProGrid.GetCellValue(3, FRow)) + ' AND ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'Kilo = ' + QuotedStr(clProGrid.GetCellValue(4, FRow)) + ' AND ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'Adet = ' + QuotedStr(clProGrid.GetCellValue(5, FRow)) + ' AND ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'DepoKodu = ' + QuotedStr(clProGrid.GetCellValue(6, FRow)) + ' AND ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'DepoYeri = ' + QuotedStr(clProGrid.GetCellValue(7, FRow)) + ' AND ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'TarihSaat = ' + QuotedStr(clProGrid.GetCellValue(8, FRow)) + ';');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Qry2.OpenOrExecute;</div><div>&nbsp; &nbsp; &nbsp;except&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ShowMessage('buraya giriyor');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('Exception Class '+LastExceptionClassName+'Exception Message'+LastExceptionMessage);</div><div>&nbsp; &nbsp; &nbsp;}</div><div>&nbsp; &nbsp; &nbsp;except içine giriyor hata veriyor ama aynı zamanda güncelliyor .</div>]]>
   </description>
   <pubDate>Tue, 20 Aug 2024 11:15:03 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=893&amp;PID=1699#1699</guid>
  </item> 
 </channel>
</rss>