<?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 : kayıt ekranı</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : kayıt ekranı]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 14:41:15 +0000</pubDate>
  <lastBuildDate>Mon, 28 Jul 2025 14:05:57 +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=1142</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[kayıt ekranı : Rica ederim ]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1142&amp;PID=2383#2383</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=302">haletr</a><br /><strong>Konu:</strong> 1142<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Temmuz&nbsp;2025 Saat 14:05<br /><br />Rica ederim<img src="https://forum.clomosy.com.tr/smileys/smiley20.gif" border="0" alt="Thumbs Up" title="Thumbs Up" />]]>
   </description>
   <pubDate>Mon, 28 Jul 2025 14:05:57 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1142&amp;PID=2383#2383</guid>
  </item> 
  <item>
   <title><![CDATA[kayıt ekranı : te&#351;ekk&#252;r ederim sorun &#231;&#246;z&#252;ld&#252; ]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1142&amp;PID=2382#2382</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=330">sudenaz_seyma</a><br /><strong>Konu:</strong> 1142<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Temmuz&nbsp;2025 Saat 13:56<br /><br />teşekkür ederim sorun çözüldü&nbsp;<img src="https://forum.clomosy.com.tr/smileys/smiley9.gif" border="0" alt="Embarrassed" title="Embarrassed" />]]>
   </description>
   <pubDate>Mon, 28 Jul 2025 13:56:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1142&amp;PID=2382#2382</guid>
  </item> 
  <item>
   <title><![CDATA[kayıt ekranı : Merhaba,veri taban&#305; ba&#287;lant&#305;s&#305;n&#305;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1142&amp;PID=2379#2379</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=302">haletr</a><br /><strong>Konu:</strong> 1142<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Temmuz&nbsp;2025 Saat 12:35<br /><br />Merhaba,<div><br></div><div>veri tabanı bağlantısını bir işlem yapmadan önce kurman gerekiyor.&nbsp;</div><div><br></div><div><div style=": rgb251, 251, 253;">void RegisterBtnClick;</div><div style=": rgb251, 251, 253;">{</div><div style=": rgb251, 251, 253;">&nbsp; try</div><div style=": rgb251, 251, 253;">&nbsp; {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; /*if (Trim(UsernameEdit.Text) == '') || (Trim(PasswordEdit.Text) == '') || (Trim(PasswordAgainEdit.Text) == '') {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; ShowMessage('Lütfen kullanıcı adı ve şifre alanlarını doldurun.');</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; Exit;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; }*/</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; if PasswordEdit.Text &lt;&gt; PasswordAgainEdit.Text {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; ShowMessage('Şifreler uyuşmuyor!');</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; Exit;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;//Veri tabanı bağlantısı</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp;Clomosy.DBSQLiteConnect(Clomosy.AppFilesPath + 'veritabanininismi.db', '');</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; Clomosy.DBSQLiteQuery.SQL.Text =</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; 'CREATE TABLE IF NOT EXISTS Users (' +</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; 'ID INTEGER PRIMARY KEY AUTOINCREMENT, ' +</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; 'Username TEXT UNIQUE, Password TEXT)';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; Clomosy.DBSQLiteQuery.SQL.Text =</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; 'SELECT * FROM Users WHERE Username = ' + QuotedStr(UsernameEdit.Text);</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; if Clomosy.DBSQLiteQuery.RecordCount &gt; 0 {</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; ShowMessage('Bu kullanıcı adı zaten kayıtlı!');</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; Exit;</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; Clomosy.DBSQLiteQuery.SQL.Text =</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; 'INSERT INTO Users (Username, Password) VALUES (' +</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; QuotedStr(UsernameEdit.Text) + ',' +</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; &nbsp; QuotedStr(PasswordEdit.Text) + ')';</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; ShowMessage('Kayıt başarılı!');</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; Clomosy.RunUnit('ULogin');</div><div style=": rgb251, 251, 253;">&nbsp; }</div><div style=": rgb251, 251, 253;">&nbsp; except</div><div style=": rgb251, 251, 253;">&nbsp; &nbsp; ShowMessage('Hata oluştu: ' + LastExceptionMessage);</div><div style=": rgb251, 251, 253;">&nbsp; }</div><div style=": rgb251, 251, 253;">}</div></div><div style=": rgb251, 251, 253;"><br></div><div style=": rgb251, 251, 253;">Eğer diğer unitte bir sorun yoksa bu şekilde dener misin acaba? İyi çalışmalar.</div>]]>
   </description>
   <pubDate>Mon, 28 Jul 2025 12:35:20 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1142&amp;PID=2379#2379</guid>
  </item> 
  <item>
   <title><![CDATA[kayıt ekranı : merhabalar kullan&#305;c&#305; kay&#305;t yapt&#305;ktan...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1142&amp;PID=2377#2377</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=330">sudenaz_seyma</a><br /><strong>Konu:</strong> 1142<br /><strong>Gönderim Zamanı:</strong> 28&nbsp;Temmuz&nbsp;2025 Saat 11:42<br /><br />merhabalar kullanıcı kayıt yaptıktan sonra giriş ekranına yönlendirmede problem yaşıyorum. otomatik olarak uygulamadan çıkıyor&nbsp;<div><br></div><div><div>var&nbsp;</div><div>&nbsp; RegisterForm: TclForm;</div><div>&nbsp; UsernameEdit, PasswordEdit, PasswordAgainEdit: TclProEdit;</div><div>&nbsp; RegisterBtn, BackToLoginBtn: TclProButton;</div><div>&nbsp; MainPanel: TclProPanel;</div><div>&nbsp; TitleLbl: TclProLabel;</div><div>void BackToLoginBtnClick;</div><div>{</div><div>&nbsp; Clomosy.RunUnit('ULogin');</div><div>}</div><div><br></div><div>void RegisterBtnClick;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; {</div><div>&nbsp; &nbsp; /*if (Trim(UsernameEdit.Text) == '') || (Trim(PasswordEdit.Text) == '') || (Trim(PasswordAgainEdit.Text) == '') {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Lütfen kullanıcı adı ve şifre alanlarını doldurun.');</div><div>&nbsp; &nbsp; &nbsp; Exit;</div><div>&nbsp; &nbsp; }*/</div><div>&nbsp; &nbsp; if PasswordEdit.Text &lt;&gt; PasswordAgainEdit.Text {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Şifreler uyuşmuyor!');</div><div>&nbsp; &nbsp; &nbsp; Exit;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.SQL.Text =</div><div>&nbsp; &nbsp; &nbsp; 'CREATE TABLE IF NOT EXISTS Users (' +</div><div>&nbsp; &nbsp; &nbsp; 'ID INTEGER PRIMARY KEY AUTOINCREMENT, ' +</div><div>&nbsp; &nbsp; &nbsp; 'Username TEXT UNIQUE, Password TEXT)';</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div><br></div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.SQL.Text =</div><div>&nbsp; &nbsp; &nbsp; 'SELECT * FROM Users WHERE Username = ' + QuotedStr(UsernameEdit.Text);</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div><br></div><div>&nbsp; &nbsp; if Clomosy.DBSQLiteQuery.RecordCount &gt; 0 {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Bu kullanıcı adı zaten kayıtlı!');</div><div>&nbsp; &nbsp; &nbsp; Exit;</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.SQL.Text =</div><div>&nbsp; &nbsp; &nbsp; 'INSERT INTO Users (Username, Password) VALUES (' +</div><div>&nbsp; &nbsp; &nbsp; QuotedStr(UsernameEdit.Text) + ',' +</div><div>&nbsp; &nbsp; &nbsp; QuotedStr(PasswordEdit.Text) + ')';</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div><br></div><div>&nbsp; &nbsp; ShowMessage('Kayıt başarılı!');</div><div>&nbsp; &nbsp; Clomosy.RunUnit('ULogin');</div><div>&nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Hata oluştu: ' + LastExceptionMessage);</div><div>&nbsp; }</div><div>}</div><div>{</div><div>&nbsp; RegisterForm = TclForm.Create(Self);</div><div>&nbsp;&nbsp;</div><div>&nbsp; MainPanel = RegisterForm.AddNewProPanel(RegisterForm, 'MainPanel');</div><div>&nbsp; MainPanel.Align = alClient;</div><div>&nbsp;&nbsp;</div><div>&nbsp; TitleLbl = RegisterForm.AddNewProLabel(MainPanel, 'TitleLbl', 'Kayıt Ol');</div><div>&nbsp; TitleLbl.Align = alTop;</div><div>&nbsp; TitleLbl.Height = 30;</div><div>&nbsp; TitleLbl.Margins.Top = 30;</div><div>&nbsp; TitleLbl.clProSettings.FontSize = 30;</div><div>&nbsp; TitleLbl.SetclProSettings(TitleLbl.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; UsernameEdit = RegisterForm.AddNewProEdit(MainPanel, 'UsernameEdit', 'Kullanıcı Adı');</div><div>&nbsp; UsernameEdit.Align = alTop;</div><div>&nbsp; UsernameEdit.Margins.Top = 25;</div><div>&nbsp;&nbsp;</div><div>&nbsp; PasswordEdit = RegisterForm.AddNewProEdit(MainPanel, 'PasswordEdit', 'Şifre');</div><div>&nbsp; PasswordEdit.Align = alTop;</div><div>&nbsp; PasswordEdit.Margins.Top = 20;</div><div>&nbsp; PasswordEdit.Password = True;</div><div>&nbsp; PasswordAgainEdit = RegisterForm.AddNewProEdit(MainPanel, 'PasswordAgainEdit', 'Şifre Tekrar');</div><div>&nbsp; PasswordAgainEdit.Align = alTop;</div><div>&nbsp; PasswordAgainEdit.Margins.Top = 20;</div><div>&nbsp; PasswordAgainEdit.Password = True;</div><div>&nbsp;&nbsp;</div><div>&nbsp; RegisterBtn = RegisterForm.AddNewProButton(MainPanel, 'RegisterBtn', 'Kayıt Ol');</div><div>&nbsp; RegisterBtn.Align = alTop;</div><div>&nbsp; RegisterBtn.Margins.Top = 30;</div><div>&nbsp; RegisterForm.AddNewEvent(RegisterBtn, tbeOnClick, 'RegisterBtnClick');</div><div>&nbsp;&nbsp;</div><div>&nbsp; BackToLoginBtn = RegisterForm.AddNewProButton(MainPanel, 'BackToLoginBtn', 'Girişe Dön');</div><div>&nbsp; BackToLoginBtn.Align = alTop;</div><div>&nbsp; BackToLoginBtn.Margins.Top = 10;</div><div>&nbsp;&nbsp;</div><div>&nbsp; RegisterForm.AddNewEvent(BackToLoginBtn, tbeOnClick, 'BackToLoginBtnClick');</div><div><br></div><div>&nbsp; RegisterForm.Run;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>}</div></div><div><br></div>]]>
   </description>
   <pubDate>Mon, 28 Jul 2025 11:42:31 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1142&amp;PID=2377#2377</guid>
  </item> 
 </channel>
</rss>