<?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>ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : Cari Bilgilere Tc No Dahil Etmek.</title>
  <link>http://www.erpne.org/</link>
  <description><![CDATA[XML içerik linki; ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu : ERP ve Excel : Cari Bilgilere Tc No Dahil Etmek.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 17 Apr 2026 19:33:03 +0000</pubDate>
  <lastBuildDate>Tue, 02 Nov 2010 12:17:37 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 11.10</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>www.erpne.org/RSS_post_feed.asp?TID=2324</WebWizForums:feedURL>
  <image>
   <title><![CDATA[ERP Nedir? | T&#252;rkiye'nin ERP Forum Platformu]]></title>
   <url>http://www.erpne.org/forum_images/logotype.png</url>
   <link>http://www.erpne.org/</link>
  </image>
  <item>
   <title><![CDATA[Cari Bilgilere Tc No Dahil Etmek. : Conari bey,  Evet o sekilde...]]></title>
   <link>http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13173.html#13173</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2324<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Kasım&nbsp;2010 Saat 12:17<br /><br />Conari bey,<DIV>&nbsp;</DIV><DIV>Evet o sekilde hallettim.</DIV><DIV>&nbsp;</DIV><DIV>Çok tesekkür ederim.</DIV>]]>
   </description>
   <pubDate>Tue, 02 Nov 2010 12:17:37 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13173.html#13173</guid>
  </item> 
  <item>
   <title><![CDATA[Cari Bilgilere Tc No Dahil Etmek. : 35. field degilki son field iki...]]></title>
   <link>http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13172.html#13172</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 2324<br /><strong>Gönderim Zamanı:</strong> 02&nbsp;Kasım&nbsp;2010 Saat 09:33<br /><br />35. field degilki son field iki tabloda kaç field varsa toplami. 80 90 arasi bir sey olur.]]>
   </description>
   <pubDate>Tue, 02 Nov 2010 09:33:42 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13172.html#13172</guid>
  </item> 
  <item>
   <title><![CDATA[Cari Bilgilere Tc No Dahil Etmek. : Conari bay   Dediginiz gibi...]]></title>
   <link>http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13166.html#13166</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2324<br /><strong>Gönderim Zamanı:</strong> 01&nbsp;Kasım&nbsp;2010 Saat 18:00<br /><br />Conari bay <DIV>&nbsp;</DIV><DIV>Dediginiz gibi degistirdim fakat <FONT color=#ff0000>TBLCASABITEK&nbsp;</FONT> tablosundan veri almadi tüm verileri <FONT color=#ff0000>TBLCASABIT </FONT>tablosundan aldi.</DIV><DIV>&nbsp;</DIV><DIV>Yapmak istedigim böyle birsey</DIV><DIV>&nbsp;</DIV><DIV><a href="http://img183.imageshack.us/img183/8531/listed.jpg" target="_blank">http://img183.imageshack.us/img183/8531/listed.jpg</A></DIV><DIV>&nbsp;</DIV><DIV>End With<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; SqlText = "SELECT*"<BR>&nbsp;&nbsp;&nbsp; SqlText = SqlText + " FROM TBLCASABIT A, TBLCASABITEK B WHERE "<BR>&nbsp;&nbsp;&nbsp; SqlText = SqlText + "(A.CARI_KOD = B.CARI_KOD)"<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp; rs.Open SqlText, conn, adOpenStatic, adLockReadOnly<BR>&nbsp;&nbsp;&nbsp; Sayfa2.Range("A2:M10000").ClearContents<BR>&nbsp;&nbsp;&nbsp; Sayfa2.Activate<BR>&nbsp;&nbsp;&nbsp; i = 2<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp; Application.ScreenUpdating = False<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Do While Not rs.EOF<BR>&nbsp;&nbsp;&nbsp;&nbsp;<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 2).Value = rs(2) '<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 3).Value = rs(6)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 4).Value = rs(14)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 5).Value = rs(4)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 6).Value = rs(15)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 7).Value = rs(3)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 8).Value = rs(18)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 9).Value = rs(16)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 10).Value = rs(17)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Sayfa4.Cells(i, 10).Value = rs(8)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 12).Value = rs(46)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 13).Value = rs(47)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 15).Value = rs(35) <FONT color=#ff0000>'bu satiri ekledim&nbsp;</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rs.MoveNext<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i = i + 1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Loop<BR>&nbsp;&nbsp;&nbsp; rs.Close<BR>&nbsp;&nbsp;&nbsp; conn.Close<BR>&nbsp;&nbsp;&nbsp; Set rs = Nothing<BR>&nbsp;&nbsp;&nbsp; Set conn = Nothing<BR>&nbsp;&nbsp;&nbsp; sira<BR>&nbsp;&nbsp;&nbsp; Application.ScreenUpdating = True<BR>&nbsp;&nbsp;&nbsp; <BR>End Sub</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><span style="font-size:10px"><br /><br />Düzenleyen unalh - 01&nbsp;Kasım&nbsp;2010 Saat 18:06</span>]]>
   </description>
   <pubDate>Mon, 01 Nov 2010 18:00:49 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13166.html#13166</guid>
  </item> 
  <item>
   <title><![CDATA[Cari Bilgilere Tc No Dahil Etmek. : O Zaman c&#252;mleyi bu sekilde yapin. ...]]></title>
   <link>http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13165.html#13165</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 2324<br /><strong>Gönderim Zamanı:</strong> 01&nbsp;Kasım&nbsp;2010 Saat 15:33<br /><br />O Zaman cümleyi bu sekilde yapin.<DIV>&nbsp;&nbsp;&nbsp; SqlText = "SELECT *"<BR>&nbsp;&nbsp;&nbsp; SqlText = SqlText + " FROM TBLCASABIT A, TBLCASABITEK B WHERE "<BR>&nbsp;&nbsp;&nbsp; SqlText = SqlText + (A.CARI_KOD=B.CARI_KOD)"<BR></DIV><DIV>Son field i rs() Olarak eklersen TCkimlik orada.</DIV>]]>
   </description>
   <pubDate>Mon, 01 Nov 2010 15:33:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13165.html#13165</guid>
  </item> 
  <item>
   <title><![CDATA[Cari Bilgilere Tc No Dahil Etmek. : Conari bey, Bu b&#246;l&#252;m&#252; ben yapabiliyorum. Sayfa2.Cells(i,...]]></title>
   <link>http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13164.html#13164</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2324<br /><strong>Gönderim Zamanı:</strong> 01&nbsp;Kasım&nbsp;2010 Saat 15:21<br /><br /><DIV>Conari bey,</DIV><P>Bu bölümü ben yapabiliyorum.</P><DIV>Sayfa2.Cells(i, 14).Value = rs(18)<BR>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>-------</DIV><DIV>Yapmak istedigim buraya TBLCASABITEK tablosundan da verileri çekmek </DIV><DIV>&nbsp;</DIV><DIV>ve ayni sayfada listelemek</DIV><DIV>&nbsp;</DIV><DIV>End With<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; SqlText = "SELECT*"<BR>&nbsp;&nbsp;&nbsp; SqlText = SqlText + " FROM TBLCASABIT"<BR>(A.CARI_KOD=B.CARI_KOD)"<BR></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 01 Nov 2010 15:21:00 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13164.html#13164</guid>
  </item> 
  <item>
   <title><![CDATA[Cari Bilgilere Tc No Dahil Etmek. : Sayfa2.Cells(i, 14).Value = rs(18)   Ekle...]]></title>
   <link>http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13163.html#13163</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 2324<br /><strong>Gönderim Zamanı:</strong> 01&nbsp;Kasım&nbsp;2010 Saat 14:40<br /><br />Sayfa2.Cells(i, 14).Value = rs(18)<BR><DIV></DIV><DIV>&nbsp;</DIV><DIV>Ekle sona.</DIV>]]>
   </description>
   <pubDate>Mon, 01 Nov 2010 14:40:31 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13163.html#13163</guid>
  </item> 
  <item>
   <title><![CDATA[Cari Bilgilere Tc No Dahil Etmek. : Merhaba Arkadaslar,   Asagidakikod...]]></title>
   <link>http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13159.html#13159</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2324<br /><strong>Gönderim Zamanı:</strong> 01&nbsp;Kasım&nbsp;2010 Saat 13:34<br /><br /><DIV>Merhaba Arkadaslar,</DIV><DIV>&nbsp;</DIV><DIV><DIV>Asagidaki&nbsp;kod ile excel'e cari bilgilerini aliyorum fakat vergi no kismini buraya nasil dahil ederim.</DIV><DIV>Kodda nasil bir degisiklik yapmaliyiz.</DIV><DIV>&nbsp;</DIV><DIV>Ilginize tesekkür ederim.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>TBLCASABITEK</DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>.</DIV><DIV>.</DIV><DIV>.</DIV><DIV>.</DIV><DIV>.</DIV><DIV>End With<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; SqlText = "SELECT*"<BR>&nbsp;&nbsp;&nbsp; SqlText = SqlText + " FROM TBLCASABIT"<BR>(A.CARI_KOD=B.CARI_KOD)"<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; rs.Open SqlText, conn, adOpenStatic, adLockReadOnly<BR>&nbsp;&nbsp;&nbsp; Sayfa2.Range("A2:M10000").ClearContents<BR>&nbsp;&nbsp;&nbsp; Sayfa2.Activate<BR>&nbsp;&nbsp;&nbsp; i = 2<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp; Application.ScreenUpdating = False<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Do While Not rs.EOF<BR>&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 2).Value = rs(2) '<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 3).Value = rs(6)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 4).Value = rs(14)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 5).Value = rs(4)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 6).Value = rs(15)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 7).Value = rs(3)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 8).Value = rs(18)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 9).Value = rs(16)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 10).Value = rs(17)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 'Sayfa4.Cells(i, 10).Value = rs(8)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 12).Value = rs(46)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Sayfa2.Cells(i, 13).Value = rs(47)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rs.MoveNext<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; i = i + 1<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp; Loop<BR>&nbsp;&nbsp;&nbsp; rs.Close<BR>&nbsp;&nbsp;&nbsp; conn.Close<BR>&nbsp;&nbsp;&nbsp; Set rs = Nothing<BR>&nbsp;&nbsp;&nbsp; Set conn = Nothing<BR>&nbsp;&nbsp;&nbsp; sira<BR>&nbsp;&nbsp;&nbsp; Application.ScreenUpdating = True<BR>&nbsp;&nbsp;&nbsp; <BR>End Sub</DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 01 Nov 2010 13:34:45 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/cari-bilgilere-tc-no-dahil-etmek_topic2324_post13159.html#13159</guid>
  </item> 
 </channel>
</rss>