<?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 : ListView&#039;e alinan verilerde karekter sorunu</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 : ListView&#039;e alinan verilerde karekter sorunu]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 08:37:54 +0000</pubDate>
  <lastBuildDate>Wed, 09 Mar 2011 17:00:08 +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=2389</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[ListView&#039;e alinan verilerde karekter sorunu : peki Netsis&amp;#039;ten gelen bilgide; S...]]></title>
   <link>http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post14089.html#14089</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2888">nurtac</a><br /><strong>Konu:</strong> 2389<br /><strong>Gönderim Zamanı:</strong> 09&nbsp;Mart&nbsp;2011 Saat 17:00<br /><br />peki Netsis'ten gelen bilgide;<DIV>S yerine ?</DIV><DIV>I yerine Y</DIV><DIV>G yerine ? olarak geliyorsa ne yapabiliriz?? Replace ile Y karakterini I ile degistiirince bu sefer de gerçek Y harfleri de I ile degisiyor.</DIV><DIV>&nbsp;</DIV><DIV>kolay gelsin.</DIV>]]>
   </description>
   <pubDate>Wed, 09 Mar 2011 17:00:08 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post14089.html#14089</guid>
  </item> 
  <item>
   <title><![CDATA[ListView&#039;e alinan verilerde karekter sorunu : Excel&amp;#039;de I veya i ,S veya...]]></title>
   <link>http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13951.html#13951</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 2389<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2011 Saat 23:04<br /><br />Excel'de I veya i ,S veya s, G veya g yazdiginizda esctrk fonksiyonu bu karakterleri direkt olarak&nbsp; '&#208;','&#222;','&#221;','&#253;','&#240;','&#254;' karakterlerine dönüstüremiyor. siz yapabiliyorsaniz çok iyi, <br>ben de karakter dönüsümünü <b>~#</b>? ile dolayli dönüsüme tabi tuttum. bu dönüsüm excel'den SQL'e karakter gönderirken geçerli, SQL'den alirken <b>AutoTranslate=False</b> zaten istedigimnizi yapiyor<br>degil mi?<br>]]>
   </description>
   <pubDate>Thu, 17 Feb 2011 23:04:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13951.html#13951</guid>
  </item> 
  <item>
   <title><![CDATA[ListView&#039;e alinan verilerde karekter sorunu : Yeni bir Funtion yazmaniza gerek...]]></title>
   <link>http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13939.html#13939</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=477">AyGuMuS</a><br /><strong>Konu:</strong> 2389<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Şubat&nbsp;2011 Saat 15:18<br /><br /><DIV>Yeni bir Funtion yazmaniza gerek yok ki. isi SQL le çözecekseniz Netsisin dbo.TRK Functionu ayni isi görür....</DIV><DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Orjinalini yazan: mbaykan" alt="Orjinalini yazan: mbaykan" style="vertical-align: text-bottom;" /> <strong>mbaykan Yazdı:</strong><br /><br />Bu sorun Latin1 karakter setindeki Türkçe (GSIgsi) harflerinden kaynaklanir.<BR>Çözümü için<BR>Database'inde bir function dbo.TURKCE adinda (veya senin istedigin bir ad)<BR><BR>SET ANSI_NULLS OFF<BR>GO<BR>SET QUOTED_IDENTIFIER OFF<BR>GO<BR><BR>CREATE FUNCTION &#091;dbo&#093;.&#091;TURKCE&#093;(@A NVARCHAR(4000))<BR>RETURNS NVARCHAR(4000)&nbsp; <BR>AS <BR>BEGIN<BR>&nbsp; DECLARE @TMP NVARCHAR(4000) <BR>&nbsp; SET @TMP = REPLACE(@A , '~#G', N'&ETH;')<BR>&nbsp; SET @TMP = REPLACE(@TMP ,'~#S', N'&THORN;')<BR>&nbsp; SET @TMP = REPLACE(@TMP ,'~#I', N'&Yacute;')<BR>&nbsp; SET @TMP = REPLACE(@TMP ,'~#i', N'&yacute;')<BR>&nbsp; SET @TMP = REPLACE(@TMP ,'~#g', N'&eth;')<BR>&nbsp; SET @TMP = REPLACE(@TMP ,'~#s', N'&thorn;')<BR>&nbsp;&nbsp;&nbsp; RETURN @TMP<BR>END<BR><BR>Excel'de bir function esctrk adinda (ya da senin istedigin bir ad'da)<BR><BR>Function esctrk(x As String)<BR>&nbsp;&nbsp;&nbsp; Dim y As String<BR>&nbsp;&nbsp;&nbsp; y = Replace(x, "G", "~#G")<BR>&nbsp;&nbsp;&nbsp; y = Replace(y, "S", "~#S")<BR>&nbsp;&nbsp;&nbsp; y = Replace(y, "I", "~#I")<BR>&nbsp;&nbsp;&nbsp; y = Replace(y, "i", "~#i")<BR>&nbsp;&nbsp;&nbsp; y = Replace(y, "g", "~#g")<BR>&nbsp;&nbsp;&nbsp; y = Replace(y, "s", "~#s")<BR>&nbsp;&nbsp;&nbsp; esctrk = y<BR>End Function<BR><BR>olusturduktan sonra text'in için<BR><BR>...CARI_ISIM like .dbo.TURKCE('" &amp; esctrk(TextBox1.Text) &amp; "%');"<BR>seklinde yazmalisin<BR>özet olarak<BR><BR>sql'de .dbo.TURKCE(deger)<BR>excel'de esctrk(deger) ile karakterler dönüstürülerek sonuç alinir<BR>kolay gelsin<BR><BR><BR></td></tr></table> </DIV>]]>
   </description>
   <pubDate>Thu, 17 Feb 2011 15:18:47 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13939.html#13939</guid>
  </item> 
  <item>
   <title><![CDATA[ListView&#039;e alinan verilerde karekter sorunu : g&#246;z&#252;n aydin :) ]]></title>
   <link>http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13535.html#13535</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2389<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Ocak&nbsp;2011 Saat 17:02<br /><br />gözün aydin :)&nbsp; <img src="http://www.erpne.org/smileys/smiley37.gif" height="17" width="17" border="0" align="absmiddle" alt="Exclamati&#111;n" />]]>
   </description>
   <pubDate>Thu, 06 Jan 2011 17:02:50 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13535.html#13535</guid>
  </item> 
  <item>
   <title><![CDATA[ListView&#039;e alinan verilerde karekter sorunu : g&#246;z&#252;n aydin :) ]]></title>
   <link>http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13534.html#13534</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 2389<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Ocak&nbsp;2011 Saat 16:41<br /><br />gözün aydin :)]]>
   </description>
   <pubDate>Thu, 06 Jan 2011 16:41:21 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13534.html#13534</guid>
  </item> 
  <item>
   <title><![CDATA[ListView&#039;e alinan verilerde karekter sorunu : S.a Arkadaslar,  Uzun ugraslar...]]></title>
   <link>http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13533.html#13533</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2389<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Ocak&nbsp;2011 Saat 11:20<br /><br /><DIV>S.a Arkadaslar,</DIV><DIV>&nbsp;</DIV><DIV>Uzun ugraslar sonucunda bir çözüm buldum bu sekilde sikinti yasayan arkadaslar için uygulamayi ekte gönderiyorum.</DIV><DIV>&nbsp;</DIV><DIV>umarim birilerinin isine yarar.</DIV><DIV>&nbsp;</DIV><DIV>Hayirli isler.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.upload.gen.tr/d.php/www/p229w5w9/Netsis_Veri_Getirme.xls.html" target="_blank">http://www.upload.gen.tr/d.php/www/p229w5w9/Netsis_Veri_Getirme.xls.html</a></DIV>]]>
   </description>
   <pubDate>Thu, 06 Jan 2011 11:20:27 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13533.html#13533</guid>
  </item> 
  <item>
   <title><![CDATA[ListView&#039;e alinan verilerde karekter sorunu : Bayagi yol kat edilmis sanirim...]]></title>
   <link>http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13521.html#13521</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=483">Conari</a><br /><strong>Konu:</strong> 2389<br /><strong>Gönderim Zamanı:</strong> 05&nbsp;Ocak&nbsp;2011 Saat 17:54<br /><br />Bayagi yol kat edilmis sanirim <img src="http://www.erpne.org/smileys/smiley32.gif" height="17" width="18" border="0" align="absmiddle" alt="Clap" />]]>
   </description>
   <pubDate>Wed, 05 Jan 2011 17:54:15 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13521.html#13521</guid>
  </item> 
  <item>
   <title><![CDATA[ListView&#039;e alinan verilerde karekter sorunu : Dosya linki asagida bir bakma...]]></title>
   <link>http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13517.html#13517</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2389<br /><strong>Gönderim Zamanı:</strong> 05&nbsp;Ocak&nbsp;2011 Saat 17:01<br /><br /><DIV>Dosya linki asagida bir bakma imkaniniz varmidir ?</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.upload.gen.tr/d.php/www/ydwr7n0i/veri_getirme.xls.html" target="_blank">http://www.upload.gen.tr/d.php/www/ydwr7n0i/veri_getirme.xls.html</a></DIV>]]>
   </description>
   <pubDate>Wed, 05 Jan 2011 17:01:02 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13517.html#13517</guid>
  </item> 
  <item>
   <title><![CDATA[ListView&#039;e alinan verilerde karekter sorunu :  excel tablonuzda da esctrk isimli...]]></title>
   <link>http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13507.html#13507</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 2389<br /><strong>Gönderim Zamanı:</strong> 05&nbsp;Ocak&nbsp;2011 Saat 15:17<br /><br />excel tablonuzda da <font color="#ff0000"><b>esctrk </b></font>isimli fonksiyonu olusturduysaniz. (VBA kullaniyorsaniz)<br>artik sorgularinizdaki IGS harfleri database'den dogru birseklide listview'inize gelecektir<br><br>ben VBA olarak düsündüm ama siz bunu Visual Basic kullanarak yaziyorsunuz sanirim<br>siz bu fonksiyonu programi yazdiginiz ortamda olusturacaksiniz.<br><br><span style="font-size:10px"><br /><br />Düzenleyen mbaykan - 05&nbsp;Ocak&nbsp;2011 Saat 15:33</span>]]>
   </description>
   <pubDate>Wed, 05 Jan 2011 15:17:35 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13507.html#13507</guid>
  </item> 
  <item>
   <title><![CDATA[ListView&#039;e alinan verilerde karekter sorunu : SqlText = SqlText + &amp;#034; FROM...]]></title>
   <link>http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13505.html#13505</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2389<br /><strong>Gönderim Zamanı:</strong> 05&nbsp;Ocak&nbsp;2011 Saat 11:18<br /><br />SqlText = SqlText + " FROM TBLCASABIT where CARI_ISIM like .dbo.TURKCE('" &amp; esctrk(TextBox1.Text) &amp; "%');"<DIV></DIV><DIV></DIV><DIV></DIV>kodu bu sekli ile güncelledim.]]>
   </description>
   <pubDate>Wed, 05 Jan 2011 11:18:25 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/listviewe-alinan-verilerde-karekter-sorunu_topic2389_post13505.html#13505</guid>
  </item> 
 </channel>
</rss>