<?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 : Clomosy SQL Server Hatası</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Clomosy ile de&#287;i&#351;ken kullan&#305;m&#305; : Clomosy SQL Server Hatası]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 31 Jul 2026 13:04:02 +0000</pubDate>
  <lastBuildDate>Fri, 31 Jul 2026 11:26:22 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1642</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[Clomosy SQL Server Hatası : void BildirimleriYukle;var SqlMetni...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1642&amp;PID=3802#3802</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=479">ismet</a><br /><strong>Konu:</strong> 1642<br /><strong>Gönderim Zamanı:</strong> 31&nbsp;Temmuz&nbsp;2026 Saat 11:26<br /><br /><div>void BildirimleriYukle;</div><div>var</div><div>&nbsp; SqlMetni : String;</div><div>{</div><div>&nbsp; if (Clomosy.GlobalVariableString == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; BosDurumPanel.Visible = True;</div><div>&nbsp; &nbsp; BosBaslikLbl.Text = 'Bildirimleri görmek için giriş yapmalısınız.';</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div><br></div><div>&nbsp;SqlMetni = 'SELECT TOP 5 BildirimID, GonderenKullanici, Mesaj, Durum, ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'CONVERT(VARCHAR, Tarih, 120) AS TarihStr FROM Bildirimler WHERE AliciKullanici = ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;QuotedStr(Clomosy.GlobalVariableString) + ' ORDER BY Tarih DESC';</div><div><br></div><div>&nbsp; Qry = TClSqlQuery.Create(nil);</div><div>&nbsp; Qry.Connection = Clomosy.DBSQLServerConnection;</div><div>&nbsp; Qry.SQL.Text = SqlMetni;</div><div>&nbsp; Qry.Open;</div><div><br></div><div>&nbsp; KayitSayisi = 0;</div><div>&nbsp; TumKartlariGizle;</div><div><br></div><div>&nbsp; while (NOT Qry.Eof)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; KayitSayisi = KayitSayisi + 1;</div><div><br></div><div>&nbsp; &nbsp; if (KayitSayisi == 1)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Kart1Panel.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; Kart1BildirimID = Qry.FieldByName('BildirimID').AsInteger;</div><div>&nbsp; &nbsp; &nbsp; Kart1Gonderen = Qry.FieldByName('GonderenKullanici').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart1Durum = Qry.FieldByName('Durum').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart1GonderenLbl.Text = Kart1Gonderen;</div><div>&nbsp; &nbsp; &nbsp; Kart1MesajLbl.Text = Qry.FieldByName('Mesaj').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart1TarihLbl.Text = Qry.FieldByName('TarihStr').AsString;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; if (Kart1Durum == 'Beklemede')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1DurumLbl.Text = Chr($23F3) + ' Onay Bekliyor';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#D97706');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1DurumLbl.SetclProSettings(Kart1DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1OnaylaBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1ReddetBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1MesajBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else if (Kart1Durum == 'Onaylandi')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1DurumLbl.Text = Chr($2705) + ' Onaylandı';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#16A34A');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1DurumLbl.SetclProSettings(Kart1DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1OnaylaBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1ReddetBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1MesajBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1DurumLbl.Text = Chr($274C) + ' Reddedildi';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#DC2626');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1DurumLbl.SetclProSettings(Kart1DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1OnaylaBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1ReddetBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart1MesajBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; if (KayitSayisi == 2)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Kart2Panel.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; Kart2BildirimID = Qry.FieldByName('BildirimID').AsInteger;</div><div>&nbsp; &nbsp; &nbsp; Kart2Gonderen = Qry.FieldByName('GonderenKullanici').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart2Durum = Qry.FieldByName('Durum').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart2GonderenLbl.Text = Kart2Gonderen;</div><div>&nbsp; &nbsp; &nbsp; Kart2MesajLbl.Text = Qry.FieldByName('Mesaj').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart2TarihLbl.Text = Qry.FieldByName('TarihStr').AsString;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; if (Kart2Durum == 'Beklemede')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2DurumLbl.Text = Chr($23F3) + ' Onay Bekliyor';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#D97706');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2DurumLbl.SetclProSettings(Kart2DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2OnaylaBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2ReddetBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2MesajBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else if (Kart2Durum == 'Onaylandi')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2DurumLbl.Text = Chr($2705) + ' Onaylandı';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#16A34A');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2DurumLbl.SetclProSettings(Kart2DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2OnaylaBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2ReddetBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2MesajBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2DurumLbl.Text = Chr($274C) + ' Reddedildi';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#DC2626');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2DurumLbl.SetclProSettings(Kart2DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2OnaylaBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2ReddetBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart2MesajBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; if (KayitSayisi == 3)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Kart3Panel.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; Kart3BildirimID = Qry.FieldByName('BildirimID').AsInteger;</div><div>&nbsp; &nbsp; &nbsp; Kart3Gonderen = Qry.FieldByName('GonderenKullanici').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart3Durum = Qry.FieldByName('Durum').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart3GonderenLbl.Text = Kart3Gonderen;</div><div>&nbsp; &nbsp; &nbsp; Kart3MesajLbl.Text = Qry.FieldByName('Mesaj').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart3TarihLbl.Text = Qry.FieldByName('TarihStr').AsString;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; if (Kart3Durum == 'Beklemede')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3DurumLbl.Text = Chr($23F3) + ' Onay Bekliyor';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#D97706');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3DurumLbl.SetclProSettings(Kart3DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3OnaylaBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3ReddetBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3MesajBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else if (Kart3Durum == 'Onaylandi')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3DurumLbl.Text = Chr($2705) + ' Onaylandı';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#16A34A');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3DurumLbl.SetclProSettings(Kart3DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3OnaylaBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3ReddetBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3MesajBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3DurumLbl.Text = Chr($274C) + ' Reddedildi';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#DC2626');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3DurumLbl.SetclProSettings(Kart3DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3OnaylaBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3ReddetBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart3MesajBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; if (KayitSayisi == 4)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Kart4Panel.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; Kart4BildirimID = Qry.FieldByName('BildirimID').AsInteger;</div><div>&nbsp; &nbsp; &nbsp; Kart4Gonderen = Qry.FieldByName('GonderenKullanici').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart4Durum = Qry.FieldByName('Durum').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart4GonderenLbl.Text = Kart4Gonderen;</div><div>&nbsp; &nbsp; &nbsp; Kart4MesajLbl.Text = Qry.FieldByName('Mesaj').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart4TarihLbl.Text = Qry.FieldByName('TarihStr').AsString;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; if (Kart4Durum == 'Beklemede')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4DurumLbl.Text = Chr($23F3) + ' Onay Bekliyor';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#D97706');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4DurumLbl.SetclProSettings(Kart4DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4OnaylaBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4ReddetBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4MesajBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else if (Kart4Durum == 'Onaylandi')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4DurumLbl.Text = Chr($2705) + ' Onaylandı';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#16A34A');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4DurumLbl.SetclProSettings(Kart4DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4OnaylaBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4ReddetBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4MesajBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4DurumLbl.Text = Chr($274C) + ' Reddedildi';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#DC2626');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4DurumLbl.SetclProSettings(Kart4DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4OnaylaBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4ReddetBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart4MesajBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; if (KayitSayisi == 5)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Kart5Panel.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; Kart5BildirimID = Qry.FieldByName('BildirimID').AsInteger;</div><div>&nbsp; &nbsp; &nbsp; Kart5Gonderen = Qry.FieldByName('GonderenKullanici').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart5Durum = Qry.FieldByName('Durum').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart5GonderenLbl.Text = Kart5Gonderen;</div><div>&nbsp; &nbsp; &nbsp; Kart5MesajLbl.Text = Qry.FieldByName('Mesaj').AsString;</div><div>&nbsp; &nbsp; &nbsp; Kart5TarihLbl.Text = Qry.FieldByName('TarihStr').AsString;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; if (Kart5Durum == 'Beklemede')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5DurumLbl.Text = Chr($23F3) + ' Onay Bekliyor';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#D97706');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5DurumLbl.SetclProSettings(Kart5DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5OnaylaBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5ReddetBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5MesajBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else if (Kart5Durum == 'Onaylandi')</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5DurumLbl.Text = Chr($2705) + ' Onaylandı';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#16A34A');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5DurumLbl.SetclProSettings(Kart5DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5OnaylaBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5ReddetBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5MesajBtn.Visible = True;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5DurumLbl.Text = Chr($274C) + ' Reddedildi';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5DurumLbl.clProSettings.FontColor = clAlphaColor.clHexToColor('#DC2626');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5DurumLbl.SetclProSettings(Kart5DurumLbl.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5OnaylaBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5ReddetBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Kart5MesajBtn.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; Qry.Next;</div><div>&nbsp; }</div><div><br></div><div>&nbsp; Qry.Close;</div><div>&nbsp; Qry.Free;</div><div><br></div><div>&nbsp; BosDurumPanel.Visible = (KayitSayisi == 0);</div><div>}</div><div>kodumun bu kısmında hata veriyor SQL Serverda&nbsp; ilanlar tablosunda durum olmasına rağmen hata mesajı bu RUNTIME ERROR</div><div>File library 07_uBildirimler: Invalid column name "Durum". when evaluating instruction CallProc ($FFFFFFFF,$0,$3A39EBC,$1,"Open").</div><div>Stack content is: &#091;Null,Null,Null,Null...&#093;.</div><div>Source position: 134,11</div><div>Position: 134, 11</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496"</a> integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Fri, 31 Jul 2026 11:26:22 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1642&amp;PID=3802#3802</guid>
  </item> 
 </channel>
</rss>