<?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 : syntax error</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : syntax error]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Thu, 25 Jun 2026 14:22:04 +0000</pubDate>
  <lastBuildDate>Thu, 25 Jun 2026 11:28: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://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1557</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[syntax error : Merhaba Mehmet,   QuotedStr(LQ...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1557&amp;PID=3589#3589</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> 1557<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Haziran&nbsp;2026 Saat 11:28<br /><br />Merhaba Mehmet,&nbsp;<br><br><span style=": rgb251, 251, 253;">&nbsp;&nbsp; &nbsp; &nbsp; QuotedStr(LQry2.FieldByName('PlanlananSaat').AsString) <font color="#ff0000">+</font> ', ' +&nbsp;<br>Yer alan satırda '+' operatörü eksik olduğu için hata veriyor</span><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"</a> integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Thu, 25 Jun 2026 11:28:27 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1557&amp;PID=3589#3589</guid>
  </item> 
  <item>
   <title><![CDATA[syntax error : void GunlukGorevleriOlustur;var...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1557&amp;PID=3588#3588</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=465">MehmetOzcan</a><br /><strong>Konu:</strong> 1557<br /><strong>Gönderim Zamanı:</strong> 25&nbsp;Haziran&nbsp;2026 Saat 11:02<br /><br /><div>void GunlukGorevleriOlustur;</div><div>var</div><div>&nbsp; LBugun: String;</div><div>&nbsp; LVarMi: Boolean;</div><div>&nbsp; LQry: TClSQLiteQuery;</div><div>&nbsp; LQry2: TClSQLiteQuery;</div><div>{</div><div>&nbsp; LBugun = FormatDateTime('yyyy-mm-dd', Now);</div><div><br></div><div>&nbsp; try</div><div>&nbsp; &nbsp; LQry = Clomosy.DBSQLiteQueryWith(</div><div>&nbsp; &nbsp; &nbsp; 'SELECT ID FROM TblGorevler WHERE Tarih=' + QuotedStr(LBugun) + ' AND AcilMi=0 LIMIT 1'</div><div>&nbsp; &nbsp; );</div><div>&nbsp; &nbsp; LQry.OpenOrExecute;</div><div>&nbsp; &nbsp; LVarMi = LQry.Found;</div><div>&nbsp; &nbsp; LQry.Free;</div><div><br></div><div>&nbsp; &nbsp; if not (LVarMi)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; LQry2 = Clomosy.DBSQLiteQueryWith('SELECT * FROM TblSabitGorevler');</div><div>&nbsp; &nbsp; &nbsp; LQry2.OpenOrExecute;</div><div><br></div><div>&nbsp; &nbsp; &nbsp; while (not LQry2.Eof)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text =</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 'INSERT INTO TblGorevler (AtananPersonelID, Lokasyon, Aciklama, QRKodu, PlanlananSaat, BaslangicSaati, BitisSaati, Durum, DurumNotu, Tarih, AcilMi) VALUES (' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; IntToStr(LQry2.FieldByName('PersonelID').AsInteger) + ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QuotedStr(LQry2.FieldByName('Lokasyon').AsString) + ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QuotedStr('Sabit görev') + ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QuotedStr(LQry2.FieldByName('QRKodu').AsString) + ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QuotedStr(LQry2.FieldByName('PlanlananSaat').AsString)&nbsp; ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QuotedStr('-') + ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QuotedStr('-') + ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QuotedStr('Bekliyor') + ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QuotedStr('-') + ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; QuotedStr(LBugun) + ', ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '0)';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; LQry2.Next;</div><div>&nbsp; &nbsp; &nbsp; }</div><div><br></div><div>&nbsp; &nbsp; &nbsp; LQry2.Free;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Günlük görev oluşturma hatası: ' + LastExceptionMessage);</div><div>&nbsp; }</div><div>}&nbsp; bu kodda hata var ama bulamadım. yardımcı olabilirmisiniz.&nbsp;</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,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Thu, 25 Jun 2026 11:02:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1557&amp;PID=3588#3588</guid>
  </item> 
 </channel>
</rss>