<?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 : Text hatası</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Text hatası]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 22 Jun 2026 09:28:03 +0000</pubDate>
  <lastBuildDate>Mon, 06 Apr 2026 11:00:45 +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=1433</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[Text hatası : var MyForm: TclForm; PnlLogin:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1433&amp;PID=3265#3265</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1433<br /><strong>Gönderim Zamanı:</strong> 06&nbsp;Nisan&nbsp;2026 Saat 11:00<br /><br /><div>var</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; PnlLogin: TclProPanel;</div><div>&nbsp; PnlKayit: TclProPanel;</div><div>&nbsp; PnlAna: TclProPanel;</div><div>&nbsp; EdtKullanici: TclProEdit;</div><div>&nbsp; EdtSifre: TclProEdit;</div><div>&nbsp; EdtKayitKullanici: TclProEdit;</div><div>&nbsp; EdtKayitSifre: TclProEdit;</div><div>&nbsp; EdtKayitEmail: TclProEdit;</div><div>&nbsp; BtnGiris: TclProButton;</div><div>&nbsp; BtnKayitOl: TclProButton;</div><div>&nbsp; BtnKaydet: TclProButton;</div><div>&nbsp; BtnGeri: TclProButton;</div><div>&nbsp; BtnRotaOlustur: TclProButton;</div><div>&nbsp; BtnRotaGoster, BtnAnaGeri: TclProButton;</div><div>&nbsp; BtnKayitliRotalar: TclProButton;</div><div>&nbsp; LblLoginBaslik: TclProLabel;</div><div>&nbsp; LblKayitBaslik: TclProLabel;</div><div>&nbsp; LblMesaj: TclProLabel;</div><div>&nbsp; LblNereden: TclProLabel;</div><div>&nbsp; LblNereye: TclProLabel;</div><div>&nbsp; LblDetay: TclProLabel;</div><div>&nbsp; CmbNereden: TclComboBox;</div><div>&nbsp; CmbNereye: TclComboBox;</div><div>&nbsp; LstRotalar: TclListView;</div><div>&nbsp; KullaniciAdi: String;</div><div>&nbsp; DB: String;</div><div>&nbsp; ad: String;</div><div>&nbsp; sifre: String;</div><div>&nbsp; email: String;</div><div>&nbsp; varMi: Integer;</div><div>&nbsp; IlListesi: array&#091;0..80&#093; of String;</div><div>&nbsp; IlSayisi: Integer;</div><div>&nbsp; i: Integer;</div><div>&nbsp; benzinSayisi: Integer;</div><div>&nbsp; otelSayisi: Integer;</div><div>&nbsp; benzinListe: String;</div><div>&nbsp; otelListe: String;</div><div><br></div><div>void Baglan;</div><div>{</div><div>&nbsp; DB = Clomosy.AppFilesPath + 'rota.db3';</div><div>&nbsp; Clomosy.DBSQLiteConnect(DB, '');</div><div>}</div><div><br></div><div>void TabloKontrol;</div><div>{</div><div>&nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'CREATE TABLE IF NOT EXISTS kullanicilar (id INTEGER PRIMARY KEY, kullanici_adi TEXT, sifre TEXT, email TEXT)';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'CREATE TABLE IF NOT EXISTS rotalar (id INTEGER PRIMARY KEY, kullanici_adi TEXT, nereden TEXT, nereye TEXT, tarih TEXT)';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>}</div><div><br></div><div>void IlleriYukle;</div><div>{</div><div>&nbsp; IlSayisi = 81;</div><div>&nbsp; IlListesi&#091;0&#093; = 'Adana'; IlListesi&#091;1&#093; = 'Adıyaman'; IlListesi&#091;2&#093; = 'Afyonkarahisar'; IlListesi&#091;3&#093; = 'Ağrı';</div><div>&nbsp; IlListesi&#091;4&#093; = 'Aksaray'; IlListesi&#091;5&#093; = 'Amasya'; IlListesi&#091;6&#093; = 'Ankara'; IlListesi&#091;7&#093; = 'Antalya';</div><div>&nbsp; IlListesi&#091;8&#093; = 'Ardahan'; IlListesi&#091;9&#093; = 'Artvin'; IlListesi&#091;10&#093; = 'Aydın'; IlListesi&#091;11&#093; = 'Balıkesir';</div><div>&nbsp; IlListesi&#091;12&#093; = 'Bartın'; IlListesi&#091;13&#093; = 'Batman'; IlListesi&#091;14&#093; = 'Bayburt'; IlListesi&#091;15&#093; = 'Bilecik';</div><div>&nbsp; IlListesi&#091;16&#093; = 'Bingöl'; IlListesi&#091;17&#093; = 'Bitlis'; IlListesi&#091;18&#093; = 'Bolu'; IlListesi&#091;19&#093; = 'Burdur';</div><div>&nbsp; IlListesi&#091;20&#093; = 'Bursa'; IlListesi&#091;21&#093; = 'Çanakkale'; IlListesi&#091;22&#093; = 'Çankırı'; IlListesi&#091;23&#093; = 'Çorum';</div><div>&nbsp; IlListesi&#091;24&#093; = 'Denizli'; IlListesi&#091;25&#093; = 'Diyarbakır'; IlListesi&#091;26&#093; = 'Düzce'; IlListesi&#091;27&#093; = 'Edirne';</div><div>&nbsp; IlListesi&#091;28&#093; = 'Elazığ'; IlListesi&#091;29&#093; = 'Erzincan'; IlListesi&#091;30&#093; = 'Erzurum'; IlListesi&#091;31&#093; = 'Eskişehir';</div><div>&nbsp; IlListesi&#091;32&#093; = 'Gaziantep'; IlListesi&#091;33&#093; = 'Giresun'; IlListesi&#091;34&#093; = 'Gümüşhane'; IlListesi&#091;35&#093; = 'Hakkari';</div><div>&nbsp; IlListesi&#091;36&#093; = 'Hatay'; IlListesi&#091;37&#093; = 'Iğdır'; IlListesi&#091;38&#093; = 'Isparta'; IlListesi&#091;39&#093; = 'İstanbul';</div><div>&nbsp; IlListesi&#091;40&#093; = 'İzmir'; IlListesi&#091;41&#093; = 'Kahramanmaraş'; IlListesi&#091;42&#093; = 'Karabük'; IlListesi&#091;43&#093; = 'Karaman';</div><div>&nbsp; IlListesi&#091;44&#093; = 'Kars'; IlListesi&#091;45&#093; = 'Kastamonu'; IlListesi&#091;46&#093; = 'Kayseri'; IlListesi&#091;47&#093; = 'Kırıkkale';</div><div>&nbsp; IlListesi&#091;48&#093; = 'Kırklareli'; IlListesi&#091;49&#093; = 'Kırşehir'; IlListesi&#091;50&#093; = 'Kilis'; IlListesi&#091;51&#093; = 'Kocaeli';</div><div>&nbsp; IlListesi&#091;52&#093; = 'Konya'; IlListesi&#091;53&#093; = 'Kütahya'; IlListesi&#091;54&#093; = 'Malatya'; IlListesi&#091;55&#093; = 'Manisa';</div><div>&nbsp; IlListesi&#091;56&#093; = 'Mardin'; IlListesi&#091;57&#093; = 'Mersin'; IlListesi&#091;58&#093; = 'Muğla'; IlListesi&#091;59&#093; = 'Muş';</div><div>&nbsp; IlListesi&#091;60&#093; = 'Nevşehir'; IlListesi&#091;61&#093; = 'Niğde'; IlListesi&#091;62&#093; = 'Ordu'; IlListesi&#091;63&#093; = 'Osmaniye';</div><div>&nbsp; IlListesi&#091;64&#093; = 'Rize'; IlListesi&#091;65&#093; = 'Sakarya'; IlListesi&#091;66&#093; = 'Samsun'; IlListesi&#091;67&#093; = 'Siirt';</div><div>&nbsp; IlListesi&#091;68&#093; = 'Sinop'; IlListesi&#091;69&#093; = 'Sivas'; IlListesi&#091;70&#093; = 'Şanlıurfa'; IlListesi&#091;71&#093; = 'Şırnak';</div><div>&nbsp; IlListesi&#091;72&#093; = 'Tekirdağ'; IlListesi&#091;73&#093; = 'Tokat'; IlListesi&#091;74&#093; = 'Trabzon'; IlListesi&#091;75&#093; = 'Tunceli';</div><div>&nbsp; IlListesi&#091;76&#093; = 'Uşak'; IlListesi&#091;77&#093; = 'Van'; IlListesi&#091;78&#093; = 'Yalova'; IlListesi&#091;79&#093; = 'Yozgat';</div><div>&nbsp; IlListesi&#091;80&#093; = 'Zonguldak';</div><div>}</div><div><br></div><div>void KayitOl;</div><div>{</div><div>&nbsp; PnlLogin.Visible = False;</div><div>&nbsp; PnlKayit.Visible = True;</div><div>}</div><div><br></div><div>void KayitYap;</div><div>{</div><div>&nbsp; ad = EdtKayitKullanici.Text;</div><div>&nbsp; sifre = EdtKayitSifre.Text;</div><div>&nbsp; email = EdtKayitEmail.Text;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (ad == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Kullanıcı adı giriniz!');</div><div>&nbsp; }</div><div>&nbsp; else if (sifre == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Şifre giriniz!');</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'SELECT COUNT(*) as sayi FROM kullanicilar WHERE kullanici_adi = "' + ad + '"';</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; varMi = Clomosy.DBSQLiteQuery.FieldByName('sayi').AsInteger;</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Close;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (varMi &gt; 0)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Bu kullanıcı adı zaten alınmış!');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'INSERT INTO kullanicilar (kullanici_adi, sifre, email) VALUES ("' + ad + '", "' + sifre + '", "' + email + '")';</div><div>&nbsp; &nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Kayıt başarılı! Giriş yapabilirsiniz.');</div><div>&nbsp; &nbsp; &nbsp; EdtKayitKullanici.Text = '';</div><div>&nbsp; &nbsp; &nbsp; EdtKayitSifre.Text = '';</div><div>&nbsp; &nbsp; &nbsp; EdtKayitEmail.Text = '';</div><div>&nbsp; &nbsp; &nbsp; PnlKayit.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; PnlLogin.Visible = True;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void GirisYap;</div><div>{</div><div>&nbsp; ad = EdtKullanici.Text;</div><div>&nbsp; sifre = EdtSifre.Text;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (ad == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Kullanıcı adı giriniz!');</div><div>&nbsp; }</div><div>&nbsp; else if (sifre == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Şifre giriniz!');</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'SELECT COUNT(*) as sayi FROM kullanicilar WHERE kullanici_adi = "' + ad + '" AND sifre = "' + sifre + '"';</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; varMi = Clomosy.DBSQLiteQuery.FieldByName('sayi').AsInteger;</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Close;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (varMi &gt; 0)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; KullaniciAdi = ad;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Hoş geldin ' + KullaniciAdi);</div><div>&nbsp; &nbsp; &nbsp; PnlLogin.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; PnlAna.Visible = True;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Kullanıcı adı veya şifre hatalı!');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void GeriDon;</div><div>{</div><div>&nbsp; PnlKayit.Visible = False;</div><div>&nbsp; PnlLogin.Visible = True;</div><div>}</div><div><br></div><div>void RotaOlustur;</div><div>{</div><div>&nbsp; if ((CmbNereden.Text == '') || (CmbNereye.Text == ''))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Lütfen nereden ve nereyi seçiniz!');</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; benzinSayisi = 5 + Random(10);</div><div>&nbsp; &nbsp; otelSayisi = 3 + Random(8);</div><div>&nbsp; &nbsp; benzinListe = 'Shell, BP, Opet, Total, Petrol Ofisi';</div><div>&nbsp; &nbsp; otelListe = 'Hilton, Sheraton, Ramada, Holiday Inn, Divan';</div><div><br></div><div>&nbsp; &nbsp; LblDetay.Text = '&#128663; ROTA: ' + CmbNereden.Text + ' -&gt; ' + CmbNereye.Text + #13#10 + #13#10 +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&#9981; Benzin İstasyonları: ' + IntToStr(benzinSayisi) + ' adet' + #13#10 +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&nbsp; &nbsp;Örnek: ' + benzinListe + #13#10 + #13#10 +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&#127976; Oteller: ' + IntToStr(otelSayisi) + ' adet' + #13#10 +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&nbsp; &nbsp;Örnek: ' + otelListe;</div><div>&nbsp; &nbsp; LblDetay.Visible = True;</div><div><br></div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'INSERT INTO rotalar (kullanici_adi, nereden, nereye, tarih) VALUES ("' + KullaniciAdi + '", "' + CmbNereden.Text + '", "' + CmbNereye.Text + '", "' + DateTimeToStr(Now) + '")';</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void KayitliRotalariGoster;</div><div>var</div><div>&nbsp; jsonStr: String;</div><div>{</div><div>&nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'SELECT nereden as MAIN_TEXT, nereye as SUB_TEXT, tarih as SIDE_TEXT_BOTTOM FROM rotalar WHERE kullanici_adi = "' + KullaniciAdi + '" ORDER BY id DESC';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div><br></div><div>&nbsp; LstRotalar.clLoadListViewDataFromDataset(Clomosy.DBSQLiteQuery);</div><div>&nbsp; Clomosy.DBSQLiteQuery.Close;</div><div><br></div><div>&nbsp; LstRotalar.Visible = True;</div><div>&nbsp; LblDetay.Visible = False;</div><div>&nbsp; BtnRotaGoster.Visible = True;</div><div>&nbsp; BtnAnaGeri.Visible = True;</div><div>}</div><div><br></div><div>void AnaMenuGoster;</div><div>{</div><div>&nbsp; LstRotalar.Visible = False;</div><div>&nbsp; LblDetay.Visible = False;</div><div>&nbsp; BtnRotaGoster.Visible = False;</div><div>&nbsp; BtnAnaGeri.Visible = False;&nbsp;</div><div>&nbsp; PnlAna.Visible = True;</div><div>}</div><div><br></div><div>{</div><div>&nbsp; MyForm = TclForm.Create(Self);</div><div>&nbsp; MyForm.SetFormBGImage('<a href="https://images.clomosy.com/media/ThemeStyle5.png" target="_blank" rel="nofollow">https://images.clomosy.com/media/ThemeStyle5.png</a>');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Baglan;</div><div>&nbsp; TabloKontrol;</div><div>&nbsp; IlleriYukle;</div><div>&nbsp;&nbsp;</div><div>&nbsp; PnlLogin = MyForm.AddNewProPanel(MyForm, 'PnlLogin');</div><div>&nbsp; PnlLogin.Align = alClient;</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblLoginBaslik = MyForm.AddNewProLabel(PnlLogin, 'LblLoginBaslik', '&#128663; ROTA PLANLAYICI &#127976;');</div><div>&nbsp; clComponent.SetupComponent(LblLoginBaslik, '{"Align":"top","Height":80,"MarginTop":60,"TextSize":28,"TextBold":"yes","TextColor":"#ffffff","TextHorizontalAlign":"center"}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; EdtKullanici = MyForm.AddNewProEdit(PnlLogin, 'EdtKullanici', '');</div><div>&nbsp; clComponent.SetupComponent(EdtKullanici, '{"Align":"top","Height":50,"MarginTop":40,"MarginLeft":40,"MarginRight":40,"PlaceHolder":"Kullanıcı Adı Giriniz","TextColor":"#000000","BackGroundColor":"#ffffff","RoundHeight":10}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; EdtSifre = MyForm.AddNewProEdit(PnlLogin, 'EdtSifre', '');</div><div>&nbsp; clComponent.SetupComponent(EdtSifre, '{"Align":"top","Height":50,"MarginTop":20,"MarginLeft":40,"MarginRight":40,"PlaceHolder":"Şifre Giriniz","TextColor":"#000000","BackGroundColor":"#ffffff","RoundHeight":10,"Password":true}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnGiris = MyForm.AddNewProButton(PnlLogin, 'BtnGiris', '&#128640; GİRİŞ YAP');</div><div>&nbsp; clComponent.SetupComponent(BtnGiris, '{"Align":"top","Height":55,"MarginTop":30,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#27ae60","TextColor":"#ffffff","TextSize":18,"RoundHeight":12}');</div><div>&nbsp; MyForm.AddNewEvent(BtnGiris, tbeOnClick, 'GirisYap');</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnKayitOl = MyForm.AddNewProButton(PnlLogin, 'BtnKayitOl', '&#128221; KAYIT OL');</div><div>&nbsp; clComponent.SetupComponent(BtnKayitOl, '{"Align":"top","Height":55,"MarginTop":15,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#3498db","TextColor":"#ffffff","TextSize":18,"RoundHeight":12}');</div><div>&nbsp; MyForm.AddNewEvent(BtnKayitOl, tbeOnClick, 'KayitOl');</div><div>&nbsp;&nbsp;</div><div>&nbsp; PnlKayit = MyForm.AddNewProPanel(MyForm, 'PnlKayit');</div><div>&nbsp; PnlKayit.Align = alClient;</div><div>&nbsp; PnlKayit.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblKayitBaslik = MyForm.AddNewProLabel(PnlKayit, 'LblKayitBaslik', '&#128221; YENİ ÜYE');</div><div>&nbsp; clComponent.SetupComponent(LblKayitBaslik, '{"Align":"top","Height":80,"MarginTop":40,"TextSize":28,"TextBold":"yes","TextColor":"#ffffff","TextHorizontalAlign":"center"}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; EdtKayitKullanici = MyForm.AddNewProEdit(PnlKayit, 'EdtKayitKullanici', '');</div><div>&nbsp; clComponent.SetupComponent(EdtKayitKullanici, '{"Align":"top","Height":50,"MarginTop":30,"MarginLeft":40,"MarginRight":40,"PlaceHolder":"Kullanıcı Adı Giriniz","TextColor":"#000000","BackGroundColor":"#ffffff","RoundHeight":10}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; EdtKayitSifre = MyForm.AddNewProEdit(PnlKayit, 'EdtKayitSifre', '');</div><div>&nbsp; clComponent.SetupComponent(EdtKayitSifre, '{"Align":"top","Height":50,"MarginTop":15,"MarginLeft":40,"MarginRight":40,"PlaceHolder":"Şifre Giriniz","TextColor":"#000000","BackGroundColor":"#ffffff","RoundHeight":10,"Password":true}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; EdtKayitEmail = MyForm.AddNewProEdit(PnlKayit, 'EdtKayitEmail', '');</div><div>&nbsp; clComponent.SetupComponent(EdtKayitEmail, '{"Align":"top","Height":50,"MarginTop":15,"MarginLeft":40,"MarginRight":40,"PlaceHolder":"E-posta Adresiniz","TextColor":"#000000","BackGroundColor":"#ffffff","RoundHeight":10}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnKaydet = MyForm.AddNewProButton(PnlKayit, 'BtnKaydet', '&#9989; KAYDET');</div><div>&nbsp; clComponent.SetupComponent(BtnKaydet, '{"Align":"top","Height":55,"MarginTop":30,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#27ae60","TextColor":"#ffffff","TextSize":18,"RoundHeight":12}');</div><div>&nbsp; MyForm.AddNewEvent(BtnKaydet, tbeOnClick, 'KayitYap');</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnGeri = MyForm.AddNewProButton(PnlKayit, 'BtnGeri', '&#9664; GERİ');</div><div>&nbsp; clComponent.SetupComponent(BtnGeri, '{"Align":"bottom","Width":100,"Height":50,"MarginBottom":20,"MarginLeft":20,"BackGroundColor":"#e67e22","TextColor":"#ffffff","RoundHeight":10}');</div><div>&nbsp; MyForm.AddNewEvent(BtnGeri, tbeOnClick, 'GeriDon');</div><div>&nbsp;&nbsp;</div><div>&nbsp; PnlAna = MyForm.AddNewProPanel(MyForm, 'PnlAna');</div><div>&nbsp; PnlAna.Align = alClient;</div><div>&nbsp; PnlAna.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblNereden = MyForm.AddNewProLabel(PnlAna, 'LblNereden', 'Nereden');</div><div>&nbsp; clComponent.SetupComponent(LblNereden, '{"Align":"top","Height":30,"MarginTop":20,"MarginLeft":40,"TextSize":16,"TextBold":"yes","TextColor":"#ffffff"}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; CmbNereden = MyForm.AddNewComboBox(PnlAna, 'CmbNereden');</div><div>&nbsp; CmbNereden.Align = alTop;</div><div>&nbsp; CmbNereden.Height = 45;</div><div>&nbsp; CmbNereden.Margins.Top = 5;</div><div>&nbsp; CmbNereden.Margins.Left = 40;</div><div>&nbsp; CmbNereden.Margins.Right = 40;</div><div>&nbsp; for i = 0 to IlSayisi - 1</div><div>&nbsp; {&nbsp;</div><div>&nbsp; &nbsp; CmbNereden.Items.Add(IlListesi<em>);&nbsp;</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblNereye = MyForm.AddNewProLabel(PnlAna, 'LblNereye', 'Nereye');</div><div>&nbsp; clComponent.SetupComponent(LblNereye, '{"Align":"top","Height":30,"MarginTop":10,"MarginLeft":40,"TextSize":16,"TextBold":"yes","TextColor":"#ffffff"}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; CmbNereye = MyForm.AddNewComboBox(PnlAna, 'CmbNereye');</div><div>&nbsp; CmbNereye.Align = alTop;</div><div>&nbsp; CmbNereye.Height = 45;</div><div>&nbsp; CmbNereye.Margins.Top = 5;</div><div>&nbsp; CmbNereye.Margins.Left = 40;</div><div>&nbsp; CmbNereye.Margins.Right = 40;</div><div>&nbsp; for i = 0 to IlSayisi - 1&nbsp;</div><div>&nbsp; {</div><div>&nbsp; &nbsp; CmbNereye.Items.Add(IlListesi<em>);&nbsp;</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnRotaOlustur = MyForm.AddNewProButton(PnlAna, 'BtnRotaOlustur', '&#128640; ROTA OLUŞTUR');</div><div>&nbsp; clComponent.SetupComponent(BtnRotaOlustur, '{"Align":"top","Height":55,"MarginTop":20,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#27ae60","TextColor":"#ffffff","TextSize":16,"RoundHeight":12}');</div><div>&nbsp; MyForm.AddNewEvent(BtnRotaOlustur, tbeOnClick, 'RotaOlustur');</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnKayitliRotalar = MyForm.AddNewProButton(PnlAna, 'BtnKayitliRotalar', '&#128203; KAYITLI ROTALAR');</div><div>&nbsp; clComponent.SetupComponent(BtnKayitliRotalar, '{"Align":"top","Height":55,"MarginTop":10,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#2980b9","TextColor":"#ffffff","TextSize":16,"RoundHeight":12}');</div><div>&nbsp; MyForm.AddNewEvent(BtnKayitliRotalar, tbeOnClick, 'KayitliRotalariGoster');</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblDetay = MyForm.AddNewProLabel(PnlAna, 'LblDetay', '');</div><div>&nbsp; clComponent.SetupComponent(LblDetay, '{"Align":"top","MarginTop":15,"MarginLeft":40,"MarginRight":40,"TextSize":14,"TextColor":"#ffffff","TextHorizontalAlign":"left"}');</div><div>&nbsp; LblDetay.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; LstRotalar = MyForm.AddNewListView(PnlAna, 'LstRotalar');</div><div>&nbsp; LstRotalar.Align = alTop;</div><div>&nbsp; LstRotalar.Height = 400;</div><div>&nbsp; LstRotalar.Margins.Top = 10;</div><div>&nbsp; LstRotalar.Margins.Left = 20;</div><div>&nbsp; LstRotalar.Margins.Right = 20;</div><div>&nbsp; LstRotalar.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnRotaGoster = MyForm.AddNewProButton(PnlAna, 'BtnRotaGoster', '&#128506;&#65039; SEÇİLEN ROTAYI GÖSTER');</div><div>&nbsp; clComponent.SetupComponent(BtnRotaGoster, '{"Align":"top","Height":50,"MarginTop":10,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#e67e22","TextColor":"#ffffff","TextSize":14,"RoundHeight":10}');</div><div>&nbsp; BtnRotaGoster.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnAnaGeri = MyForm.AddNewProButton(PnlAna, 'BtnAnaGeri', '&#9664; ANA MENÜ');</div><div>&nbsp; clComponent.SetupComponent(BtnAnaGeri, '{"Align":"bottom","Width":120,"Height":50,"MarginBottom":20,"MarginLeft":20,"BackGroundColor":"#e67e22","TextColor":"#ffffff","RoundHeight":10}');</div><div>&nbsp; MyForm.AddNewEvent(BtnAnaGeri, tbeOnClick, 'AnaMenuGoster');</div><div>&nbsp; BtnAnaGeri.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.Run;</div><div>}</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Mon, 06 Apr 2026 11:00:45 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1433&amp;PID=3265#3265</guid>
  </item> 
  <item>
   <title><![CDATA[Text hatası : Hocam kafay&#305; y&#305;cem oray&#305; d&#252;zeltiyom...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1433&amp;PID=3264#3264</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=396">DuCi03131</a><br /><strong>Konu:</strong> 1433<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Nisan&nbsp;2026 Saat 21:08<br /><br />Hocam kafayı yıcem orayı düzeltiyom başka yer hata veriyo baska yeri düzeltiyom baska yer hata veriyo&nbsp;<div><br><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous"><div><div>var</div><div>&nbsp; MyForm: TclForm;</div><div>&nbsp; PnlLogin: TclProPanel;</div><div>&nbsp; PnlKayit: TclProPanel;</div><div>&nbsp; PnlAna: TclProPanel;</div><div>&nbsp; EdtKullanici: TclProEdit;</div><div>&nbsp; EdtSifre: TclProEdit;</div><div>&nbsp; EdtKayitKullanici: TclProEdit;</div><div>&nbsp; EdtKayitSifre: TclProEdit;</div><div>&nbsp; EdtKayitEmail: TclProEdit;</div><div>&nbsp; BtnGiris: TclProButton;</div><div>&nbsp; BtnKayitOl: TclProButton;</div><div>&nbsp; BtnKaydet: TclProButton;</div><div>&nbsp; BtnGeri: TclProButton;</div><div>&nbsp; BtnRotaOlustur: TclProButton;</div><div>&nbsp; BtnRotaGoster: TclProButton;</div><div>&nbsp; BtnKayitliRotalar: TclProButton;</div><div>&nbsp; LblLoginBaslik: TclProLabel;</div><div>&nbsp; LblKayitBaslik: TclProLabel;</div><div>&nbsp; LblMesaj: TclProLabel;</div><div>&nbsp; LblNereden: TclProLabel;</div><div>&nbsp; LblNereye: TclProLabel;</div><div>&nbsp; LblDetay: TclProLabel;</div><div>&nbsp; CmbNereden: TclComboBox;</div><div>&nbsp; CmbNereye: TclComboBox;</div><div>&nbsp; LstRotalar: TclListView;</div><div>&nbsp; KullaniciAdi: String;</div><div>&nbsp; DB: String;</div><div>&nbsp; ad: String;</div><div>&nbsp; sifre: String;</div><div>&nbsp; email: String;</div><div>&nbsp; varMi: Integer;</div><div>&nbsp; IlListesi: array&#091;0..80&#093; of String;</div><div>&nbsp; IlSayisi: Integer;</div><div>&nbsp; i: Integer;</div><div>&nbsp; benzinSayisi: Integer;</div><div>&nbsp; otelSayisi: Integer;</div><div>&nbsp; benzinListe: String;</div><div>&nbsp; otelListe: String;</div><div><br></div><div>void Baglan;</div><div>{</div><div>&nbsp; if (Clomosy.PlatformIsMobile)</div><div>&nbsp; &nbsp; DB = Clomosy.AppFilesPath + 'rota.db3'</div><div>&nbsp; else</div><div>&nbsp; &nbsp; DB = Clomosy.AppFilesPath + 'rota.db3';</div><div>&nbsp; Clomosy.DBSQLiteConnect(DB, '');</div><div>}</div><div><br></div><div>void TabloKontrol;</div><div>{</div><div>&nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'CREATE TABLE IF NOT EXISTS kullanicilar (id INTEGER PRIMARY KEY, kullanici_adi TEXT, sifre TEXT, email TEXT)';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'CREATE TABLE IF NOT EXISTS rotalar (id INTEGER PRIMARY KEY, kullanici_adi TEXT, nereden TEXT, nereye TEXT, tarih TEXT)';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>}</div><div><br></div><div>void IlleriYukle;</div><div>{</div><div>&nbsp; IlSayisi = 81;</div><div>&nbsp; IlListesi&#091;0&#093; = 'Adana'; IlListesi&#091;1&#093; = 'Adıyaman'; IlListesi&#091;2&#093; = 'Afyonkarahisar'; IlListesi&#091;3&#093; = 'Ağrı';</div><div>&nbsp; IlListesi&#091;4&#093; = 'Aksaray'; IlListesi&#091;5&#093; = 'Amasya'; IlListesi&#091;6&#093; = 'Ankara'; IlListesi&#091;7&#093; = 'Antalya';</div><div>&nbsp; IlListesi&#091;8&#093; = 'Ardahan'; IlListesi&#091;9&#093; = 'Artvin'; IlListesi&#091;10&#093; = 'Aydın'; IlListesi&#091;11&#093; = 'Balıkesir';</div><div>&nbsp; IlListesi&#091;12&#093; = 'Bartın'; IlListesi&#091;13&#093; = 'Batman'; IlListesi&#091;14&#093; = 'Bayburt'; IlListesi&#091;15&#093; = 'Bilecik';</div><div>&nbsp; IlListesi&#091;16&#093; = 'Bingöl'; IlListesi&#091;17&#093; = 'Bitlis'; IlListesi&#091;18&#093; = 'Bolu'; IlListesi&#091;19&#093; = 'Burdur';</div><div>&nbsp; IlListesi&#091;20&#093; = 'Bursa'; IlListesi&#091;21&#093; = 'Çanakkale'; IlListesi&#091;22&#093; = 'Çankırı'; IlListesi&#091;23&#093; = 'Çorum';</div><div>&nbsp; IlListesi&#091;24&#093; = 'Denizli'; IlListesi&#091;25&#093; = 'Diyarbakır'; IlListesi&#091;26&#093; = 'Düzce'; IlListesi&#091;27&#093; = 'Edirne';</div><div>&nbsp; IlListesi&#091;28&#093; = 'Elazığ'; IlListesi&#091;29&#093; = 'Erzincan'; IlListesi&#091;30&#093; = 'Erzurum'; IlListesi&#091;31&#093; = 'Eskişehir';</div><div>&nbsp; IlListesi&#091;32&#093; = 'Gaziantep'; IlListesi&#091;33&#093; = 'Giresun'; IlListesi&#091;34&#093; = 'Gümüşhane'; IlListesi&#091;35&#093; = 'Hakkari';</div><div>&nbsp; IlListesi&#091;36&#093; = 'Hatay'; IlListesi&#091;37&#093; = 'Iğdır'; IlListesi&#091;38&#093; = 'Isparta'; IlListesi&#091;39&#093; = 'İstanbul';</div><div>&nbsp; IlListesi&#091;40&#093; = 'İzmir'; IlListesi&#091;41&#093; = 'Kahramanmaraş'; IlListesi&#091;42&#093; = 'Karabük'; IlListesi&#091;43&#093; = 'Karaman';</div><div>&nbsp; IlListesi&#091;44&#093; = 'Kars'; IlListesi&#091;45&#093; = 'Kastamonu'; IlListesi&#091;46&#093; = 'Kayseri'; IlListesi&#091;47&#093; = 'Kırıkkale';</div><div>&nbsp; IlListesi&#091;48&#093; = 'Kırklareli'; IlListesi&#091;49&#093; = 'Kırşehir'; IlListesi&#091;50&#093; = 'Kilis'; IlListesi&#091;51&#093; = 'Kocaeli';</div><div>&nbsp; IlListesi&#091;52&#093; = 'Konya'; IlListesi&#091;53&#093; = 'Kütahya'; IlListesi&#091;54&#093; = 'Malatya'; IlListesi&#091;55&#093; = 'Manisa';</div><div>&nbsp; IlListesi&#091;56&#093; = 'Mardin'; IlListesi&#091;57&#093; = 'Mersin'; IlListesi&#091;58&#093; = 'Muğla'; IlListesi&#091;59&#093; = 'Muş';</div><div>&nbsp; IlListesi&#091;60&#093; = 'Nevşehir'; IlListesi&#091;61&#093; = 'Niğde'; IlListesi&#091;62&#093; = 'Ordu'; IlListesi&#091;63&#093; = 'Osmaniye';</div><div>&nbsp; IlListesi&#091;64&#093; = 'Rize'; IlListesi&#091;65&#093; = 'Sakarya'; IlListesi&#091;66&#093; = 'Samsun'; IlListesi&#091;67&#093; = 'Siirt';</div><div>&nbsp; IlListesi&#091;68&#093; = 'Sinop'; IlListesi&#091;69&#093; = 'Sivas'; IlListesi&#091;70&#093; = 'Şanlıurfa'; IlListesi&#091;71&#093; = 'Şırnak';</div><div>&nbsp; IlListesi&#091;72&#093; = 'Tekirdağ'; IlListesi&#091;73&#093; = 'Tokat'; IlListesi&#091;74&#093; = 'Trabzon'; IlListesi&#091;75&#093; = 'Tunceli';</div><div>&nbsp; IlListesi&#091;76&#093; = 'Uşak'; IlListesi&#091;77&#093; = 'Van'; IlListesi&#091;78&#093; = 'Yalova'; IlListesi&#091;79&#093; = 'Yozgat';</div><div>&nbsp; IlListesi&#091;80&#093; = 'Zonguldak';</div><div>}</div><div><br></div><div>void KayitOl;</div><div>{</div><div>&nbsp; PnlLogin.Visible = False;</div><div>&nbsp; PnlKayit.Visible = True;</div><div>}</div><div><br></div><div>void KayitYap;</div><div>{</div><div>&nbsp; ad = EdtKayitKullanici.Text;</div><div>&nbsp; sifre = EdtKayitSifre.Text;</div><div>&nbsp; email = EdtKayitEmail.Text;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (ad == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Kullanıcı adı giriniz!');</div><div>&nbsp; }</div><div>&nbsp; else if (sifre == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Şifre giriniz!');</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'SELECT COUNT(*) as sayi FROM kullanicilar WHERE kullanici_adi = "' + ad + '"';</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; varMi = Clomosy.DBSQLiteQuery.FieldByName('sayi').AsInteger;</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Close;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (varMi &gt; 0)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Bu kullanıcı adı zaten alınmış!');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'INSERT INTO kullanicilar (kullanici_adi, sifre, email) VALUES ("' + ad + '", "' + sifre + '", "' + email + '")';</div><div>&nbsp; &nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Kayıt başarılı! Giriş yapabilirsiniz.');</div><div>&nbsp; &nbsp; &nbsp; EdtKayitKullanici.Text = '';</div><div>&nbsp; &nbsp; &nbsp; EdtKayitSifre.Text = '';</div><div>&nbsp; &nbsp; &nbsp; EdtKayitEmail.Text = '';</div><div>&nbsp; &nbsp; &nbsp; PnlKayit.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; PnlLogin.Visible = True;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void GirisYap;</div><div>{</div><div>&nbsp; ad = EdtKullanici.Text;</div><div>&nbsp; sifre = EdtSifre.Text;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if (ad == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Kullanıcı adı giriniz!');</div><div>&nbsp; }</div><div>&nbsp; else if (sifre == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Şifre giriniz!');</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'SELECT COUNT(*) as sayi FROM kullanicilar WHERE kullanici_adi = "' + ad + '" AND sifre = "' + sifre + '"';</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; varMi = Clomosy.DBSQLiteQuery.FieldByName('sayi').AsInteger;</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Close;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (varMi &gt; 0)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; KullaniciAdi = ad;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Hoş geldin ' + KullaniciAdi);</div><div>&nbsp; &nbsp; &nbsp; PnlLogin.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; PnlAna.Visible = True;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Kullanıcı adı veya şifre hatalı!');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void GeriDon;</div><div>{</div><div>&nbsp; PnlKayit.Visible = False;</div><div>&nbsp; PnlLogin.Visible = True;</div><div>}</div><div><br></div><div>void RotaOlustur;</div><div>{</div><div>&nbsp; if (CmbNereden.Text == '' || CmbNereye.Text == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Lütfen nereden ve nereyi seçiniz!');</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; benzinSayisi = 5 + Random(10);</div><div>&nbsp; &nbsp; otelSayisi = 3 + Random(8);</div><div>&nbsp; &nbsp; benzinListe = 'Shell, BP, Opet, Total, Petrol Ofisi';</div><div>&nbsp; &nbsp; otelListe = 'Hilton, Sheraton, Ramada, Holiday Inn, Divan';</div><div><br></div><div>&nbsp; &nbsp; LblDetay.Text = '&#128663; ROTA: ' + CmbNereden.Text + ' &#8594; ' + CmbNereye.Text + '\n\n' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&#9981; Benzin İstasyonları: ' + IntToStr(benzinSayisi) + ' adet\n' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&nbsp; &nbsp;Örnek: ' + benzinListe + '\n\n' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&#127976; Oteller: ' + IntToStr(otelSayisi) + ' adet\n' +</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; '&nbsp; &nbsp;Örnek: ' + otelListe;</div><div>&nbsp; &nbsp; LblDetay.Visible = True;</div><div><br></div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'INSERT INTO rotalar (kullanici_adi, nereden, nereye, tarih) VALUES ("' + KullaniciAdi + '", "' + CmbNereden.Text + '", "' + CmbNereye.Text + '", "' + DateTimeToStr(Now) + '")';</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; }</div><div>}</div><div><br></div><div>void KayitliRotalariGoster;</div><div>{</div><div>&nbsp; LstRotalar.Free;</div><div>&nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'SELECT nereden, nereye, tarih FROM rotalar WHERE kullanici_adi = "' + KullaniciAdi + '" ORDER BY id DESC';</div><div>&nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; while (Clomosy.DBSQLiteQuery.Eof == False)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; LstRotalar.Items.Add;</div><div>&nbsp; &nbsp; LstRotalar.Items.Item&#091;LstRotalar.Items.Count-1&#093;.Text = Clomosy.DBSQLiteQuery.FieldByName('nereden').AsString + ' &#8594; ' + Clomosy.DBSQLiteQuery.FieldByName('nereye').AsString;</div><div>&nbsp; &nbsp; LstRotalar.Items.Item&#091;LstRotalar.Items.Count-1&#093;.SubItems.Add(Clomosy.DBSQLiteQuery.FieldByName('tarih').AsString);</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Next;</div><div>&nbsp; }</div><div>&nbsp; Clomosy.DBSQLiteQuery.Close;</div><div>&nbsp; LstRotalar.Visible = True;</div><div>&nbsp; LblDetay.Visible = False;</div><div>&nbsp; BtnRotaGoster.Visible = True;</div><div>&nbsp; BtnGeri.Visible = True;</div><div>}</div><div><br></div><div>void AnaMenuGoster;</div><div>{</div><div>&nbsp; LstRotalar.Visible = False;</div><div>&nbsp; LblDetay.Visible = False;</div><div>&nbsp; BtnRotaGoster.Visible = False;</div><div>&nbsp; BtnGeri.Visible = False;</div><div>&nbsp; PnlAna.Visible = True;</div><div>}</div><div><br></div><div>{</div><div>&nbsp; MyForm = TclForm.Create(Self);</div><div>&nbsp; MyForm.SetFormBGImage('<a href="https://images.clomosy.com/media/ThemeStyle5.png" target="_blank" rel="nofollow">https://images.clomosy.com/media/ThemeStyle5.png</a>');</div><div>&nbsp;&nbsp;</div><div>&nbsp; Baglan;</div><div>&nbsp; TabloKontrol;</div><div>&nbsp; IlleriYukle;</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Login Paneli</div><div>&nbsp; PnlLogin = MyForm.AddNewProPanel(MyForm, 'PnlLogin');</div><div>&nbsp; PnlLogin.Align = alClient;</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblLoginBaslik = MyForm.AddNewProLabel(PnlLogin, 'LblLoginBaslik', '&#128663; ROTA PLANLAYICI &#127976;');</div><div>&nbsp; clComponent.SetupComponent(LblLoginBaslik, '{"Align":"top","Height":80,"MarginTop":60,"TextSize":28,"TextBold":"yes","TextColor":"#ffffff","TextHorizontalAlign":"center"}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; EdtKullanici = MyForm.AddNewProEdit(PnlLogin, 'EdtKullanici', '');</div><div>&nbsp; clComponent.SetupComponent(EdtKullanici, '{"Align":"top","Height":50,"MarginTop":40,"MarginLeft":40,"MarginRight":40,"PlaceHolder":"Kullanıcı Adı Giriniz","TextColor":"#000000","BackGroundColor":"#ffffff","RoundHeight":10}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; EdtSifre = MyForm.AddNewProEdit(PnlLogin, 'EdtSifre', '');</div><div>&nbsp; clComponent.SetupComponent(EdtSifre, '{"Align":"top","Height":50,"MarginTop":20,"MarginLeft":40,"MarginRight":40,"PlaceHolder":"Şifre Giriniz","TextColor":"#000000","BackGroundColor":"#ffffff","RoundHeight":10,"Password":true}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnGiris = MyForm.AddNewProButton(PnlLogin, 'BtnGiris', '&#128640; GİRİŞ YAP');</div><div>&nbsp; clComponent.SetupComponent(BtnGiris, '{"Align":"top","Height":55,"MarginTop":30,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#27ae60","TextColor":"#ffffff","TextSize":18,"RoundHeight":12}');</div><div>&nbsp; BtnGiris.OnClick = 'GirisYap';</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnKayitOl = MyForm.AddNewProButton(PnlLogin, 'BtnKayitOl', '&#128221; KAYIT OL');</div><div>&nbsp; clComponent.SetupComponent(BtnKayitOl, '{"Align":"top","Height":55,"MarginTop":15,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#3498db","TextColor":"#ffffff","TextSize":18,"RoundHeight":12}');</div><div>&nbsp; BtnKayitOl.OnClick = 'KayitOl';</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Kayıt Paneli</div><div>&nbsp; PnlKayit = MyForm.AddNewProPanel(MyForm, 'PnlKayit');</div><div>&nbsp; PnlKayit.Align = alClient;</div><div>&nbsp; PnlKayit.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblKayitBaslik = MyForm.AddNewProLabel(PnlKayit, 'LblKayitBaslik', '&#128221; YENİ ÜYE');</div><div>&nbsp; clComponent.SetupComponent(LblKayitBaslik, '{"Align":"top","Height":80,"MarginTop":40,"TextSize":28,"TextBold":"yes","TextColor":"#ffffff","TextHorizontalAlign":"center"}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; EdtKayitKullanici = MyForm.AddNewProEdit(PnlKayit, 'EdtKayitKullanici', '');</div><div>&nbsp; clComponent.SetupComponent(EdtKayitKullanici, '{"Align":"top","Height":50,"MarginTop":30,"MarginLeft":40,"MarginRight":40,"PlaceHolder":"Kullanıcı Adı Giriniz","TextColor":"#000000","BackGroundColor":"#ffffff","RoundHeight":10}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; EdtKayitSifre = MyForm.AddNewProEdit(PnlKayit, 'EdtKayitSifre', '');</div><div>&nbsp; clComponent.SetupComponent(EdtKayitSifre, '{"Align":"top","Height":50,"MarginTop":15,"MarginLeft":40,"MarginRight":40,"PlaceHolder":"Şifre Giriniz","TextColor":"#000000","BackGroundColor":"#ffffff","RoundHeight":10,"Password":true}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; EdtKayitEmail = MyForm.AddNewProEdit(PnlKayit, 'EdtKayitEmail', '');</div><div>&nbsp; clComponent.SetupComponent(EdtKayitEmail, '{"Align":"top","Height":50,"MarginTop":15,"MarginLeft":40,"MarginRight":40,"PlaceHolder":"E-posta Adresiniz","TextColor":"#000000","BackGroundColor":"#ffffff","RoundHeight":10}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnKaydet = MyForm.AddNewProButton(PnlKayit, 'BtnKaydet', '&#9989; KAYDET');</div><div>&nbsp; clComponent.SetupComponent(BtnKaydet, '{"Align":"top","Height":55,"MarginTop":30,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#27ae60","TextColor":"#ffffff","TextSize":18,"RoundHeight":12}');</div><div>&nbsp; BtnKaydet.OnClick = 'KayitYap';</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnGeri = MyForm.AddNewProButton(PnlKayit, 'BtnGeri', '&#9664; GERİ');</div><div>&nbsp; clComponent.SetupComponent(BtnGeri, '{"Align":"bottom","Width":100,"Height":50,"MarginBottom":20,"MarginLeft":20,"BackGroundColor":"#e67e22","TextColor":"#ffffff","RoundHeight":10}');</div><div>&nbsp; BtnGeri.OnClick = 'GeriDon';</div><div>&nbsp;&nbsp;</div><div>&nbsp; // Ana Menü</div><div>&nbsp; PnlAna = MyForm.AddNewProPanel(MyForm, 'PnlAna');</div><div>&nbsp; PnlAna.Align = alClient;</div><div>&nbsp; PnlAna.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblNereden = MyForm.AddNewProLabel(PnlAna, 'LblNereden', 'Nereden');</div><div>&nbsp; clComponent.SetupComponent(LblNereden, '{"Align":"top","Height":30,"MarginTop":20,"MarginLeft":40,"TextSize":16,"TextBold":"yes","TextColor":"#ffffff"}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; CmbNereden = MyForm.AddNewComboBox(PnlAna, 'CmbNereden');</div><div>&nbsp; CmbNereden.Align = alTop;</div><div>&nbsp; CmbNereden.Height = 45;</div><div>&nbsp; CmbNereden.Margins.Top = 5;</div><div>&nbsp; CmbNereden.Margins.Left = 40;</div><div>&nbsp; CmbNereden.Margins.Right = 40;</div><div>&nbsp; CmbNereden.AutoComplete = True;</div><div>&nbsp; for (i = 0 to IlSayisi - 1) CmbNereden.Items.Add(IlListesi<em>);</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblNereye = MyForm.AddNewProLabel(PnlAna, 'LblNereye', 'Nereye');</div><div>&nbsp; clComponent.SetupComponent(LblNereye, '{"Align":"top","Height":30,"MarginTop":10,"MarginLeft":40,"TextSize":16,"TextBold":"yes","TextColor":"#ffffff"}');</div><div>&nbsp;&nbsp;</div><div>&nbsp; CmbNereye = MyForm.AddNewComboBox(PnlAna, 'CmbNereye');</div><div>&nbsp; CmbNereye.Align = alTop;</div><div>&nbsp; CmbNereye.Height = 45;</div><div>&nbsp; CmbNereye.Margins.Top = 5;</div><div>&nbsp; CmbNereye.Margins.Left = 40;</div><div>&nbsp; CmbNereye.Margins.Right = 40;</div><div>&nbsp; CmbNereye.AutoComplete = True;</div><div>&nbsp; for (i = 0 to IlSayisi - 1) CmbNereye.Items.Add(IlListesi<em>);</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnRotaOlustur = MyForm.AddNewProButton(PnlAna, 'BtnRotaOlustur', '&#128640; ROTA OLUŞTUR');</div><div>&nbsp; clComponent.SetupComponent(BtnRotaOlustur, '{"Align":"top","Height":55,"MarginTop":20,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#27ae60","TextColor":"#ffffff","TextSize":16,"RoundHeight":12}');</div><div>&nbsp; BtnRotaOlustur.OnClick = 'RotaOlustur';</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnKayitliRotalar = MyForm.AddNewProButton(PnlAna, 'BtnKayitliRotalar', '&#128203; KAYITLI ROTALAR');</div><div>&nbsp; clComponent.SetupComponent(BtnKayitliRotalar, '{"Align":"top","Height":55,"MarginTop":10,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#2980b9","TextColor":"#ffffff","TextSize":16,"RoundHeight":12}');</div><div>&nbsp; BtnKayitliRotalar.OnClick = 'KayitliRotalariGoster';</div><div>&nbsp;&nbsp;</div><div>&nbsp; LblDetay = MyForm.AddNewProLabel(PnlAna, 'LblDetay', '');</div><div>&nbsp; clComponent.SetupComponent(LblDetay, '{"Align":"top","MarginTop":15,"MarginLeft":40,"MarginRight":40,"TextSize":14,"TextColor":"#ffffff","TextHorizontalAlign":"left"}');</div><div>&nbsp; LblDetay.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; LstRotalar = MyForm.AddNewListView(PnlAna, 'LstRotalar');</div><div>&nbsp; LstRotalar.Align = alTop;</div><div>&nbsp; LstRotalar.Height = 400;</div><div>&nbsp; LstRotalar.Margins.Top = 10;</div><div>&nbsp; LstRotalar.Margins.Left = 20;</div><div>&nbsp; LstRotalar.Margins.Right = 20;</div><div>&nbsp; LstRotalar.Visible = False;</div><div>&nbsp; LstRotalar.Columns.Add('Rota', 250);</div><div>&nbsp; LstRotalar.Columns.Add('Tarih', 150);</div><div>&nbsp; LstRotalar.ViewStyle = vsReport;</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnRotaGoster = MyForm.AddNewProButton(PnlAna, 'BtnRotaGoster', '&#128506;&#65039; SEÇİLEN ROTAYI GÖSTER');</div><div>&nbsp; clComponent.SetupComponent(BtnRotaGoster, '{"Align":"top","Height":50,"MarginTop":10,"MarginLeft":40,"MarginRight":40,"BackGroundColor":"#e67e22","TextColor":"#ffffff","TextSize":14,"RoundHeight":10}');</div><div>&nbsp; BtnRotaGoster.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; BtnGeri = MyForm.AddNewProButton(PnlAna, 'BtnGeri', '&#9664; ANA MENÜ');</div><div>&nbsp; clComponent.SetupComponent(BtnGeri, '{"Align":"bottom","Width":120,"Height":50,"MarginBottom":20,"MarginLeft":20,"BackGroundColor":"#e67e22","TextColor":"#ffffff","RoundHeight":10}');</div><div>&nbsp; BtnGeri.OnClick = 'AnaMenuGoster';</div><div>&nbsp; BtnGeri.Visible = False;</div><div>&nbsp;&nbsp;</div><div>&nbsp; MyForm.Run;</div><div>}</div></div><div>lütfen hataları düzeltip atarmısınız</div></div>]]>
   </description>
   <pubDate>Fri, 03 Apr 2026 21:08:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1433&amp;PID=3264#3264</guid>
  </item> 
  <item>
   <title><![CDATA[Text hatası : Merhaba Emin,void ListeyiGuncelle(Lst:...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1433&amp;PID=3263#3263</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=257">Emr.Erkmn</a><br /><strong>Konu:</strong> 1433<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Nisan&nbsp;2026 Saat 17:44<br /><br />Merhaba Emin,&nbsp;<br><br><div>void ListeyiGuncelle(Lst: TclListView; metin: String);</div><div>var</div><div>&nbsp; i: Integer;</div><div>&nbsp; gelenAd, jsonStr: String;</div><div>{</div><div>&nbsp; if (metin == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; Lst.Visible = False;</div><div>&nbsp; &nbsp; Lst.clLoadListViewDataFromDataset(Clomosy.ClDataSetFromJSON('&#091;&#093;'));</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; Lst.Visible = True;</div><div>&nbsp; &nbsp; jsonStr = '';&nbsp;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; for (i = 0 to IlSayisi - 1)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; gelenAd = IlListesi<em>;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if (Pos(UpperCase(metin), UpperCase(gelenAd)) == 1)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if (jsonStr &lt;&gt; '')</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; jsonStr = jsonStr + ',';</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; jsonStr = jsonStr + '{"MAIN_TEXT":"' + gelenAd + '"}';</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; if (jsonStr == '')</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Lst.Visible = False;</div><div>&nbsp; &nbsp; &nbsp; Lst.clLoadListViewDataFromDataset(Clomosy.ClDataSetFromJSON('&#091;&#093;'));</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; jsonStr = '&#091;' + jsonStr + '&#093;';</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; Lst.clLoadListViewDataFromDataset(Clomosy.ClDataSetFromJSON(jsonStr));</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>}<br><br>Test edip kodunu entegre eder misin?</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Fri, 03 Apr 2026 17:44:23 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1433&amp;PID=3263#3263</guid>
  </item> 
  <item>
   <title><![CDATA[Text hatası : PROJEM &#304;&#199;&#304;N geli&#351;tirdi&#287;im koddavoid...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1433&amp;PID=3262#3262</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=396">DuCi03131</a><br /><strong>Konu:</strong> 1433<br /><strong>Gönderim Zamanı:</strong> 03&nbsp;Nisan&nbsp;2026 Saat 11:44<br /><br />PROJEM İÇİN geliştirdiğim kodda&nbsp;<br><br><div>void ListeyiGuncelle(Lst: TclListView; metin: String);</div><div>{</div><div>&nbsp; Lst.Free;</div><div>&nbsp; if (metin == '')</div><div>&nbsp; {</div><div>&nbsp; &nbsp; Lst.Visible = False;</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; Lst.Visible = True;</div><div>&nbsp; &nbsp; for (i = 0 to IlSayisi - 1)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; gelenAd = IlListesi<em>;</div><div>&nbsp; &nbsp; &nbsp; if (Pos(UpperCase(metin), UpperCase(gelenAd)) == 1)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Lst.Items.Add;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Lst.Items.Item&#091;Lst.Items.Count-1&#093;.Text = gelenAd;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; if (Lst.Items.Count == 0)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; Lst.Visible = False;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; }</div><div>}&nbsp;<br><br>burası için aldığım hata Unit Main: Unknown member identifier: "Text".</div><div>Source position: 106,48&nbsp; nasıl çözebilirim&nbsp;</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516"</a> integrity="sha512-8DS7rgIrAmghBFwoOTujcf6D9rXvH8xm8JQ1Ja01h9QX8EzXldiszufYa4IFfKdLUKTTrnSFXLDkUEOTrZQ8Qg==" data-cf-beacon="{&quot;version&quot;:&quot;2024.11.0&quot;,&quot;token&quot;:&quot;439455f3e46c40b98dbd42a2f1a954d8&quot;,&quot;r&quot;:1,&quot;server_timing&quot;:{&quot;name&quot;:{&quot;cfCacheStatus&quot;:true,&quot;cfEdge&quot;:true,&quot;cfExtPri&quot;:true,&quot;cfL4&quot;:true,&quot;cfOrigin&quot;:true,&quot;cfSpeedBrain&quot;:true},&quot;location_startswith&quot;:null}}" crossorigin="anonymous">]]>
   </description>
   <pubDate>Fri, 03 Apr 2026 11:44:01 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1433&amp;PID=3262#3262</guid>
  </item> 
 </channel>
</rss>