<?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 : ProListView&#039;e SQL den gelen veriler gözükmüyor</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : ProListView&#039;e SQL den gelen veriler gözükmüyor]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 10:54:17 +0000</pubDate>
  <lastBuildDate>Wed, 07 Aug 2024 01:23:56 +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=821</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[ProListView&#039;e SQL den gelen veriler gözükmüyor : D&#252;zeldi te&#351;ekk&#252;r ederim. ]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=821&amp;PID=1491#1491</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=214">zeynepsimsek</a><br /><strong>Konu:</strong> 821<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 01:23<br /><br />Düzeldi teşekkür ederim.&nbsp;]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 01:23:56 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=821&amp;PID=1491#1491</guid>
  </item> 
  <item>
   <title><![CDATA[ProListView&#039;e SQL den gelen veriler gözükmüyor : Merhaba ZeynepA&#351;a&#287;&#305;daki kodu inceler...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=821&amp;PID=1479#1479</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 821<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Ağustos&nbsp;2024 Saat 17:20<br /><br />Merhaba Zeynep<div>Aşağıdaki kodu inceler misin:</div><div><div>void AddDataToListView; // bu fonksiyon devreye girince hata veriyor</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp;try</div><div>&nbsp; &nbsp; &nbsp; &nbsp;selectQuery.SQL.text = 'SELECT ID , Kisi , Yer ,Tarih , KmDegeri , Konum&nbsp; From KisiBilgileri';</div><div>&nbsp; &nbsp; &nbsp; &nbsp;selectQuery.Open;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;if(selectQuery.Found)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ProListView.ClLoadProListViewDataFromDataset(selectQuery);</div><div>&nbsp; &nbsp; &nbsp; &nbsp;}</div><div>&nbsp; &nbsp; &nbsp; &nbsp;else</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ShowMessage('Kayıt Bulunamadı!');</div><div>&nbsp; &nbsp; &nbsp; &nbsp;}</div><div>&nbsp; &nbsp; &nbsp; except</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('Exception class: '+LastExceptionClassName+' Exception Message: ' +LastExceptionMessage);</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp;}</div><div><br></div><div>ProListView=MyForm.AddNewProListView(MyForm, 'ProListView');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(ProListView,'{"Height" : 140 ,"Width": 150, "Align":"Client","MarginBottom":50,"MarginTop":380,</div><div>&nbsp; &nbsp;"MarginRight":20,"MarginLeft":20, "BackgroundColor":"#92a1aa", "ListType":"cart","ItemHeight" : 50, "BorderColor":"#4c5c67",</div><div>&nbsp; &nbsp;"BorderWidth":2 , "ItemWidth":50}');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;DesignerPanel=MyForm.AddNewProListViewDesignerPanel(ProListView,'DesignerPanel');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(DesignerPanel,</div><div>&nbsp; &nbsp;'{"Height":140,"Width" : 150,</div><div>&nbsp; &nbsp;"BackgroundColor":"#677b98",</div><div>&nbsp; &nbsp;"BorderColor":"#2c5696",</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"RoundHeight":2,</div><div>&nbsp; &nbsp;"RoundWidth":2}');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;ID = MyForm.AddNewProLabel(DesignerPanel,'ID','Kişi ID');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(ID,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(ID,Cltext);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Kisi = MyForm.AddNewProLabel(DesignerPanel,'Kisi','Kişi Adı');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(Kisi,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(Kisi,Cltext);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Yer = MyForm.AddNewProLabel(DesignerPanel,'Yer','Alındığı Yer');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(Yer,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(Yer,Cltext);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Tarih = MyForm.AddNewProLabel(DesignerPanel,'Tarih','Alındığı Zaman');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(Tarih,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(Tarih,Cltext2);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; KmDegeri = MyForm.AddNewProLabel(DesignerPanel,'KmDegeri','Kilometre Değeri');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(KmDegeri,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(KmDegeri,Cltext3);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Konum= MyForm.AddNewProLabel(DesignerPanel,'Konum','Konumu');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(Konum,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(Konum,Cltext);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; ProListView.SetDesignerPanel(DesignerPanel);&nbsp;&nbsp;</div></div>]]>
   </description>
   <pubDate>Tue, 06 Aug 2024 17:20:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=821&amp;PID=1479#1479</guid>
  </item> 
  <item>
   <title><![CDATA[ProListView&#039;e SQL den gelen veriler gözükmüyor : Tablo uygulamada g&#246;z&#252;k&#252;yor fakat...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=821&amp;PID=1470#1470</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=214">zeynepsimsek</a><br /><strong>Konu:</strong> 821<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Ağustos&nbsp;2024 Saat 16:08<br /><br /><font color="#ff0000">Tablo uygulamada gözüküyor fakat sql den çektiğim veriler gözükmüyor. Herhangi bir hata mesajı da almıyorum.</font><div><br></div><div><div>&nbsp;void AddDataToListView; // bu fonksiyon devreye girince hata veriyor</div><div>&nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp;try</div><div>&nbsp; &nbsp; &nbsp; &nbsp;selectQuery.SQL.text = 'SELECT ID AS &#091;Kisi ID&#093;, Kisi AS &#091;Kisi İsmi&#093;, Yer AS &#091;Alindigi Yer&#093;,&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;Tarih AS &#091;Alinma Zamani&#093;, KmDegeri AS &#091;Km Degeri&#093;, Konum AS &#091;Konumu&#093; From KisiBilgileri';</div><div>&nbsp; &nbsp; &nbsp; &nbsp;selectQuery.Open;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;if(selectQuery.Found)</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ProListView.ClLoadProListViewDataFromDataset(selectQuery);</div><div>&nbsp; &nbsp; &nbsp; &nbsp;}</div><div>&nbsp; &nbsp; &nbsp; &nbsp;else</div><div>&nbsp; &nbsp; &nbsp; &nbsp;{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ShowMessage('Kayıt Bulunamadı!');</div><div>&nbsp; &nbsp; &nbsp; &nbsp;}</div><div>&nbsp; &nbsp; &nbsp; except</div><div>&nbsp; &nbsp; &nbsp; &nbsp; ShowMessage('Exception class: '+LastExceptionClassName+' Exception Message: ' +LastExceptionMessage);</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp;}</div></div><div><br></div><div><div>ProListView=MyForm.AddNewProListView(MyForm, 'ProListView');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(ProListView,'{"Height" : 140 ,"Width": 150, "Align":"Client","MarginBottom":50,"MarginTop":380,</div><div>&nbsp; &nbsp;"MarginRight":20,"MarginLeft":20, "BackgroundColor":"#92a1aa", "ListType":"cart","ItemHeight" : 50, "BorderColor":"#4c5c67",</div><div>&nbsp; &nbsp;"BorderWidth":2 , "ItemWidth":50}');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;DesignerPanel=MyForm.AddNewProListViewDesignerPanel(ProListView,'DesignerPanel');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(DesignerPanel,</div><div>&nbsp; &nbsp;'{"Height":140,"Width" : 150,</div><div>&nbsp; &nbsp;"BackgroundColor":"#677b98",</div><div>&nbsp; &nbsp;"BorderColor":"#2c5696",</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"RoundHeight":2,</div><div>&nbsp; &nbsp;"RoundWidth":2}');</div><div>&nbsp; &nbsp;</div><div>&nbsp; &nbsp;ID = MyForm.AddNewProLabel(DesignerPanel,'ID','Kişi ID');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(ID,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(ID,Cltext);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Kisi = MyForm.AddNewProLabel(DesignerPanel,'Kisi','Kişi Adı');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(Kisi,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(Kisi,Cltext);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Yer = MyForm.AddNewProLabel(DesignerPanel,'Yer','Alındığı Yer');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(Yer,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(Yer,Cltext);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Tarih = MyForm.AddNewProLabel(DesignerPanel,'Tarih','Alındığı Zaman');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(Tarih,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(Tarih,Cltext2);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; KmDegeri = MyForm.AddNewProLabel(DesignerPanel,'KmDegeri','Kilometre Değeri');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(KmDegeri,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(KmDegeri,Cltext3);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Konum= MyForm.AddNewProLabel(DesignerPanel,'Konum','Konumu');</div><div>&nbsp; &nbsp; clComponent.SetupComponent(Konum,&nbsp;</div><div>&nbsp; &nbsp;'{"Height":40,</div><div>&nbsp; &nbsp; "Width" : 100,</div><div>&nbsp; &nbsp; "BackgroundColor":"#a4a5a8",</div><div>&nbsp; &nbsp; "BorderColor":"#7a4848",</div><div>&nbsp; &nbsp; "BorderWidth":2,</div><div>&nbsp; &nbsp; "RoundHeight":2,</div><div>&nbsp; &nbsp; "RoundWidth":2}');</div><div>&nbsp; &nbsp; DesignerPanel.AddPanelObject(Konum,Cltext);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; ProListView.SetDesignerPanel(DesignerPanel);&nbsp;&nbsp;</div></div>]]>
   </description>
   <pubDate>Tue, 06 Aug 2024 16:08:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=821&amp;PID=1470#1470</guid>
  </item> 
 </channel>
</rss>