<?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 : tclproedit</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : tclproedit]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 16:31:15 +0000</pubDate>
  <lastBuildDate>Wed, 17 Jul 2024 17:20:00 +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=687</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[tclproedit : Merhaba &#304;rem,Scroll yap&#305;ld&#305;&#287;&#305;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=687&amp;PID=1049#1049</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 687<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Temmuz&nbsp;2024 Saat 17:20<br /><br />Merhaba İrem,<div>Scroll yapıldığı zaman id edit değer göstermemeye başlıyor. Yakın zaman da bu hata düzelteceğiz.</div>]]>
   </description>
   <pubDate>Wed, 17 Jul 2024 17:20:00 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=687&amp;PID=1049#1049</guid>
  </item> 
  <item>
   <title><![CDATA[tclproedit : varform:TCLform;giris,bilgi:TC...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=687&amp;PID=1041#1041</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=196">iremNisak</a><br /><strong>Konu:</strong> 687<br /><strong>Gönderim Zamanı:</strong> 17&nbsp;Temmuz&nbsp;2024 Saat 15:08<br /><br /><div>var</div><div>form:TCLform;</div><div>giris,bilgi:TClProLabel;</div><div>id:TclProEdit;</div><div>ad,soyad,meslek,dinlenme_bas,dinlenme_bitis,mesai_baslangic,mesai_bitis:TClProButton;</div><div>adstr,soyadstr,meslekstr,dinlenme_basstr,dinlenme_bitisstr,mesai_baslangicstr,mesai_bitisstr:String;</div><div>vScroll:TCLVertScrollBox;</div><div>query:TClSqlQuery;</div><div><br></div><div>void clik_Ad;{</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;if (VarIsNull(id))</div><div>&nbsp; &nbsp;ShowMessage('id Giriniz');</div><div>&nbsp;else{</div><div>&nbsp; &nbsp;try</div><div>&nbsp; &nbsp; query.SQL.Text = 'UPDATE vardiyaa ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'SET kisi_adi = ' + QuotedStr(adstr) +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'WHERE kisi_id = ' + id.Text;</div><div>&nbsp; &nbsp; InputQuery('ÖZELLİK', 'Ad Bilgisini Giriniz', adstr);</div><div>&nbsp; &nbsp; ShowMessage('Veri güncelleme başarılı');</div><div>&nbsp; &nbsp; query.ExecSql;</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Exception class: ' + LastExceptionClassName + ' Exception Message: ' + LastExceptionMessage);</div><div>&nbsp; &nbsp; }</div><div>&nbsp;}</div><div>&nbsp;</div><div>}&nbsp;&nbsp;</div><div><br></div><div>void clik_Soyad;{</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;if (VarIsNull(id))</div><div>&nbsp; &nbsp;ShowMessage('id Giriniz');</div><div>&nbsp;else{</div><div>&nbsp; &nbsp;try</div><div>&nbsp; &nbsp; query.SQL.Text = 'UPDATE vardiyaa ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'SET kisi_soyad = ' + QuotedStr(soyadstr) +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'WHERE kisi_id = ' + id.Text;</div><div>&nbsp; &nbsp; query.ExecSql;</div><div>&nbsp; &nbsp; InputQuery('ÖZELLİK', 'Soyad Bilgisini Giriniz', soyadstr);</div><div>&nbsp; ShowMessage('Veri güncelleme başarılı');</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Exception class: ' + LastExceptionClassName + ' Exception Message: ' + LastExceptionMessage);</div><div>&nbsp; &nbsp; }</div><div>&nbsp;}</div><div><br></div><div>}&nbsp;&nbsp;</div><div><br></div><div>void clik_Meslek;{</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;if (VarIsNull(id.Text))</div><div>&nbsp; &nbsp;ShowMessage('id Giriniz');</div><div>&nbsp;else{</div><div>&nbsp; &nbsp;try</div><div>&nbsp; &nbsp; query.SQL.Text = 'UPDATE vardiyaa ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'SET kisi_meslegi = ' + QuotedStr(meslekstr) +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'WHERE kisi_id = ' + id.Text;</div><div>&nbsp; &nbsp; query.ExecSql;</div><div>&nbsp; &nbsp; InputQuery('ÖZELLİK', 'Meslek Bilgisini Giriniz', meslekstr);</div><div>&nbsp; ShowMessage('Veri güncelleme başarılı');</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('id giriniz');</div><div>&nbsp; &nbsp; }</div><div>&nbsp;}</div><div>&nbsp;</div><div>}&nbsp;&nbsp;</div><div><br></div><div><br></div><div>void clik_mesai_baslangic;{</div><div>&nbsp;</div><div>// DateTimeToStr(mesai_baslangicstr);</div><div>&nbsp;</div><div>&nbsp;if (VarIsNull(id))</div><div>&nbsp; &nbsp;ShowMessage('id Giriniz');</div><div>&nbsp;else{</div><div>&nbsp; &nbsp;try</div><div>&nbsp; &nbsp; query.SQL.Text = 'UPDATE vardiyaa ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'SET kisi_vardiya_baslangic = ' + QuotedStr(mesai_baslangicstr) +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'WHERE kisi_id = ' + id.Text;</div><div>&nbsp; &nbsp; query.ExecSql;</div><div>&nbsp; &nbsp; InputQuery('ÖZELLİK', 'Mesai Başlangıç Bilgisini Giriniz', mesai_baslangicstr);</div><div>&nbsp; &nbsp; ShowMessage('Veri güncelleme başarılı');</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('id giriniz');</div><div>&nbsp; &nbsp; }</div><div>&nbsp;}</div><div><br></div><div>}&nbsp;&nbsp;</div><div><br></div><div>void clik_mesai_bitis;{</div><div>&nbsp;</div><div>&nbsp;</div><div><br></div><div>&nbsp;if (VarIsNull(id))</div><div>&nbsp; &nbsp;ShowMessage('id Giriniz');</div><div>&nbsp;else{</div><div>&nbsp; &nbsp;try</div><div>&nbsp; &nbsp; query.SQL.Text = 'UPDATE vardiyaa ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'SET kisi_vardiya_bitis = ' + QuotedStr(mesai_bitisstr) +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'WHERE kisi_id = ' + id.Text;</div><div>&nbsp; &nbsp; query.ExecSql;</div><div>&nbsp; &nbsp; &nbsp;InputQuery('ÖZELLİK', 'Mesai Başlangıç Bilgisini Giriniz', mesai_bitisstr);</div><div>&nbsp; &nbsp; ShowMessage('Veri güncelleme başarılı');</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('id giriniz');</div><div>&nbsp; &nbsp; }</div><div>&nbsp;}</div><div><br></div><div>}&nbsp;&nbsp;</div><div><br></div><div>void clik_dinlenme_bas;{</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;if (VarIsNull(id))</div><div>&nbsp; &nbsp;ShowMessage('id Giriniz');</div><div>&nbsp;else{</div><div>&nbsp; &nbsp;try</div><div>&nbsp; &nbsp; query.SQL.Text = 'UPDATE vardiyaa ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'SET kisi_dinlenme_bas = ' + QuotedStr(dinlenme_basstr) +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'WHERE kisi_id = ' + id.Text;</div><div>&nbsp; &nbsp; query.ExecSql;</div><div>&nbsp; &nbsp; InputQuery('ÖZELLİK', 'Mesai Başlangıç Bilgisini Giriniz', dinlenme_basstr);</div><div>&nbsp; &nbsp; ShowMessage('Veri güncelleme başarılı');</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('id giriniz');</div><div>&nbsp; &nbsp; }</div><div>&nbsp;}</div><div>&nbsp;</div><div>}&nbsp;&nbsp;</div><div>void clik_dinlenme_bitis;{</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;if (VarIsNull(id))</div><div>&nbsp; &nbsp;ShowMessage('id Giriniz');</div><div>&nbsp;else{</div><div>&nbsp; &nbsp;try</div><div>&nbsp; &nbsp; query.SQL.Text = 'UPDATE vardiyaa ' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'SET kisi_dinlenme_bitis = ' + QuotedStr(dinlenme_bitisstr) +&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;'WHERE kisi_id = ' + id.Text;</div><div>&nbsp; &nbsp; query.ExecSql;</div><div>&nbsp; &nbsp; InputQuery('ÖZELLİK', 'Mesai Başlangıç Bilgisini Giriniz', dinlenme_bitisstr);</div><div>&nbsp; &nbsp; ShowMessage('Veri güncelleme başarılı');</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('id giriniz');</div><div>&nbsp; &nbsp; }</div><div>&nbsp;}</div><div>&nbsp;</div><div>}&nbsp;&nbsp;</div><div>&nbsp;//ShowMessage('Adı '+adstr+'olarak güncellendi');</div><div><br></div><div>{</div><div>&nbsp; form=TCLform.Create(self);</div><div>&nbsp; form.clSetCaption('Kullanıcı Kayıt Bilgilerini Güncelleme Sayfası');</div><div>&nbsp; form.SetFormColor('#b387e8', '', clGNone);</div><div>&nbsp;&nbsp;</div><div>&nbsp; vScroll = form.AddNewVertScrollBox(form,'ScrollBoxY');</div><div>&nbsp; &nbsp;vScroll.Align = alClient;</div><div>&nbsp;&nbsp;</div><div>&nbsp; giris = form.AddNewproLabel(vScroll, 'giris', 'Değiştirmek İstediğiniz Kişinin ID Numarasını Giriniz');</div><div>&nbsp; clComponent.setupComponent(giris,</div><div>&nbsp; '{</div><div>&nbsp; &nbsp; "Align":"top","Width":80,"Height":50,</div><div>&nbsp; &nbsp; "TextColor":"#ad0154","TextSize":25,"TextVerticalAlign":"center",</div><div>&nbsp;"TextHorizontalAlign":"alLeft","TextBold":"yes","MarginBottom":50</div><div>&nbsp;}');</div><div>&nbsp;</div><div>&nbsp; id=form.AddNewProEdit(vScroll, 'id', 'ID Bilgisi:');</div><div>&nbsp; clComponent.setupComponent(id,</div><div>&nbsp; '{</div><div>&nbsp; &nbsp; "Align":"top","Width":25,"Height":50,</div><div>&nbsp; &nbsp; "TextColor":"#ad0154","TextSize":5,"TextBold":"yes"</div><div>&nbsp; }');</div><div>&nbsp;id.clTypeOfField = taFloat;&nbsp;</div><div>&nbsp; id.MaxLength = 11;</div><div><br></div><div>&nbsp;bilgi = form.AddNewproLabel(vScroll, 'bilgi', 'Hangi Özelliği Değiştirmek İstiyorsanız Aşağıdan Seçiniz');</div><div>&nbsp; clComponent.setupComponent(bilgi,</div><div>&nbsp; '{</div><div>&nbsp; &nbsp; "Align":"top","Width":50,"Height":50,</div><div>&nbsp; &nbsp; "TextColor":"#ad0154","TextSize":20,"TextVerticalAlign":"center",</div><div>&nbsp;"TextHorizontalAlign":"alLeft","TextBold":"yes","MarginBottom":10</div><div>&nbsp;}');</div><div>&nbsp;</div><div>&nbsp; ad=form.AddNewProButton(vScroll, 'ad', 'AD');</div><div>&nbsp; clComponent.setupComponent(ad,</div><div>&nbsp; '{</div><div>&nbsp; &nbsp; "Align":"top","Width":20,"Height":80,"MarginTop":10,"MarginBottom":10,</div><div>&nbsp; &nbsp; "TextColor":"#c7237b","TextSize":20,"RoundHeight":50,"RoundWidth":50,</div><div>&nbsp; &nbsp; "BorderColor":"#7A3E65","TextBold":"yes","BorderWidth":5</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; soyad=form.AddNewProButton(vScroll, 'soyad', 'SOYAD');</div><div>&nbsp; clComponent.setupComponent(soyad,</div><div>&nbsp; '{</div><div>&nbsp; &nbsp; "Align":"top","Width":20,"Height":80,"MarginTop":10,"MarginBottom":10,</div><div>&nbsp; &nbsp; "TextColor":"#c7237b","TextSize":20,"RoundHeight":50,"RoundWidth":50,</div><div>&nbsp; &nbsp; "BorderColor":"#7A3E65","TextBold":"yes","BorderWidth":5</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;meslek=form.AddNewProButton(vScroll, 'meslek', 'MESLEK');</div><div>&nbsp; clComponent.setupComponent(meslek,</div><div>&nbsp; '{</div><div>&nbsp; &nbsp; "Align":"top","Width":20,"Height":80,"MarginTop":10,"MarginBottom":10,</div><div>&nbsp; &nbsp; "TextColor":"#c7237b","TextSize":20,"RoundHeight":50,"RoundWidth":50,</div><div>&nbsp; &nbsp; "BorderColor":"#7A3E65","TextBold":"yes","BorderWidth":5</div><div>&nbsp; }');</div><div>&nbsp; &nbsp;mesai_baslangic=form.AddNewProButton(vScroll, 'mesai_baslangic', 'VARDİYA BAŞLANGIÇ');</div><div>&nbsp; clComponent.setupComponent(mesai_baslangic,</div><div>&nbsp; '{</div><div>&nbsp; &nbsp; "Align":"top","Width":20,"Height":80,"MarginTop":10,"MarginBottom":10,</div><div>&nbsp; &nbsp; "TextColor":"#c7237b","TextSize":20,"RoundHeight":50,"RoundWidth":50,</div><div>&nbsp; &nbsp; "BorderColor":"#7A3E65","TextBold":"yes","BorderWidth":5</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;mesai_bitis=form.AddNewProButton(vScroll, 'mesai_bitis', 'VARDİYA BİTİŞ');</div><div>&nbsp; clComponent.setupComponent(mesai_bitis,</div><div>&nbsp; '{</div><div>&nbsp; &nbsp; "Align":"top","Width":20,"Height":80,"MarginTop":10,"MarginBottom":10,</div><div>&nbsp; &nbsp; "TextColor":"#c7237b","TextSize":20,"RoundHeight":50,"RoundWidth":50,</div><div>&nbsp; &nbsp; "BorderColor":"#7A3E65","TextBold":"yes","BorderWidth":5</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; &nbsp;dinlenme_bas=form.AddNewProButton(vScroll, 'dinlenme_bas', 'DİNLENME BAŞLANGIÇ');</div><div>&nbsp; clComponent.setupComponent(dinlenme_bas,</div><div>&nbsp; '{</div><div>&nbsp; &nbsp; "Align":"top","Width":20,"Height":80,"MarginTop":10,"MarginBottom":10,</div><div>&nbsp; &nbsp; "TextColor":"#c7237b","TextSize":20,"RoundHeight":50,"RoundWidth":50,</div><div>&nbsp; &nbsp; "BorderColor":"#7A3E65","TextBold":"yes","BorderWidth":5</div><div>&nbsp; }');</div><div>&nbsp; &nbsp;dinlenme_bitis=form.AddNewProButton(vScroll, 'dinlenme_bitis', 'DİNLENME BİTİŞ');</div><div>&nbsp; clComponent.setupComponent(dinlenme_bitis,</div><div>&nbsp; '{</div><div>&nbsp; &nbsp; "Align":"top","Width":20,"Height":80,"MarginTop":10,"MarginBottom":10,</div><div>&nbsp; &nbsp; "TextColor":"#c7237b","TextSize":20,"RoundHeight":50,"RoundWidth":50,</div><div>&nbsp; &nbsp; "BorderColor":"#7A3E65","TextBold":"yes","BorderWidth":5</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; form.AddNewEvent(ad,tbeOnClick,'clik_Ad');</div><div>&nbsp; form.AddNewEvent(soyad,tbeOnClick,'clik_Soyad');</div><div>&nbsp; form.AddNewEvent(meslek,tbeOnClick,'clik_Meslek');</div><div>&nbsp; form.AddNewEvent(mesai_baslangic,tbeOnClick,'clik_mesai_baslangic');</div><div>&nbsp; form.AddNewEvent(mesai_bitis,tbeOnClick,'clik_mesai_bitis');</div><div>&nbsp; form.AddNewEvent(dinlenme_bas,tbeOnClick,'clik_dinlenme_bas');</div><div>&nbsp; form.AddNewEvent(dinlenme_bitis,tbeOnClick,'clik_dinlenme_bitis');</div><div>&nbsp;&nbsp;</div><div>&nbsp; query = TclSqlQuery.Create(nil);</div><div>&nbsp; Clomosy.DBSQLServerConnect('SQL Server','172.16.222.117','sa','irem1234','vardiyaa',50000);</div><div>&nbsp; query.Connection = Clomosy.DBSQLServerConnection;</div><div>&nbsp;&nbsp;</div><div>&nbsp; form.Run;</div><div>}</div><div>/*edit üzerinde id numarasını giriyorum ama bazen yazdığım gözükmüyor hiçbirşey yazılmıyor gibi oluyor*/</div>]]>
   </description>
   <pubDate>Wed, 17 Jul 2024 15:08:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=687&amp;PID=1041#1041</guid>
  </item> 
 </channel>
</rss>