<?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>Mon, 04 May 2026 13:00:33 +0000</pubDate>
  <lastBuildDate>Tue, 06 Aug 2024 17:42:53 +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=814</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 Yusuf,Kodunun i&#231;erisinde...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=814&amp;PID=1486#1486</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 814<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Ağustos&nbsp;2024 Saat 17:42<br /><br />Merhaba Yusuf,<div>Kodunun içerisinde sqlite bağlantısı mecvut değil. Kodunu düzenlemen gerekiyor. İncelerken şu örtneği inceler misin:</div><div><a href="https://www.docs.clomosy.com/index.php/Local_Database_Queries" target="_blank" rel="nofollow">https://www.docs.clomosy.com/index.php/Local_Database_Queries</a></div>]]>
   </description>
   <pubDate>Tue, 06 Aug 2024 17:42:53 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=814&amp;PID=1486#1486</guid>
  </item> 
  <item>
   <title><![CDATA[Syntax error. : var AddAppointmentForm: TclStyleForm;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=814&amp;PID=1441#1441</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=201">YusufSoyler</a><br /><strong>Konu:</strong> 814<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Ağustos&nbsp;2024 Saat 10:13<br /><br /><div>var</div><div>&nbsp; AddAppointmentForm: TclStyleForm;</div><div>&nbsp; testListView: TclListView;</div><div>&nbsp; btnSaveAppointment: TClProButton;</div><div><br></div><div>void SaveAppointmentToDatabase;</div><div>{</div><div>&nbsp; Clomosy.DBSQLiteQuery.SQL.Text = 'INSERT INTO Appointments (DoctorName, AppointmentDate, Notes) VALUES (' +&nbsp;</div><div>&nbsp; &nbsp; QuotedStr(testListView.clSelectedItemData('MAIN_TEXT')) + ', ' +&nbsp;</div><div>&nbsp; &nbsp; QuotedStr(testListView.clSelectedItemData('SUB_TEXT')) + ', ' +&nbsp;</div><div>&nbsp; &nbsp; QuotedStr(testListView.clSelectedItemData('FOOTER_TEXT')) + ')';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute();</div><div>&nbsp; ShowMessage('Randevu kaydedildi');</div><div>}</div><div><br></div><div>void onItemClicked;</div><div>{</div><div>&nbsp; ShowMessage('Seçilen Randevu: ' + testListView.clSelectedItemData('MAIN_TEXT'));</div><div>}</div><div><br></div><div>{</div><div>&nbsp; AddAppointmentForm = TclStyleForm.Create(Self);</div><div>&nbsp; AddAppointmentForm.SetFormColor('#20262f', '#', clGNone);</div><div><br></div><div>&nbsp; testListView = AddAppointmentForm.AddNewListView(AddAppointmentForm, 'testListView');</div><div>&nbsp; testListView.Align = alClient;</div><div>&nbsp; AddAppointmentForm.AddNewEvent(testListView, tbeOnItemClick, 'onItemClicked');</div><div><br></div><div>&nbsp; // Kullanıcı bilgilerini veritabanından çekelim ve JSON formatına çevirelim</div><div>&nbsp; Clomosy.DBSQLiteQuery.SQL.Text = 'SELECT TC as MAIN_TEXT, Isim as SUB_TEXT FROM Users';</div><div>&nbsp; Clomosy.DBSQLiteQuery.Open;</div><div>&nbsp;&nbsp;</div><div>&nbsp; UserJsonData: TClDataSet;</div><div>&nbsp; UserJsonData = Clomosy.DBSQLiteQuery.DataSet;</div><div>&nbsp; testListView.clLoadListViewDataFromDataset(UserJsonData);</div><div><br></div><div>&nbsp; testListView.Margins.Right = -10;</div><div>&nbsp; testListView.Margins.Top = -10;</div><div><br></div><div>&nbsp; btnSaveAppointment = AddAppointmentForm.AddNewButton(AddAppointmentForm, 'btnSaveAppointment', 'Kaydet');</div><div>&nbsp; btnSaveAppointment.Align = alBottom;</div><div>&nbsp; btnSaveAppointment.Margins.Top = -10;</div><div>&nbsp; AddAppointmentForm.AddNewEvent(btnSaveAppointment, tbeOnClick, 'SaveAppointmentToDatabase');</div><div><br></div><div>&nbsp; AddAppointmentForm.Run;</div><div>}</div><div>Syntax hatası alıyorum</div>]]>
   </description>
   <pubDate>Tue, 06 Aug 2024 10:13:16 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=814&amp;PID=1441#1441</guid>
  </item> 
 </channel>
</rss>