<?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 : sqlite update</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : sqlite update]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 13:13:36 +0000</pubDate>
  <lastBuildDate>Tue, 03 Sep 2024 15:32:09 +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=828</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[sqlite update : Merhaba Rabia,Hatan devam ediyor...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1786#1786</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 828<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Eylül&nbsp;2024 Saat 15:32<br /><br />Merhaba Rabia,<div>Hatan devam ediyor mu?</div>]]>
   </description>
   <pubDate>Tue, 03 Sep 2024 15:32:09 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1786#1786</guid>
  </item> 
  <item>
   <title><![CDATA[sqlite update : VarmuzeDegistir: TclStyleForm;muzeIsimDegistir,...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1533#1533</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 828<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 15:10<br /><br /><div>Var&nbsp;</div><div>&nbsp;muzeDegistir: TclStyleForm;</div><div>&nbsp;muzeIsimDegistir, muzeTuruDegistir, muzeUcretDegistir,muzeYorumDegistir: TclProEdit;&nbsp;</div><div>&nbsp;muzeDegistirLabel1, muzeDegistirLabel2: TclProLabel;</div><div>&nbsp;muzeDegistirPanel1: TclProPanel;</div><div>&nbsp;muzeDegisiklikKaydet: TclProButton;</div><div>&nbsp;</div><div>&nbsp;</div><div>void UpdateMuzeData;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.SQL.Text = 'UPDATE Museums SET muze_turu = ' +QuotedStr(muzeTuruDegistir.Text)+ &nbsp;'AND muze_ucret=' +QuotedStr(muzeUcretDegistir.Text)+&nbsp;</div><div>&nbsp; &nbsp; 'AND muze_yorum=' +QuotedStr(muzeYorumDegistir.Text)+' WHERE muze_isim = ' +QuotedStr(muzeIsimDegistir);</div><div>&nbsp; &nbsp; ShowMessage(Clomosy.DBSQLiteQuery.SQL.Text);</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; ShowMessage('Müze Bilgileri 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>}</div><div><br></div><div><br></div><div>&nbsp;</div><div>{</div><div>&nbsp; muzeDegistir=TclStyleForm.Create(Self);</div><div>&nbsp; muzeDegistir.SetFormBGImage('<a href="https://i.pinimg.com/originals/d8/ea/25/d8ea252948af6d69b709d5b533dfec5d.jpg" target="_blank" rel="nofollow">https://i.pinimg.com/originals/d8/ea/25/d8ea252948af6d69b709d5b533dfec5d.jpg</a>');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeDegistirPanel1=muzeDegistir.AddNewProPanel(muzeDegistir,'muzeDegistirPanel1');</div><div>&nbsp; clComponent.SetupComponent(muzeDegistirPanel1,</div><div>&nbsp; '{</div><div>&nbsp; "Align": "alCenter",</div><div>&nbsp; "Width" :500,&nbsp;</div><div>&nbsp; "Height":500,</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeDegistirLabel1=muzeDegistir.AddNewProLabel(muzeDegistirPanel1,'muzeDegistirLabel1','Bilgilerini Değiştirmek istediğiniz' + #13#10 +'müzenin ismini giriniz:');</div><div>&nbsp; clComponent.SetupComponent(muzeDegistirLabel1,'{</div><div>&nbsp; "MarginBottom": 800,</div><div>&nbsp; "Width": 600,</div><div>&nbsp; "Height": 100,</div><div>&nbsp; "TextColor":"#8e1414",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeIsimDegistir=muzeDegistir.AddNewProEdit(muzeDegistirPanel1, 'muzeIsimDegistir', 'Müze İsim:');</div><div>&nbsp; clComponent.SetupComponent(muzeIsimDegistir,'{</div><div>&nbsp; "MarginBottom": 600,</div><div>&nbsp; "Width" :400,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "TextColor":"#12366b",</div><div>&nbsp; "TextSize":20,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#ffffff",</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BorderWidth":1,</div><div>&nbsp; "BackGroundColor":"#f8f8f8"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeDegistirLabel2=muzeDegistir.AddNewProLabel(muzeDegistirPanel1,'muzeDegistirLabel2',' Bilgileri Güncelleyiniz &#9997; ');</div><div>&nbsp; clComponent.SetupComponent(muzeDegistirLabel2,'{</div><div>&nbsp; "MarginBottom": 450,</div><div>&nbsp; "Width": 600,</div><div>&nbsp; "Height": 100,</div><div>&nbsp; "TextColor":"#8e1414",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeTuruDegistir=muzeDegistir.AddNewProEdit(muzeDegistirPanel1, 'muzeTuruDegistir', 'Müze Türü:');</div><div>&nbsp; clComponent.SetupComponent(muzeTuruDegistir,'{</div><div>&nbsp; "MarginBottom": 400,</div><div>&nbsp; "Width" :400,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "TextColor":"#12366b",</div><div>&nbsp; "TextSize":20,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#ffffff",</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BorderWidth":1,</div><div>&nbsp; "BackGroundColor":"#f8f8f8"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeUcretDegistir=muzeDegistir.AddNewProEdit(muzeDegistirPanel1, 'muzeUcretDegistir', 'Müze Giriş Ücreti:');</div><div>&nbsp; clComponent.SetupComponent(muzeUcretDegistir,'{</div><div>&nbsp; "MarginBottom": 300,</div><div>&nbsp; "Width" :400,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "TextColor":"#12366b",</div><div>&nbsp; "TextSize":20,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#ffffff",</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BorderWidth":1,</div><div>&nbsp; "BackGroundColor":"#f8f8f8"</div><div>&nbsp; }');</div><div>&nbsp; muzeUcretDegistir.clTypeOfField = taFloat;</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeYorumDegistir=muzeDegistir.AddNewProEdit(muzeDegistirPanel1, 'muzeYorumDegistir', 'Müze Yorumu:');</div><div>&nbsp; clComponent.SetupComponent(muzeYorumDegistir,'{</div><div>&nbsp; "MarginBottom": 200,</div><div>&nbsp; "Width" :400,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "TextColor":"#12366b",</div><div>&nbsp; "TextSize":20,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#ffffff",</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BorderWidth":1,</div><div>&nbsp; "BackGroundColor":"#f8f8f8"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeDegisiklikKaydet=muzeDegistir.AddNewProButton(muzeDegistirPanel1, 'muzeDegisiklikKaydet', ' Güncellemeleri Kaydet');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(muzeDegisiklikKaydet,'{</div><div>&nbsp; &nbsp;"MarginTop":700,</div><div>&nbsp; &nbsp;"TextColor":"#fae6fc",</div><div>&nbsp; &nbsp;"TextWidth":50,</div><div>&nbsp; &nbsp;"TextHeight":10,</div><div>&nbsp; &nbsp;"TextSize":15,</div><div>&nbsp; &nbsp;"Width" :230,&nbsp;</div><div>&nbsp; &nbsp;"Height":50,</div><div>&nbsp; &nbsp;"RoundHeight":10,</div><div>&nbsp; &nbsp;"RoundWidth":10,</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BackGroundColor":"#e2c1c8"</div><div>&nbsp; &nbsp; }');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; muzeDegistir.AddNewEvent(muzeDegisiklikKaydet,tbeOnClick,'UpdateMuzeData');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Clomosy.DBSQLiteConnect(Clomosy.AppFilesPath + 'ClomosyDatabase.db3', '');</div><div>&nbsp; &nbsp;</div><div>&nbsp; muzeDegistir.Run;</div><div>}</div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 15:10:02 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1533#1533</guid>
  </item> 
  <item>
   <title><![CDATA[sqlite update : Merhaba RabiaKodunu payla&#351;&#305;r m&#305;s&#305;n?...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1523#1523</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 828<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 14:46<br /><br />Merhaba Rabia&nbsp;<div>Kodunu paylaşır mısın?</div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 14:46:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1523#1523</guid>
  </item> 
  <item>
   <title><![CDATA[sqlite update : Ve veri taban&#305;nda olan bir isim...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1517#1517</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 828<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 14:32<br /><br />Ve veri tabanında olan bir isim girdim<div><br></div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 14:32:50 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1517#1517</guid>
  </item> 
  <item>
   <title><![CDATA[sqlite update : ben &#246;yle bir isim girmedim string...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1516#1516</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 828<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 14:31<br /><br />ben öyle bir isim girmedim string şeklinde müze ismi girdim ama bu şekilde sayı olarak gösteriyor&nbsp;]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 14:31:40 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1516#1516</guid>
  </item> 
  <item>
   <title><![CDATA[sqlite update : Merhaba Rabia,where ko&#351;ulunda...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1511#1511</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 828<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 13:57<br /><br />Merhaba Rabia,<div>where koşulunda yer alan&nbsp;<span style=": rgb251, 251, 253;">5413527040 böyle bir müze ismi yoksa güncelleme yapamaz.&nbsp;</span></div><div><span style=": rgb251, 251, 253;">QuotedStr(muzeIsimDegistir)&nbsp; gelen veriyi kontrol eder misin?</span></div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 13:57:18 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1511#1511</guid>
  </item> 
  <item>
   <title><![CDATA[sqlite update : UPDATE Museums SET muze_turu &amp;#039;T&#252;rbe&amp;#039;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1508#1508</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 828<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 13:37<br /><br />UPDATE Museums SET muze_turu 'Türbe' AND muze_ucret='200' AND muze_yorum='Çok güzel'WHERE müze_isim='5413527040' yazdırıyor show message'de]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 13:37:59 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1508#1508</guid>
  </item> 
  <item>
   <title><![CDATA[sqlite update : Merhaba Rabia,void UpdateMuzeData;{...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1506#1506</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=106">Developer</a><br /><strong>Konu:</strong> 828<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 13:20<br /><br />Merhaba Rabia,<div><div>void UpdateMuzeData;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.SQL.Text = 'UPDATE Museums SET muze_turu = ' +QuotedStr(muzeTuruDegistir.Text)+&nbsp; 'AND muze_ucret=' +QuotedStr(muzeUcretDegistir.Text)+&nbsp;</div><div>&nbsp; &nbsp; 'AND muze_yorum=' +QuotedStr(muzeYorumDegistir.Text)+' WHERE muze_isim = ' +QuotedStr(muzeIsimDegistir);</div><div>&nbsp; &nbsp; ShowMessage(Clomosy.DBSQLiteQuery.SQL.Text);</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; ShowMessage('Müze Bilgileri 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>}</div></div><div>ShowMessage(Clomosy.DBSQLiteQuery.SQL.Text);&nbsp; ile gelen text bir kontrol eder misin? Muhtemelen update cümlen bir hata vardır.</div><div><br></div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 13:20:42 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1506#1506</guid>
  </item> 
  <item>
   <title><![CDATA[sqlite update : Burada veri g&#252;ncelleme i&#351;lemi...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1502#1502</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=208">rabiagnbs</a><br /><strong>Konu:</strong> 828<br /><strong>Gönderim Zamanı:</strong> 07&nbsp;Ağustos&nbsp;2024 Saat 11:22<br /><br />Burada veri güncelleme işlemi başarılı demesine rağmen verileri tekrar uygulamada görüntülemek istediğimde eski bilgiler gözüküyor ne yapmalıyım :&nbsp;<div><br></div><div><div>Var&nbsp;</div><div>&nbsp;muzeDegistir: TclStyleForm;</div><div>&nbsp;muzeIsimDegistir, muzeTuruDegistir, muzeUcretDegistir,muzeYorumDegistir: TclProEdit;&nbsp;</div><div>&nbsp;muzeDegistirLabel1, muzeDegistirLabel2: TclProLabel;</div><div>&nbsp;muzeDegistirPanel1: TclProPanel;</div><div>&nbsp;muzeDegisiklikKaydet: TclProButton;</div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;void UpdateMuzeData;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.SQL.Text = 'UPDATE Museums SET muze_turu = ' +QuotedStr(muzeTuruDegistir.Text)+ &nbsp;'AND muze_ucret=' +QuotedStr(muzeUcretDegistir.Text)+&nbsp;</div><div>&nbsp; &nbsp; 'AND muze_yorum=' +QuotedStr(muzeYorumDegistir.Text)+' WHERE muze_isim = ' +QuotedStr(muzeIsimDegistir);</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; ShowMessage('Müze Bilgileri 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>}</div><div><br></div><div>&nbsp;</div><div>&nbsp;</div><div>&nbsp;</div><div>{</div><div>&nbsp; muzeDegistir=TclStyleForm.Create(Self);</div><div>&nbsp; muzeDegistir.SetFormBGImage('<a href="https://i.pinimg.com/originals/d8/ea/25/d8ea252948af6d69b709d5b533dfec5d.jpg" target="_blank" rel="nofollow">https://i.pinimg.com/originals/d8/ea/25/d8ea252948af6d69b709d5b533dfec5d.jpg</a>');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeDegistirPanel1=muzeDegistir.AddNewProPanel(muzeDegistir,'muzeDegistirPanel1');</div><div>&nbsp; clComponent.SetupComponent(muzeDegistirPanel1,</div><div>&nbsp; '{</div><div>&nbsp; "Align": "alCenter",</div><div>&nbsp; "Width" :500,&nbsp;</div><div>&nbsp; "Height":500,</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeDegistirLabel1=muzeDegistir.AddNewProLabel(muzeDegistirPanel1,'muzeDegistirLabel1','Bilgilerini Değiştirmek istediğiniz' + #13#10 +'müzenin ismini giriniz:');</div><div>&nbsp; clComponent.SetupComponent(muzeDegistirLabel1,'{</div><div>&nbsp; "MarginBottom": 800,</div><div>&nbsp; "Width": 600,</div><div>&nbsp; "Height": 100,</div><div>&nbsp; "TextColor":"#8e1414",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeIsimDegistir=muzeDegistir.AddNewProEdit(muzeDegistirPanel1, 'muzeIsimDegistir', 'Müze İsim:');</div><div>&nbsp; clComponent.SetupComponent(muzeIsimDegistir,'{</div><div>&nbsp; "MarginBottom": 600,</div><div>&nbsp; "Width" :400,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "TextColor":"#12366b",</div><div>&nbsp; "TextSize":20,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#ffffff",</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BorderWidth":1,</div><div>&nbsp; "BackGroundColor":"#f8f8f8"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeDegistirLabel2=muzeDegistir.AddNewProLabel(muzeDegistirPanel1,'muzeDegistirLabel2',' Bilgileri Güncelleyiniz &#9997; ');</div><div>&nbsp; clComponent.SetupComponent(muzeDegistirLabel2,'{</div><div>&nbsp; "MarginBottom": 450,</div><div>&nbsp; "Width": 600,</div><div>&nbsp; "Height": 100,</div><div>&nbsp; "TextColor":"#8e1414",</div><div>&nbsp; "TextSize":18,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BackGroundColor":"null"</div><div>&nbsp; &nbsp;}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeTuruDegistir=muzeDegistir.AddNewProEdit(muzeDegistirPanel1, 'muzeTuruDegistir', 'Müze Türü:');</div><div>&nbsp; clComponent.SetupComponent(muzeTuruDegistir,'{</div><div>&nbsp; "MarginBottom": 400,</div><div>&nbsp; "Width" :400,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "TextColor":"#12366b",</div><div>&nbsp; "TextSize":20,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#ffffff",</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BorderWidth":1,</div><div>&nbsp; "BackGroundColor":"#f8f8f8"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeUcretDegistir=muzeDegistir.AddNewProEdit(muzeDegistirPanel1, 'muzeUcretDegistir', 'Müze Giriş Ücreti:');</div><div>&nbsp; clComponent.SetupComponent(muzeUcretDegistir,'{</div><div>&nbsp; "MarginBottom": 300,</div><div>&nbsp; "Width" :400,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "TextColor":"#12366b",</div><div>&nbsp; "TextSize":20,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#ffffff",</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BorderWidth":1,</div><div>&nbsp; "BackGroundColor":"#f8f8f8"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeYorumDegistir=muzeDegistir.AddNewProEdit(muzeDegistirPanel1, 'muzeYorumDegistir', 'Müze Yorumu:');</div><div>&nbsp; clComponent.SetupComponent(muzeYorumDegistir,'{</div><div>&nbsp; "MarginBottom": 200,</div><div>&nbsp; "Width" :400,&nbsp;</div><div>&nbsp; "Height":40,</div><div>&nbsp; "TextColor":"#12366b",</div><div>&nbsp; "TextSize":20,</div><div>&nbsp; "TextVerticalAlign":"center",</div><div>&nbsp; "TextHorizontalAlign":"center",</div><div>&nbsp; "TextBold":"yes",</div><div>&nbsp; "BorderColor":"#ffffff",</div><div>&nbsp; "RoundHeight":20,</div><div>&nbsp; "RoundWidth":20,</div><div>&nbsp; "BorderWidth":1,</div><div>&nbsp; "BackGroundColor":"#f8f8f8"</div><div>&nbsp; }');</div><div>&nbsp;&nbsp;</div><div>&nbsp; muzeDegisiklikKaydet=muzeDegistir.AddNewProButton(muzeDegistirPanel1, 'muzeDegisiklikKaydet', ' Güncellemeleri Kaydet');</div><div>&nbsp; &nbsp;clComponent.SetupComponent(muzeDegisiklikKaydet,'{</div><div>&nbsp; &nbsp;"MarginTop":700,</div><div>&nbsp; &nbsp;"TextColor":"#fae6fc",</div><div>&nbsp; &nbsp;"TextWidth":50,</div><div>&nbsp; &nbsp;"TextHeight":10,</div><div>&nbsp; &nbsp;"TextSize":15,</div><div>&nbsp; &nbsp;"Width" :230,&nbsp;</div><div>&nbsp; &nbsp;"Height":50,</div><div>&nbsp; &nbsp;"RoundHeight":10,</div><div>&nbsp; &nbsp;"RoundWidth":10,</div><div>&nbsp; &nbsp;"BorderWidth":2,</div><div>&nbsp; &nbsp;"TextBold":"yes",</div><div>&nbsp; &nbsp;"BackGroundColor":"#e2c1c8"</div><div>&nbsp; &nbsp; }');</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; muzeDegistir.AddNewEvent(muzeDegisiklikKaydet,tbeOnClick,'UpdateMuzeData');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Clomosy.DBSQLiteConnect(Clomosy.AppFilesPath + 'ClomosyDatabase.db3', '');</div><div>&nbsp; &nbsp;</div><div>&nbsp; muzeDegistir.Run;</div><div>}</div></div>]]>
   </description>
   <pubDate>Wed, 07 Aug 2024 11:22:39 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=828&amp;PID=1502#1502</guid>
  </item> 
 </channel>
</rss>