<?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 : Hata</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Hata]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 29 Jun 2026 14:33:59 +0000</pubDate>
  <lastBuildDate>Mon, 29 Jun 2026 14:27:17 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.07</generator>
  <ttl>30</ttl>
  <WebWizForums:feedURL>https://forum.clomosy.com.tr/RSS_post_feed.asp?TID=1562</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[Hata : Unit Main: Unit udatalib: Unknown...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1562&amp;PID=3608#3608</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=465">MehmetOzcan</a><br /><strong>Konu:</strong> 1562<br /><strong>Gönderim Zamanı:</strong> 29&nbsp;Haziran&nbsp;2026 Saat 14:27<br /><br /><div style=": rgb255, 255, 254; font-family: C&#111;nsolas, C&#111;nsolas, &quot;Courier New&quot;, monospace; font-size: 12px; line-height: 16px; white-space: pre;"><div><span style="color: #008080;">Unit</span> <span style="color: #008080;">Main</span>: <span style="color: #008080;">Unit</span> udatalib: <span style="color: #008080;">Unknown</span> identifier or variable is not declared: <span style="color: #a31515;">'EdtDurumNotu'</span>.</div><div><span style="color: #008080;">Source</span> position: <span style="color: #098658;">556</span>,<span style="color: #098658;">198</span>.</div><div><span style="color: #008080;">Source</span> position: <span style="color: #098658;">1</span>,<span style="color: #098658;">14</span></div><div><br></div><div><font color="#098658">bu hatayı aldım</font></div></div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"</a> integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" 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, 29 Jun 2026 14:27:17 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1562&amp;PID=3608#3608</guid>
  </item> 
  <item>
   <title><![CDATA[Hata : Merhaba Mehmet,&#304;lgili kodu dener...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1562&amp;PID=3606#3606</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> 1562<br /><strong>Gönderim Zamanı:</strong> 29&nbsp;Haziran&nbsp;2026 Saat 14:16<br /><br />Merhaba Mehmet,&nbsp;<br>İlgili kodu dener misin?&nbsp;<br><br><div>void OnFotoCekClick;</div><div>{</div><div>&nbsp; Clomosy.ImageChooser(AnaForm, KanitGorsel);</div><div>}</div><div><br></div><div>void OnGoreviBitirClick;</div><div>var</div><div>&nbsp; LResimYolu: String;</div><div>{</div><div>&nbsp; LResimYolu = '-';</div><div><br></div><div>&nbsp; try</div><div>&nbsp; &nbsp; if (KanitGorsel.clProSettings.PictureSource &lt;&gt; '')</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; LResimYolu = clPathCombine('gorev_' + IntToStr(GSeciliGorevID) + '.jpg', Clomosy.AppFilesPath);</div><div>&nbsp; &nbsp; &nbsp; Clomosy.Base64ToFile(LResimYolu, Clomosy.FileToBase64(KanitGorsel.clProSettings.PictureSource));</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; LResimYolu = '-';</div><div>&nbsp; }</div><div><br></div><div>&nbsp; if (GorevTamamla)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Gorev Basariyla Tamamlandi!');</div><div>&nbsp; &nbsp; GtAnaPnl.Visible = False;</div><div>&nbsp; &nbsp; OzetKartlariniGuncelle;</div><div>&nbsp; &nbsp; IcerikKaydirici.DeleteChildren;</div><div>&nbsp; &nbsp; GorevListesiniDoldur;</div><div>&nbsp; }</div><div>}</div><div><br></div><div>function GorevTamamla: Boolean;</div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text = 'UPDATE TblGorevler SET Durum=' + QuotedStr('Tamamlandi') + ', BitisSaati=' + QuotedStr(FormatDateTime('hh:nn', Now)) + ', DurumNotu=' + QuotedStr(EdtDurumNotu.Text) + ', KanitFotoPath=' + QuotedStr(LResimYolu) + ' WHERE ID=' + IntToStr(GSeciliGorevID);</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; Result = True;</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Gorev tamamlama hatasi: ' + LastExceptionMessage);</div><div>&nbsp; &nbsp; Result = False;</div><div>&nbsp; }</div><div>}</div><div><br>denedikten sonra hata oluğ olmadığını söyler misin</div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"</a> integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" 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, 29 Jun 2026 14:16:24 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1562&amp;PID=3606#3606</guid>
  </item> 
  <item>
   <title><![CDATA[Hata : void OnFotoCekClick;{ Clomosy.ImageChooser(AnaForm,...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=1562&amp;PID=3602#3602</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=465">MehmetOzcan</a><br /><strong>Konu:</strong> 1562<br /><strong>Gönderim Zamanı:</strong> 29&nbsp;Haziran&nbsp;2026 Saat 10:06<br /><br /><div><font color="#ff0000">void OnFotoCekClick;</font></div><div>{</div><div>&nbsp; Clomosy.ImageChooser(AnaForm, KanitGorsel);</div><div>}</div><div><div><font color="#ff0000">void OnGoreviBitirClick;</font></div><div>var</div><div>&nbsp; LResimYolu: String;</div><div>&nbsp; LMemStream: TCLMemoryStream;</div><div>{</div><div>&nbsp; LResimYolu = '-';</div><div><br></div><div>&nbsp; try</div><div>&nbsp; &nbsp; LMemStream = TCLMemoryStream.Create;</div><div>&nbsp; &nbsp; KanitGorsel.Bitmap.SaveToStream(LMemStream);</div><div>&nbsp; &nbsp; LResimYolu = clPathCombine('gorev_' + IntToStr(GSeciliGorevID) + '.jpg', Clomosy.AppFilesPath);</div><div>&nbsp; &nbsp; Clomosy.Base64ToFile(LResimYolu, LMemStream.AsBase64);</div><div>&nbsp; &nbsp; LMemStream.Free;</div><div>&nbsp; except</div><div>&nbsp; &nbsp; LResimYolu = '-';</div><div>&nbsp; }</div><div><br></div><div>&nbsp; if (GorevTamamla(GSeciliGorevID, EdtDurumNotu.Text, LResimYolu))</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Gorev Basariyla Tamamlandi!');</div><div>&nbsp; &nbsp; GtAnaPnl.Visible = False;</div><div>&nbsp; &nbsp; OzetKartlariniGuncelle;</div><div>&nbsp; &nbsp; IcerikKaydirici.DeleteChildren;</div><div>&nbsp; &nbsp; GorevListesiniDoldur;</div><div>&nbsp; }</div><div>}</div></div><div><div><font color="#ff0000">function GorevTamamla(AGorevID: Integer; ADurumNotu, AKanitFotoPath: String): Boolean;</font></div><div>{</div><div>&nbsp; try</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.Sql.Text =</div><div>&nbsp; &nbsp; &nbsp; 'UPDATE TblGorevler SET Durum=' + QuotedStr('Tamamlandi') + ', ' +</div><div>&nbsp; &nbsp; &nbsp; 'BitisSaati=' + QuotedStr(FormatDateTime('hh:nn', Now)) + ', ' +</div><div>&nbsp; &nbsp; &nbsp; 'DurumNotu=' + QuotedStr(ADurumNotu) + ', ' +</div><div>&nbsp; &nbsp; &nbsp; 'KanitFotoPath=' + QuotedStr(AKanitFotoPath) +</div><div>&nbsp; &nbsp; &nbsp; ' WHERE ID=' + IntToStr(AGorevID);</div><div>&nbsp; &nbsp; Clomosy.DBSQLiteQuery.OpenOrExecute;</div><div>&nbsp; &nbsp; Result = True;</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Gorev tamamlama hatasi: ' + LastExceptionMessage);</div><div>&nbsp; &nbsp; Result = False;</div><div>&nbsp; }</div><div>}</div></div><div><br></div><div>Burada fotocekclick ile foto çekiliyor daha sonra ongörevibitirclick ile görev tamamlanacak ve çekilen resim local veritabanına kaydedilecek. Veri tabanındaki ilgili fonksiyon ise&nbsp;<span style="color: rgb255, 0, 0;">function GorevTamamla .</span>&nbsp;ongörevibitirclick'e tıkladıgımda clomosy learn uygulaması direkt kapanıyor ve görsel kaydedilmiyor olmuyor. yardımcı olabilirmisiniz</div><div><br></div><div><br></div><div><br></div><a href="https://static.cloudflareinsights.com/beac&#111;n.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447" target="_blank" rel="nofollow">https://static.cloudflareinsights.com/beacon.min.js/v833ccba57c9e4d2798f2e76cebdd09a11778172276447"</a> integrity="sha512-57MDmcccJXYtNnH+ZiBwzC4jb2rvgVCEokYN+L/nLlmO8rfYT/gIpW2A569iJ/3b+0UEasghjuZH/ma3wIs/EQ==" 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, 29 Jun 2026 10:06:03 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=1562&amp;PID=3602#3602</guid>
  </item> 
 </channel>
</rss>