<?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 : Excel&#039;den Stok Sabit Degistirme</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 : Excel&#039;den Stok Sabit Degistirme]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Sat, 18 Apr 2026 03:15:51 +0000</pubDate>
  <lastBuildDate>Tue, 31 May 2011 09:32:34 +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=2616</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[Excel&#039;den Stok Sabit Degistirme : Mehmet bey ilginize &#231;ok tesekk&#252;r...]]></title>
   <link>http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14657.html#14657</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2616<br /><strong>Gönderim Zamanı:</strong> 31&nbsp;Mayıs&nbsp;2011 Saat 09:32<br /><br />Mehmet bey ilginize çok tesekkür ederim.<DIV>&nbsp;</DIV><DIV>Sorun çözüldü.</DIV><DIV>&nbsp;</DIV><DIV>Hayirli isler.</DIV>]]>
   </description>
   <pubDate>Tue, 31 May 2011 09:32:34 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14657.html#14657</guid>
  </item> 
  <item>
   <title><![CDATA[Excel&#039;den Stok Sabit Degistirme :  Cells(say,3) &#246;n&#252;nde ve arkasinda...]]></title>
   <link>http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14655.html#14655</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 2616<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Mayıs&nbsp;2011 Saat 22:29<br /><br /><br />Cells(say,3) önünde ve arkasinda tek tirnak konuyor mu?<br />sizin kodunuzda görülmüyor<br />benim foruma yazdigimi kopyalayip yapistirin<br />olacaktir<br />]]>
   </description>
   <pubDate>Mon, 30 May 2011 22:29:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14655.html#14655</guid>
  </item> 
  <item>
   <title><![CDATA[Excel&#039;den Stok Sabit Degistirme : Mehmet bey sikmadiniz aksine g&#252;zel...]]></title>
   <link>http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14651.html#14651</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2616<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Mayıs&nbsp;2011 Saat 17:54<br /><br /><DIV>Mehmet bey sikmadiniz aksine güzel bilgiler paylastiniz bu paylasim için tesekkür ederim.</DIV><DIV>&nbsp;</DIV><DIV>Veri tabanlarimda türkçe fonksiyonlar olusturdum üç ayri firmada bunlari test ettim sikintisiz çalisiyorlar.</DIV><DIV>&nbsp;</DIV><DIV>Veri alirken gayet güzel sonuçlar veriyor.</DIV><DIV>&nbsp;</DIV><DIV>Yanliz söyle bir durum var stok adini degistirmek istedigimde </DIV><DIV>&nbsp;</DIV><DIV><FONT color=#ff0000>&nbsp;.Execute --------&gt;&nbsp;&nbsp; </FONT>satirinda hata veriyor </DIV><DIV>&nbsp;</DIV><DIV>Örnegin stok adini deneme diye yazarsam hata aliyorum fakat 112566 gibi sayilar yazarsam degistiriyor.</DIV><DIV>&nbsp;</DIV><DIV>Sorun nereden kaynaklaniyor olabilir.</DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Sub insertSQL()<BR>Dim cn As Object</DIV><P>'On Error Resume Next<BR>Set cn = CreateObject("ADODB.Connection")<BR>Dim vtSql<BR>Dim say%<BR>&nbsp;&nbsp; Set cnn = CreateObject("ADODB.Connection")<BR>&nbsp;&nbsp; cnn.Open "driver={SQL Server};server=" &amp; Range("b1").Value &amp; ";uid=" &amp; Range("b2").Value &amp; ";pwd=" &amp; Range("b3").Value &amp; ";database=" &amp; Range("b4").Value &amp; ""<BR>&nbsp;&nbsp;&nbsp; Set cmdCommand = CreateObject("ADODB.Command")<BR>&nbsp;&nbsp;&nbsp; Set cmdCommand.ActiveConnection = cnn<BR>&nbsp;&nbsp;&nbsp; sonst = &#091;b65536&#093;.End(3).Row<BR>&nbsp;&nbsp;&nbsp; 'Satir Kadar Döngü------------------<BR>&nbsp;&nbsp;&nbsp; For say = 6 To sonst<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = ""<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = vtSql &amp; "UPDATE TBLSTSABIT SET STOK_ADI=.dbo.TURKCE('"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = vtSql &amp; esctrk(Cells(say, 3))<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = vtSql &amp; " WHERE STOK_KODU='"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = vtSql &amp; Cells(say, 2)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = vtSql &amp; "' AND SUBE_KODU=" &amp; Cells(say, 1)<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; With cmdCommand<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .CommandText = vtSql<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; .CommandType = adCmdText<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<FONT color=#ff0000>&nbsp;&nbsp;&nbsp; .Execute</FONT><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; End With<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Next say<BR>&nbsp;&nbsp;&nbsp; 'Satir Kadar Döngü Sonu------------------<BR>&nbsp;&nbsp;&nbsp; cnn.Close<BR>&nbsp;&nbsp;&nbsp; Set cmdCommand = Nothing<BR>&nbsp;&nbsp;&nbsp; Set cnn = Nothing<BR>End Sub</P><P>Public Function esctrk(gstr)<BR>&nbsp;&nbsp;&nbsp; Dim geri As String<BR>&nbsp;&nbsp;&nbsp; geri = gstr<BR>&nbsp;&nbsp;&nbsp; geri = Replace(geri, "G", "~#G")<BR>&nbsp;&nbsp;&nbsp; geri = Replace(geri, "S", "~#S")<BR>&nbsp;&nbsp;&nbsp; geri = Replace(geri, "I", "~#I")<BR>&nbsp;&nbsp;&nbsp; geri = Replace(geri, "g", "~#g")<BR>&nbsp;&nbsp;&nbsp; geri = Replace(geri, "s", "~#s")<BR>&nbsp;&nbsp;&nbsp; geri = Replace(geri, "i", "~#i")<BR>&nbsp;&nbsp;&nbsp; esctrk = geri<BR>End Function</P>]]>
   </description>
   <pubDate>Mon, 30 May 2011 17:54:23 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14651.html#14651</guid>
  </item> 
  <item>
   <title><![CDATA[Excel&#039;den Stok Sabit Degistirme :     TRK fonksiyonuyla sizin...]]></title>
   <link>http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14647.html#14647</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 2616<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Mayıs&nbsp;2011 Saat 12:30<br /><br />TRK fonksiyonuyla sizin tablonuzun hiç bir baglantisi yoktur<br><br>excelde esctrk fonksiyonu GSI harflerini sirasiyla ~#G , ~#S ve ~#I harflerine dönüstürür<br>ve SQL'e giden dönüstürülmüs text'imize de tfTRK fonksiyonu 3'er harfle gelmis olan türkçelerine <br>karsilik gelen <span style="font-size: 11pt; font-family: Calibri; color: black;">&#208;,</span><span style="font-size: 11pt; font-family: Calibri; color: black;">&#222; ve </span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%">&#221; harfleri</span>ni yerlestirir (~# ler silinir). Sonuçta Text'imizin orjinal uzunlugu 10 karakter <br>ise sql'de bu fonksiyon yardimi ile tekrar 10 karaktere dönüsür.<br><br>evet kullandiginiz tüm sirketlerde tfTRK fonksiyonunu olusturmaniz(CREATE) gerekiyor<br>sorunlu türkçe karakter kullaniminiz yoksa söz konusu fonksiyonlara gerek yoktur.<br><br>SQL Management Studio'da ilgili sirket veritabanini seçtikten sonra<br>New Query ile açtiginiz pencereye tfTRK fonksiyonunun kodunu yapistirip<br>F5'e basarak olusturacaksiniz.<br>daha önce VIEW veya benzeri bir çalismaniz olmussa SQL Management Studio'yu kullanmis olmalisiniz.<br>Eger siz herhangi bir nedenle yapamiyorsaniz. yapacak birinden yardim almalisiniz<br>uzun bir açiklama yaptim. umarim sikmamisimdir.<br>Kolay gelsin<br><span style="font-size:10px"><br /><br />Düzenleyen mbaykan - 30&nbsp;Mayıs&nbsp;2011 Saat 13:00</span>]]>
   </description>
   <pubDate>Mon, 30 May 2011 12:30:26 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14647.html#14647</guid>
  </item> 
  <item>
   <title><![CDATA[Excel&#039;den Stok Sabit Degistirme : Mehmet bey merhabalar, Bu fonksiyonun...]]></title>
   <link>http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14645.html#14645</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2616<br /><strong>Gönderim Zamanı:</strong> 30&nbsp;Mayıs&nbsp;2011 Saat 08:31<br /><br /><P>Mehmet bey merhabalar,</P><DIV>Bu fonksiyonun text degerlerde kullanildigini biliyorum bunnula ilgili bir sikinti yoktur fakat söylemek istedigim benim kullandigim veri tabaninda birinci mesajda verdigim foknsiyon kullanilmis türkçeye çevirim için bu fonksiyon için'de excelde esctrk fonksiyonunu kullansak ayni islemi görürmü yoksa veri tabanina <SPAN style="FONT-FAMILY: Calibri; COLOR: black; FONT-SIZE: 11pt; mso-ascii-font-family: Calibri; mso-fareast-font-family: +mn-ea; mso-bidi-font-family: +mn-cs; mso-ascii-theme-font: minor-latin; mso-fareast-theme-font: minor-fareast; mso-bidi-theme-font: minor-bidi; mso-color-index: 13; mso-style-textfill-: solid; mso-style-textfill-fill-themecolor: dark1; mso-style-textfill-fill-color: black; mso-style-textfill-fill-alpha: 100.0%">&#091;dbo&#093;.&#091;tfTRK&#093; adi ile </SPAN>yeniden bir fonksiyonmu olusturmak gerekiyor.</DIV><DIV>&nbsp;</DIV><DIV>Eger&nbsp;yeni fonksiyon olusturmak gerekirse benim veritabanimda Sirket_1 Sirket_2 gibi kullandigim 3 tane sirket var bunlarin herbirine&nbsp;tanimlamam gerekiyor bu islemi nasil yapabilirim.&nbsp;<FONT face=Calibri><FONT color=#1f497d size=3> </FONT></FONT></DIV><DIV>&nbsp;</DIV>]]>
   </description>
   <pubDate>Mon, 30 May 2011 08:31:28 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14645.html#14645</guid>
  </item> 
  <item>
   <title><![CDATA[Excel&#039;den Stok Sabit Degistirme :   CREATE FUNCTION .(@A NVARCHAR(4000))  RETURNS...]]></title>
   <link>http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14644.html#14644</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 2616<br /><strong>Gönderim Zamanı:</strong> 29&nbsp;Mayıs&nbsp;2011 Saat 13:55<br /><br /><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">CREATEFUNCTION </span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%">&#091;dbo&#093;.&#091;tfTRK&#093;(@A NVARCHAR(4000))</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">RETURNS</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"> NVARCHAR(4000) </span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">AS</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">BEGIN</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"><span style="mso-spacerun:yes">&nbsp; </span></span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">DECLARE</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"> @TMP </span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">NVARCHAR</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%">(4000)</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"><span style="mso-spacerun:yes">&nbsp; </span></span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">SET</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"> @TMP = </span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#FF0066;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-color:#FF0066;mso-style-textfill-fill-alpha:100.0%">REPLACE</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%">(@A , '~#G', N'&#208;')</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"><span style="mso-spacerun:yes">&nbsp; </span></span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">SET</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"> @TMP = </span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#FF0066;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-color:#FF0066;mso-style-textfill-fill-alpha:100.0%">REPLACE</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%">(@TMP ,'~#S', N'&#222;')</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"><span style="mso-spacerun:yes">&nbsp; </span></span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">SET</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"> @TMP = </span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#FF0066;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-color:#FF0066;mso-style-textfill-fill-alpha:100.0%">REPLACE</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%">(@TMP ,'~#I', N'&#221;')</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"><span style="mso-spacerun:yes">&nbsp; </span></span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">SET</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"> @TMP = </span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#FF0066;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-color:#FF0066;mso-style-textfill-fill-alpha:100.0%">REPLACE</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%">(@TMP ,'~#i', N'&#253;')</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"><span style="mso-spacerun:yes">&nbsp; </span></span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">SET</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"> @TMP = </span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#FF0066;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-color:#FF0066;mso-style-textfill-fill-alpha:100.0%">REPLACE</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%">(@TMP ,'~#g', N'&#240;')</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"><span style="mso-spacerun:yes">&nbsp; </span></span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">SET</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"> @TMP = </span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#FF0066;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-color:#FF0066;mso-style-textfill-fill-alpha:100.0%">REPLACE</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%">(@TMP ,'~#s', N'&#254;')</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"><span style="mso-spacerun:yes">&nbsp;&nbsp;&nbsp;</span></span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">RETURN</span><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:black;mso-color-index:13;:tr;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:dark1;mso-style-textfill-fill-color:black;mso-style-textfill-fill-alpha:100.0%"> @TMP</span></p><p style=":tr;margin-top:0pt;margin-bottom:0pt;margin-left:0in;text-indent:0in"><span style="font-size:11.0pt;font-family:Calibri;mso-ascii-font-family:Calibri;mso-fareast-font-family:+mn-ea;mso-bidi-font-family:+mn-cs;mso-ascii-theme-font:minor-latin;mso-fareast-theme-font:minor-fareast;mso-bidi-theme-font:minor-bidi;color:#1F497D;mso-color-index:3;:tr;vertical-align:line;mso-text-raise:0%;mso-style-textfill-:solid;mso-style-textfill-fill-themecolor:text2;mso-style-textfill-fill-color:#1F497D;mso-style-textfill-fill-alpha:100.0%">END</span></p>]]>
   </description>
   <pubDate>Sun, 29 May 2011 13:55:48 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14644.html#14644</guid>
  </item> 
  <item>
   <title><![CDATA[Excel&#039;den Stok Sabit Degistirme :       vtSql = &amp;#034;&amp;#034;...]]></title>
   <link>http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14643.html#14643</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=431">mbaykan</a><br /><strong>Konu:</strong> 2616<br /><strong>Gönderim Zamanı:</strong> 29&nbsp;Mayıs&nbsp;2011 Saat 13:32<br /><br />&nbsp;&nbsp;&nbsp; &nbsp; &nbsp; vtSql = ""<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = vtSql &amp; "UPDATE TBLSTSABIT SET STOK_ADI = <b>.dbo.tfTRK(</b>'"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = vtSql &amp; esctrk(Cells(say, 3))<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = vtSql &amp; "'<b>)</b> WHERE STOK_KODU='"<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = vtSql &amp; Cells(say, 2)<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; vtSql = vtSql &amp; "' AND SUBE_KODU=" &amp; Cells(say, 1)<br><br>.dbo.tfTRK isimli fonksiyon SQL'de olusturulacak.<br>TRK fonksiyonunuzla bir isiniz yok.<br><br>Excel'deki bazi türkçe karakterler (GÜIgsi) SQL'e düzgün gönderilemedigi için <br>esctrk ve .dbo.tfTRK fonksiyonlari birlikte kullanilmasi gerekir. bu fonksiyonlar <br>verimizin Metin(text) oldugu durumlarda kullanilir.<br>2. olarak sizin makronuzda kullanidiginiz. Replace(&lt;deger&gt;,",",".") fonksiyonu<br>nümerik alanlarda ondalik olarak girilen virgül(,)ü nokta(.) ya çevirmek için<br><br>Kolay gelsin.<br><span style="font-size:10px"><br /><br />Düzenleyen mbaykan - 29&nbsp;Mayıs&nbsp;2011 Saat 13:38</span>]]>
   </description>
   <pubDate>Sun, 29 May 2011 13:32:03 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14643.html#14643</guid>
  </item> 
  <item>
   <title><![CDATA[Excel&#039;den Stok Sabit Degistirme : Merhabalar,   Veri tabaninda...]]></title>
   <link>http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14642.html#14642</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="http://www.erpne.org/member_profile.asp?PF=2206">unalh</a><br /><strong>Konu:</strong> 2616<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Mayıs&nbsp;2011 Saat 10:53<br /><br />Merhabalar, <DIV>&nbsp;</DIV><DIV>Veri tabaninda TRK fonksiyonu olarak</DIV><DIV>&nbsp;</DIV><DIV><TABLE style="WIDTH: 408pt; BORDER-COLLAPSE: collapse" border=0 cellSpacing=0 cellPadding=0 width=544><COLGROUP><COL style="WIDTH: 408pt; mso-width-source: userset; mso-width-alt: 19894" width=544><T><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; WIDTH: 408pt; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17 width=544><FONT size=2 face="Arial TUR">CREATE FUNCTION TRK(@A NVARCHAR(4000))</FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR">RETURNS NVARCHAR(4000)<SPAN style="mso-spacerun: yes">&nbsp;&nbsp;</SPAN></FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR">AS<SPAN style="mso-spacerun: yes">&nbsp;</SPAN></FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2 face="Arial TUR">BEGIN</FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>DECLARE @TMP NVARCHAR(4000)<SPAN style="mso-spacerun: yes">&nbsp;</SPAN></FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@A COLLATE LATIN1_GENERAL_BIN, CHAR(208), N'G')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(220), N'Ü')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(222), N'S')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(221), N'I')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(214), N'Ö')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(199), N'Ç')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(73), N'I')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(240), N'g')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(252), N'ü')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(254), N's')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(105), N'i')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(246), N'ö')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(231), N'ç')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>SET @TMP = REPLACE(@TMP COLLATE LATIN1_GENERAL_BIN, CHAR(253), N'i')</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2><FONT face="Arial TUR"><SPAN style="mso-spacerun: yes">&nbsp; </SPAN>RETURN @TMP</FONT></FONT></TD></TR><TR style="HEIGHT: 12.75pt" height=17><TD style="BORDER-BOTTOM: #ece9d8; BORDER-LEFT: #ece9d8; : transparent; HEIGHT: 12.75pt; BORDER-TOP: #ece9d8; BORDER-RIGHT: #ece9d8" height=17><FONT size=2 face="Arial TUR">END</FONT></TD></TR></T></TABLE></DIV><DIV>&nbsp;</DIV><DIV>Tanimlanmis ben stok isimlerini degistirmek istiyorum bunagöre excel sayfasina nasil bir fonksiyon yazmam gerekiyor.</DIV><DIV>&nbsp;</DIV><DIV>Excel dosyasi ekte.</DIV><DIV>&nbsp;</DIV><DIV><a href="http://www.upload.gen.tr/d.php/www/wts4du5b/STSABIT_Update.xls.html" target="_blank">http://www.upload.gen.tr/d.php/www/wts4du5b/STSABIT_Update.xls.html</A></DIV><DIV>&nbsp;</DIV><DIV>&nbsp;</DIV><DIV>Yardimlariniz için simdiden tesekkür ederim.</DIV><span style="font-size:10px"><br /><br />Düzenleyen unalh - 28&nbsp;Mayıs&nbsp;2011 Saat 10:57</span>]]>
   </description>
   <pubDate>Sat, 28 May 2011 10:53:52 +0000</pubDate>
   <guid isPermaLink="true">http://www.erpne.org/excelden-stok-sabit-degistirme_topic2616_post14642.html#14642</guid>
  </item> 
 </channel>
</rss>