<?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 QR Okuma Sorunu !!!</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 QR Okuma Sorunu !!!]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 13:56:51 +0000</pubDate>
  <lastBuildDate>Mon, 02 Mar 2026 10:59:45 +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=1410</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 QR Okuma Sorunu !!! : te&#351;ekk&#252;rlerhttps://static.clou...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1410&amp;PID=3196#3196</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=373">fyronnn</a><br /><strong>Konu:</strong> 1410<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Mart&nbsp;2026 Saat 10:59<br /><br />teşekkürler<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043"</a> integrity="sha512-rdcWY47ByXd76cbCFzznIcEaCN71jqkWBBqlwhF1SY7KubdLKZiEGeP7AyieKZlGP9hbY/MhGrwXzJC/HulNyg==" 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>Mon, 02 Mar 2026 10:59:45 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1410&amp;PID=3196#3196</guid>
  </item> 
  <item>
   <title><![CDATA[Clomosy QR Okuma Sorunu !!! : var  MyForm: TclForm; testButton:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1410&amp;PID=3195#3195</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> 1410<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Mart&nbsp;2026 Saat 10:27<br /><br /><div>var&nbsp; &nbsp;</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; testButton: TclButton;</div><div>&nbsp; testLabel : TclLabel;</div><div>&nbsp; qrSql: TclSqlQuery;</div><div>&nbsp;&nbsp;</div><div>void UpdateTicketStatus;</div><div>{</div><div>&nbsp; qrSql.Sql.Text = 'UPDATE dbo.visitor_tickets SET status = ' + QuotedStr('Kullanildi') + ' WHERE ticket_code = ' + QuotedStr(testLabel.Text);</div><div>&nbsp; qrSql.ExecSql;</div><div>&nbsp;&nbsp;</div><div>&nbsp; ShowMessage(' Kod: ' + testLabel.Text);</div><div>}</div><div><br></div><div>void OpenScanner;</div><div>{</div><div>&nbsp; MyForm.CallBarcodeReader(testLabel);</div><div>}</div><div><br></div><div>{</div><div>&nbsp; MyForm = TclForm.Create(self);</div><div>&nbsp;&nbsp;</div><div>&nbsp; testButton = MyForm.AddNewButton(MyForm,'testButton','Barkod Okut');</div><div>&nbsp; testButton.TextSettings.Font.Size = 40;</div><div>&nbsp; testButton.Align&nbsp; =&nbsp; alCenter;</div><div>&nbsp; testButton.Height&nbsp; =&nbsp; 50;</div><div>&nbsp; testButton.Width&nbsp; =&nbsp; 150;</div><div>&nbsp; testButton.Margins.Bottom = 200;</div><div>&nbsp;&nbsp;</div><div>&nbsp; testLabel = MyForm.AddNewLabel(MyForm,'testLabel','Barkod Bekleniyor...');</div><div>&nbsp; testLabel.Align&nbsp; =&nbsp; alTop;</div><div>&nbsp; testLabel.Width&nbsp; =&nbsp; 100;</div><div>&nbsp; testLabel.Height&nbsp; = 50;</div><div>&nbsp; testLabel.Margins.Top = 200;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.AddNewEvent(testButton, tbeOnClick, 'OpenScanner');</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.AddNewEvent(testLabel, tbeOnChange, 'UpdateTicketStatus');</div><div>&nbsp;&nbsp;</div><div>&nbsp; qrSql = TclSqlQuery.Create(nil);</div><div>&nbsp; //Clomosy.DBSQLServerConnect('Sql bilgilerim');</div><div>&nbsp; qrSql.Connection = Clomosy.DBSQLServerConnection;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.Run;</div><div>}&nbsp;<br><br>Kodu inceler misin&nbsp;</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043"</a> integrity="sha512-rdcWY47ByXd76cbCFzznIcEaCN71jqkWBBqlwhF1SY7KubdLKZiEGeP7AyieKZlGP9hbY/MhGrwXzJC/HulNyg==" 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>Mon, 02 Mar 2026 10:27:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1410&amp;PID=3195#3195</guid>
  </item> 
  <item>
   <title><![CDATA[Clomosy QR Okuma Sorunu !!! : QR okund&#287;u zaman bir sql komutunu...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1410&amp;PID=3192#3192</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=373">fyronnn</a><br /><strong>Konu:</strong> 1410<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Mart&nbsp;2026 Saat 09:44<br /><br />QR okundğu zaman bir sql komutunu çalıştırmak istiyorum&nbsp;CallBarcodeReaderWithScript fonksiyonu ile ancak&nbsp;<a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v67327c56f0bb4ef8b305cae61679db8f1769101564043"</a> integrity="sha512-rdcWY47ByXd76cbCFzznIcEaCN71jqkWBBqlwhF1SY7KubdLKZiEGeP7AyieKZlGP9hbY/MhGrwXzJC/HulNyg==" 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"><div><br></div><div>TclForm<br>Unknown identifier or variable is not declared 'UpdateTicketStatus'&nbsp;</div><div>Source Position: 2,1</div><div>Hatası alıyorum hatanın nedenini anlamadım kodu iletiyorum<br><br><br><div>var&nbsp; &nbsp;</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; testButton: TclButton;</div><div>&nbsp; testLabel : TclLabel;</div><div>&nbsp; qrSql: TclSqlQuery;</div><div>&nbsp;&nbsp;</div><div>void UpdateTicketStatus;</div><div>{</div><div>&nbsp;&nbsp;</div><div>&nbsp; qrSql.Sql.Text = 'UPDATE dbo.visitor_tickets SET status = ' + QuotedStr('Kullanildi') + ' WHERE ticket_code = ' + QuotedStr(testLabel.Text);</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; qrSql.ExecSql;</div><div>&nbsp;&nbsp;</div><div>&nbsp; ShowMessage('Bilet başarıyla okutuldu! Kod: ' + testLabel.Text);</div><div>&nbsp;&nbsp;</div><div><br></div><div>}</div><div><br></div><div>void OpenScanner;</div><div>{</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.CallBarcodeReaderWithScript(testLabel, 'UpdateTicketStatus');</div><div>}</div><div><br></div><div>{</div><div>&nbsp; MyForm = TclForm.Create(self);</div><div>&nbsp;&nbsp;</div><div>&nbsp; testButton = MyForm.AddNewButton(MyForm,'testButton','Barkod Okut');</div><div>&nbsp; testButton.TextSettings.Font.Size = 40;</div><div>&nbsp; testButton.Align&nbsp; =&nbsp; alCenter;</div><div>&nbsp; testButton.Height&nbsp; =&nbsp; 50;</div><div>&nbsp; testButton.Width&nbsp; =&nbsp; 150;</div><div>&nbsp; testButton.Margins.Bottom = 200;</div><div>&nbsp;&nbsp;</div><div>&nbsp; testLabel = MyForm.AddNewLabel(MyForm,'testLabel','Barkod Bekleniyor...');</div><div>&nbsp; testLabel.Align&nbsp; =&nbsp; alTop;</div><div>&nbsp; testLabel.Width&nbsp; =&nbsp; 100;</div><div>&nbsp; testLabel.Height&nbsp; = 50;</div><div>&nbsp; testLabel.Margins.Top = 200;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.AddNewEvent(testButton, tbeOnClick, 'OpenScanner');</div><div>&nbsp;&nbsp;</div><div>&nbsp; qrSql = TclSqlQuery.Create(nil);</div><div>&nbsp; Clomosy.DBSQLServerConnect('Sql bilgilerim');</div><div>&nbsp; qrSql.Connection = Clomosy.DBSQLServerConnection;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.Run;</div><div>}</div></div>]]>
   </description>
   <pubDate>Mon, 02 Mar 2026 09:44:27 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1410&amp;PID=3192#3192</guid>
  </item> 
 </channel>
</rss>