<?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 : alınan hata kodu</title>
  <link>https://www.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : alınan hata kodu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Tue, 14 Apr 2026 15:08:58 +0000</pubDate>
  <lastBuildDate>Thu, 10 Aug 2023 17:07:44 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://www.clomosy.com.tr/RSS_post_feed.asp?TID=561</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Clomosy | Forum]]></title>
   <url>https://www.clomosy.com.tr/forum_images/logo.png</url>
   <link>https://www.clomosy.com.tr/</link>
  </image>
  <item>
   <title><![CDATA[alınan hata kodu : Bu hatay&#305; niye ald&#305;&#287;&#305;n&#305;z&#305; bulamad&#305;m.Ama...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=561&amp;PID=725#725</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=133">Alforce</a><br /><strong>Konu:</strong> 561<br /><strong>Gönderim Zamanı:</strong> 10&nbsp;Ağustos&nbsp;2023 Saat 17:07<br /><br />Bu hatayı niye aldığınızı bulamadım.<div><br></div><div>Ama bana ListView'i yanlış kullanıyormuşsunuz gibi geldi.</div><div><br></div><div><a href="https://www.docs.clomosy.com/index.php/TclListView" target="_blank" rel="nofollow">Buradan</a> detaylı bilgiye ulaşabilirsiniz.</div>]]>
   </description>
   <pubDate>Thu, 10 Aug 2023 17:07:44 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=561&amp;PID=725#725</guid>
  </item> 
  <item>
   <title><![CDATA[alınan hata kodu : 1.k&#305;s&#305;m  varMyForm:TclForm;mai...]]></title>
   <link>https://www.clomosy.com.tr/forum_posts.asp?TID=561&amp;PID=724#724</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://www.clomosy.com.tr/member_profile.asp?PF=128">kader</a><br /><strong>Konu:</strong> 561<br /><strong>Gönderim Zamanı:</strong> 10&nbsp;Ağustos&nbsp;2023 Saat 15:03<br /><br />1.kısım&nbsp; &nbsp; &nbsp;<br><div>var</div><div>&nbsp;MyForm:TclForm;</div><div>&nbsp;mainRow,mainCol1:TCLPanel;</div><div>&nbsp;stokKoduLbl,StokAdiLbl,stokGirisMiktariLbl:TCLLabel;</div><div>&nbsp;stokKoduEdt,stokAdiEdt,stokGirisMiktariEdt:TCLEdit;</div><div>&nbsp;stokKoduSection,StokAdiSection,stokGirisMiktariSection,SendBtnSection,AciklamaSection:TCLLAyout;</div><div>&nbsp;SendBtn:TCLButton;</div><div>testButton,testButton1,testButton2,testButton3: TclButton;</div><div>testPanelRow : TclPanel;</div><div>testEdit : TclEdit;&nbsp;</div><div>testLayout : TclLayout;</div><div>procedure eklebtn;</div><div>var</div><div>&nbsp; &nbsp;clViewDataQuery :TclSQLQuery;</div><div>&nbsp;begin</div><div>&nbsp; &nbsp; &nbsp;if (stokKoduEdt.text='') or (stokAdiEdt.text='') or (stokGirisMiktariEdt.text='')&nbsp; then&nbsp;</div><div>&nbsp; &nbsp; &nbsp; begin</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Veri boş kaydedilemez!');&nbsp;</div><div>&nbsp; &nbsp; &nbsp;exit;</div><div>&nbsp; &nbsp; &nbsp;end;</div><div>&nbsp; &nbsp; &nbsp;else</div><div>&nbsp; &nbsp; &nbsp; &nbsp;begin</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clViewDataQuery:=TclSQLQuery.Create(Nil);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Try</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clViewDataQuery.Connection := Clomosy.DBSQLServerConnection;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clViewDataQuery.SQL.Text :=' INSERT tblstok(kodu,adi,alisfiyati) VALUES ('+QuotedStr(stokKoduEdt.Text)+','+QuotedStr(stokAdiEdt.Text)+','+QuotedStr(stokGirisMiktariEdt.Text)+')';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clViewDataQuery.ExecSql;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;finally</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;clViewDataQuery.Free;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;End;</div><div>&nbsp; &nbsp; Clomosy.RunUnit('veri');</div><div>&nbsp; &nbsp; end;</div><div>&nbsp;end;</div><div>&nbsp;</div><div>procedure SetupSqlConnection;</div><div>begin</div><div>&nbsp; Clomosy.DBSQLServerConnect('SQL Server','192.168.2.40','sa','kader123','stoktakibi',50000);</div><div>end;</div><div><br></div><div><br></div><div>begin</div><div>&nbsp;Clomosy.ResumeLocalEvent := False;</div><div>&nbsp;MyForm:=TclForm.Create(self);</div><div><br></div><div>&nbsp;mainRow:=MyForm.AddNewPanel(MyForm,'mainRow','');</div><div>&nbsp;mainRow.Align:=ALCenter;</div><div>&nbsp;mainRow.Height:=275;</div><div>&nbsp;mainRow.StyleLookup:='pushpanel';</div><div>&nbsp;</div><div>&nbsp;mainCol1:=MyForm.AddNewPanel(mainRow,'mainCol1','');</div><div>&nbsp;mainCol1.Align:=ALCenter;</div><div>&nbsp;mainCol1.Width:=300;</div><div>&nbsp;mainCol1.Height:=275;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp;stokKoduSection:=MyForm.AddNewLayout(mainCol1,'stokKodu');</div><div>&nbsp;With stokKoduSection Do&nbsp;</div><div>&nbsp;Begin</div><div>&nbsp; &nbsp;Align:=ALMostTop;</div><div>&nbsp; &nbsp;Width:=300;</div><div>&nbsp; &nbsp;Height:=50;</div><div>&nbsp;end;</div><div>&nbsp;&nbsp;</div><div>&nbsp;stokKoduLbl:=MyForm.AddNewLabel(stokKoduSection,'stokKoduLbl','stokKodu:');</div><div>&nbsp;With stokKoduLbl Do&nbsp;</div><div>&nbsp;Begin</div><div>&nbsp; &nbsp;StyledSettings := ssFamily;</div><div>&nbsp; &nbsp;TextSettings.Font.Size:=15;</div><div>&nbsp; &nbsp;Align:=ALMostLeft;</div><div>&nbsp; &nbsp;AutoSize:=True;</div><div>&nbsp; &nbsp;TextSettings.WordWrap:=True;</div><div>&nbsp; &nbsp;Margins.Left:=10;</div><div>&nbsp;end;</div><div>&nbsp;&nbsp;</div><div>&nbsp;stokKoduEdt:=MyForm.AddNewEdit(stokKoduSection,'stokKoduEdt','');</div><div>&nbsp;With stokKoduEdt Do</div><div>&nbsp;Begin</div><div>&nbsp; &nbsp;Height:=30;</div><div>&nbsp; &nbsp;width:=160;</div><div>&nbsp;end;</div><div><br></div><div>&nbsp;stokAdiSection:=MyForm.AddNewLayout(mainCol1,'stokAdi');</div><div>&nbsp;With StokAdiSection Do&nbsp;</div><div>&nbsp;Begin</div><div>&nbsp; &nbsp;Align:=ALMostTop;</div><div>&nbsp; &nbsp;Width:=300;</div><div>&nbsp; &nbsp;Height:=50;</div><div>&nbsp;end;</div><div>&nbsp;&nbsp;</div><div>&nbsp;StokAdiLbl:=MyForm.AddNewLabel(stokAdiSection,'StokAdiLbl','StokAdi:');</div><div>&nbsp;With StokAdiLbl Do&nbsp;</div><div>&nbsp;Begin</div><div>&nbsp; &nbsp;StyledSettings := ssFamily;</div><div>&nbsp; &nbsp;TextSettings.Font.Size:=15;</div><div>&nbsp; &nbsp;Align:=ALMostLeft;</div><div>&nbsp; &nbsp;AutoSize:=True;</div><div>&nbsp; &nbsp;TextSettings.WordWrap:=True;</div><div>&nbsp; &nbsp;Margins.Left:=10;</div><div>&nbsp;end;</div><div>&nbsp;&nbsp;</div><div>&nbsp;StokAdiEdt:=MyForm.AddNewEdit(StokAdiSection,'StokAdiEdt','');</div><div>&nbsp;With StokAdiEdt Do Begin</div><div>&nbsp; &nbsp;Height:=30;</div><div>&nbsp; &nbsp;Width:=160;</div><div>&nbsp;end;</div><div>&nbsp;&nbsp;</div><div>&nbsp;stokGirisMiktariSection:=MyForm.AddNewLayout(mainCol1,'stokGirisMiktariSection');</div><div>&nbsp;With stokGirisMiktariSection Do Begin</div><div>&nbsp; &nbsp;Align:=ALMostTop;</div><div>&nbsp; &nbsp;Width:=300;</div><div>&nbsp; &nbsp;Height:=50;</div><div>&nbsp;end;</div><div>&nbsp;&nbsp;</div><div>&nbsp;stokGirisMiktariLbl:=MyForm.AddNewLabel(stokGirisMiktariSection,'stokGirisMiktariLbl','stokGirisMiktari:');</div><div>&nbsp;With stokGirisMiktariLbl Do Begin</div><div>&nbsp; &nbsp;StyledSettings := ssFamily;</div><div>&nbsp; &nbsp;TextSettings.Font.Size:=15;</div><div>&nbsp; &nbsp;Align:=ALMostLeft;</div><div>&nbsp; &nbsp;AutoSize:=True;</div><div>&nbsp; &nbsp;TextSettings.WordWrap:=True;</div><div>&nbsp; &nbsp;Margins.Left:=10;</div><div>&nbsp;end;</div><div>&nbsp;&nbsp;</div><div>&nbsp;stokGirisMiktariEdt:=MyForm.AddNewEdit(stokGirisMiktariSection,'stokGirisMiktariEdt','');</div><div>&nbsp;With stokGirisMiktariEdt Do Begin</div><div>&nbsp; &nbsp;Height:=30;</div><div>&nbsp; &nbsp;Width:=160;</div><div>&nbsp; &nbsp;MaxLength:=10;</div><div>&nbsp; &nbsp;end;</div><div>testButton:= MyForm.AddNewButton(MyForm,'testButton','EKLE');</div><div>testButton.TextSettings.Font.Size:=50;</div><div>testButton.Align := alCenter;</div><div>testButton.Height := 50;</div><div>testButton.Width := 100;</div><div>testButton.Margins.right:=200;</div><div>testButton.Margins.top:=200;</div><div>MyForm.AddNewEvent(testButton,tbeOnClick,'eklebtn');</div><div><br></div><div>testButton1:= MyForm.AddNewButton(MyForm,'testButton1','GÜNCELLE');</div><div>testButton1.TextSettings.Font.Size:=50;</div><div>testButton1.Align := alCenter;</div><div>testButton1.Height := 50;</div><div>testButton1.Width := 100;</div><div>testButton1.Margins.left:=0;</div><div>testButton1.Margins.top:=200;</div><div>MyForm.AddNewEvent(testButton1,tbeOnClick,' ');</div><div><br></div><div>testButton2:= MyForm.AddNewButton(MyForm,'testButton2','SİL');</div><div>testButton2.TextSettings.Font.Size:=50;</div><div>testButton2.Align := alCenter;</div><div>testButton2.Height := 50;</div><div>testButton2.Width := 100;</div><div>testButton2.Margins.Left:= 200;</div><div>testButton2.Margins.top:=200;</div><div>MyForm.AddNewEvent(testButton2,tbeOnClick,' ');</div><div>TclForm.Create(self);</div><div>testLayout := MyForm.AddNewLayout(MyForm,'testLayout');</div><div>testLayout.Align:=ALCenter;</div><div>testLayout.Height := 50;</div><div><br></div><div>SetupSqlConnection;</div><div>&nbsp;MyForm.Run;</div><div>end;</div><div>2.kısım<br><div>Var&nbsp; &nbsp;</div><div>MyForm:TclForm;</div><div>testListview : TClListView;</div><div><br></div><div><br></div><div>procedure SetupSqlConnection;</div><div>begin</div><div>Clomosy.DBSQLServerConnect('SQL Server','192.168.2.40','sa','kader123','stoktakibi',50000);</div><div>end;</div><div><br></div><div>procedure CreateListView;</div><div>begin</div><div>&nbsp; testListview := MyForm.AddNewListView(MyForm,'testListview');</div><div>&nbsp; testListview.Align := alClient;</div><div>end;</div><div><br></div><div>procedure AddDataToListview;</div><div>Var</div><div>&nbsp; foodListQuery : TClSqlQuery;</div><div>begin</div><div>&nbsp; foodListQuery := TClSqlQuery.Create(nil);</div><div>&nbsp; try</div><div>&nbsp; &nbsp; foodListQuery.Connection := Clomosy.DBSQLServerConnection;</div><div>&nbsp; &nbsp; foodListQuery.SQL.Text := 'SELECT * from tblstok';</div><div>&nbsp; &nbsp; foodListQuery.Open;</div><div>&nbsp; &nbsp; if foodListQuery.Found then</div><div>&nbsp; &nbsp; begin</div><div>&nbsp; &nbsp; &nbsp; testListview.clLoadListViewDataFromDataset(foodListQuery);</div><div>&nbsp; &nbsp; end;</div><div>&nbsp; finally</div><div>&nbsp; &nbsp; foodListQuery.Close;</div><div>&nbsp; &nbsp; foodListQuery.Free;</div><div>&nbsp; end;</div><div>end;</div><div><br></div><div>begin</div><div>&nbsp;MyForm := TclForm.Create(Self);</div><div><br></div><div>&nbsp;CreateListView;</div><div>&nbsp;SetupSqlConnection;</div><div>&nbsp;AddDataToListview;</div><div>&nbsp;MyForm.Run;</div><div>&nbsp;&nbsp;</div><div>end;<br><br><img src="uploads/128/Ekran_görüntüsü_2023-08-10_145806.png" height="252" width="470" border="0" /><br></div></div><div><br></div>]]>
   </description>
   <pubDate>Thu, 10 Aug 2023 15:03:05 +0000</pubDate>
   <guid isPermaLink="true">https://www.clomosy.com.tr/forum_posts.asp?TID=561&amp;PID=724#724</guid>
  </item> 
 </channel>
</rss>