<?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 : bakım koddun dan filtre kısmına gitmiyor</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : bakım koddun dan filtre kısmına gitmiyor]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 28 Jul 2026 15:38:00 +0000</pubDate>
  <lastBuildDate>Mon, 27 Jul 2026 11:06:17 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>1440</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1630</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[bakım koddun dan filtre kısmına gitmiyor : Merhaba Kayra,void BtnKaydetClick;var...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1630&amp;PID=3773#3773</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1630<br /><strong>Gönderim Zamanı:</strong> 27&nbsp;Temmuz&nbsp;2026 Saat 11:06<br /><br />Merhaba Kayra,&nbsp;<br><div>void BtnKaydetClick;</div><div>var&nbsp;</div><div>&nbsp; qIns: TclSQLQuery;</div><div>&nbsp; SqlText, SqlBaglanti, LTarih, LSaat, LBelgeNo, LMakineKodu, LBakimKodu, LBaglanti, LAciklama: String;</div><div>&nbsp; DosyaYolu, YeniKayit, LAy, LYil, LDurum, LTur, LPeriyot, LOperator, LBitisTur, LKisi: String;</div><div>&nbsp; KayitListesi: TclStringList;</div><div>{&nbsp;</div><div>&nbsp; if (EdtBelgeNo == nil) { Exit; }</div><div>&nbsp; if (EdtBelgeNo.Text == '')&nbsp;</div><div>&nbsp; {&nbsp;</div><div>&nbsp; &nbsp; ShowMessage('Lütfen önce bir Belge No seçin veya girin!');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div>&nbsp; else if ((CmbBakimDurumu &lt;&gt; nil) &amp;&amp; (CmbBakimDurumu.ItemIndex &lt;= 0))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Lütfen bakım durumunu seçiniz!');</div><div>&nbsp; &nbsp; Exit;</div><div>&nbsp; }</div><div>&nbsp; else&nbsp;</div><div>&nbsp; {&nbsp;</div><div>&nbsp; &nbsp; ConnectToDatabase;</div><div>&nbsp; &nbsp; if (not IsDBConnected) {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Veritabanı bağlantısı kurulamadı! Kayıt yapılamıyor.');</div><div>&nbsp; &nbsp; &nbsp; Exit;</div><div>&nbsp; &nbsp; }</div><div>&nbsp;</div><div>&nbsp; &nbsp; LBelgeNo = EdtBelgeNo.Text;</div><div>&nbsp; &nbsp; LMakineKodu = EdtMakineKodu.Text;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; // HATA DÜZELTME 1: Ana formdaki bakım kodu EdtBakimKodu bileşenidir.</div><div>&nbsp; &nbsp; LBakimKodu = EdtBakimKodu.Text;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; LBaglanti = EdtBaglanti.Text;</div><div>&nbsp; &nbsp; LAciklama = EdtAciklama.Text;</div><div>&nbsp; &nbsp; LTarih = DateToStr(Now);</div><div>&nbsp; &nbsp; LSaat = TimeToStr(Now);</div><div>&nbsp; &nbsp; LOperator = EdtOperator.Text;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; LKisi = EdtKisiSayisi.Text;</div><div>&nbsp; &nbsp; if (LKisi == '') { LKisi = '0'; }</div><div><br></div><div>&nbsp; &nbsp; // Bağlantı tarihi boşsa SQL'e NULL olarak gönderilmelidir, aksi takdirde dönüşüm hatası verir.</div><div>&nbsp; &nbsp; if (LBaglanti == '') {</div><div>&nbsp; &nbsp; &nbsp; SqlBaglanti = 'NULL';</div><div>&nbsp; &nbsp; } else {</div><div>&nbsp; &nbsp; &nbsp; SqlBaglanti = 'CONVERT(DATETIME, ''' + LBaglanti + ''', 104)';</div><div>&nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; qIns = TclSQLQuery.Create(nil);</div><div>&nbsp; &nbsp; try</div><div>&nbsp; &nbsp; &nbsp; try</div><div>&nbsp; &nbsp; &nbsp; &nbsp; qIns.Connection = Clomosy.DBSQLServerConnection;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; // HATA DÜZELTME 2: İlişkisel tablolar için RECID alanları, operatör ve kişi sayıları sorguya dahil edildi.</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SqlText = 'INSERT INTO &#091;TBLURTBAKIMHR&#093; ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; '(BELGE_NO, TARIH, BAS_TAR, BAS_SAAT, ACIKLAMA, BAKIM_BAGLANTI_ALAN, BAKIM_KODU_RECID, MAKINE_KODU_RECID, BAKIM_YAPAN_OPERATOR, BAKIM_KISI_SAYISI) ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 'VALUES (' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; '''' + LBelgeNo + ''', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 'CONVERT(DATETIME, ''' + LTarih + ''', 104), ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; 'CONVERT(DATETIME, ''' + LTarih + ''', 104), ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; '''' + LSaat + ''', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; '''' + LAciklama + ''', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; SqlBaglanti + ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; '(SELECT TOP 1 REC_NO FROM TBLURTBAKIMSB WITH (NOLOCK) WHERE BAKIM_KODU = ''' + LBakimKodu + '''), ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; '(SELECT TOP 1 REC_NO FROM TBLURTMAKINESB WITH (NOLOCK) WHERE MAKINE_KODU = ''' + LMakineKodu + '''), ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; '''' + LOperator + ''', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; '' + LKisi + '' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ')';</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; qIns.SQL.Text = SqlText;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; qIns.ExecSQL;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('Bakım hareketi veritabanına başarıyla kaydedildi!');</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; DosyaYolu = clPathCombine('BakimVerileri.txt', Clomosy.AppFilesPath);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; KayitListesi = Clomosy.StringListNew;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if (clFileExists(DosyaYolu, '')) { KayitListesi.LoadFromFile(DosyaYolu, 0); }</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; if ((CmbBakimTuru &lt;&gt; nil) &amp;&amp; (CmbBakimTuru.ItemIndex &gt; 0)) { LTur = CmbBakimTuru.Text; } else { LTur = 'Bakim'; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if (CmbBakimDurumu.ItemIndex &gt; 0) { LDurum = CmbBakimDurumu.Text; } else { LDurum = 'Bekliyor'; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if ((CmbTanimPeriyot &lt;&gt; nil) &amp;&amp; (CmbTanimPeriyot.ItemIndex &gt; 0)) { LPeriyot = CmbTanimPeriyot.Text; } else { LPeriyot = 'Tumu'; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if ((CmbPlanlananBitis &lt;&gt; nil) &amp;&amp; (CmbPlanlananBitis.ItemIndex &gt; 0)) { LBitisTur = CmbPlanlananBitis.Text; } else { LBitisTur = 'Saat'; }</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; LAy = Copy(LTarih, 4, 2); LYil = Copy(LTarih, 7, 4);&nbsp;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; YeniKayit = LTur + '|' + LBelgeNo + '|' + LMakineKodu + '|' + LBakimKodu + '|' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LTarih + '|' + LDurum + '|' + LAy + '|' + LYil + '|' + LPeriyot + '|' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LOperator + '|' + LBaglanti + '|' + LTarih + ' ' + LSaat + '|' + LBitisTur + '|' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; LKisi + '|' + LAciklama + '|';&nbsp;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; KayitListesi.Add(YeniKayit);&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; KayitListesi.SaveToFile(DosyaYolu, 0);&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; KayitListesi.Free;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp; FormuTemizle;</div><div>&nbsp; &nbsp; &nbsp; except</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('Kayıt sırasında bir veritabanı hatası oluştu!');</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; finally</div><div>&nbsp; &nbsp; &nbsp; qIns.Free;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }&nbsp;</div><div>}<br><br>ilgili prosedürü güncelleyip çalıştırır mısın</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>Mon, 27 Jul 2026 11:06:17 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1630&amp;PID=3773#3773</guid>
  </item> 
  <item>
   <title><![CDATA[bakım koddun dan filtre kısmına gitmiyor : uploads/480/Project_39.zip bak&#305;m...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1630&amp;PID=3772#3772</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=480">kayra22</a><br /><strong>Konu:</strong> 1630<br /><strong>Gönderim Zamanı:</strong> 27&nbsp;Temmuz&nbsp;2026 Saat 10:57<br /><br /><a href="uploads/480/Project_39.zip" target="_blank" rel="nofollow">uploads/480/Project_39.zip</a>&nbsp; bakım koddum da filtre koduma kayıt olarak gitmiyor gitse bile filtre kısmında bulunan bakım hareket detayının içi boş görünüyor&nbsp;< ="module" ="https://static.cloudflareinsights.com/beac&#111;n.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496" integrity="sha512-ZE9pZaUXND66v380QUtch/5sE9tPFh2zg45pR2PB0CVkCtOREv2AJKkSidISWkysEuQ0EH8faUU5du78bx87UQ==" -cf-beac&#111;n="&quot;versi&#111;n&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1" crossorigin="an&#111;nymous">]]>
   </description>
   <pubDate>Mon, 27 Jul 2026 10:57:51 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1630&amp;PID=3772#3772</guid>
  </item> 
 </channel>
</rss>