<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>| Ismet Sonmez | Activity</title>
	<link>https://components4developers.blog/members/dryphon/activity/</link>
	<atom:link href="https://components4developers.blog/members/dryphon/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Ismet Sonmez.</description>
	<lastBuildDate>Thu, 13 Aug 2026 15:56:30 +0100</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">f9219564af961af09cffbd4fc4d9c4c0</guid>
				<title>Ismet Sonmez commented on the post, I will give a presentation in Cologne / Köln - Germany on Friday October 11. 2024</title>
				<link>https://components4developers.blog/2024/09/29/i-will-give-a-presentation-in-colognen-germany-on-oct-11-2024/#comment-12836</link>
				<pubDate>Wed, 30 Oct 2024 10:33:14 +0100</pubDate>

									<content:encoded><![CDATA[<p>can we watch the video recordings?</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5a8028a9380ef7c8a2407d6d11ef8d85</guid>
				<title>Ismet Sonmez replied to the topic kbmMemTable Delphi 12 in the forum kbmMemTable</title>
				<link>https://components4developers.blog/forums/topic/kbmmemtable-delphi-12/#post-57376</link>
				<pubDate>Sat, 16 Dec 2023 11:03:10 +0100</pubDate>

									<content:encoded><![CDATA[<p>I talked to Kim, new release is about to come out</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c59e6c7874793fa8fb1c57a3625467ed</guid>
				<title>Ismet Sonmez started the topic my kbmmw application code in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/my-kbmmw-application-code/</link>
				<pubDate>Sat, 16 Dec 2023 10:56:43 +0100</pubDate>

									<content:encoded><![CDATA[<p>Removed custom fields from the running system</p>
<div class="jetpack-video-wrapper"><a href="https://mega.nz/file/j0ZGlazK#Nj74Eh45wJfXvGXp_xzaF6qPALnswGkhnFeHvbUAi8k" rel="nofollow ugc">https://mega.nz/file/j0ZGlazK#Nj74Eh45wJfXvGXp_xzaF6qPALnswGkhnFeHvbUAi8k</a></div>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">9571da136b318d9babcb6c0f4f48e349</guid>
				<title>Ismet Sonmez replied to the topic Example for KbmMW as a Windows Service in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/example-for-kbmmw-as-a-windows-service/#post-57374</link>
				<pubDate>Sat, 16 Dec 2023 10:54:28 +0100</pubDate>

									<content:encoded><![CDATA[<p>I am sending the server codes I use in the running system. You can change it according to yourself.</p>
<div class="jetpack-video-wrapper"><a href="https://mega.nz/file/j0ZGlazK#Nj74Eh45wJfXvGXp_xzaF6qPALnswGkhnFeHvbUAi8k" rel="nofollow ugc">https://mega.nz/file/j0ZGlazK#Nj74Eh45wJfXvGXp_xzaF6qPALnswGkhnFeHvbUAi8k</a></div>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a8c30f9ad5753e4a17d7e3429e4093b5</guid>
				<title>Ismet Sonmez replied to the topic Example for KbmMW as a Windows Service in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/example-for-kbmmw-as-a-windows-service/#post-57364</link>
				<pubDate>Sun, 10 Dec 2023 13:16:57 +0100</pubDate>

									<content:encoded><![CDATA[<p>procedure TModuleMain.StartServer;<br />
var<br />
  filelogmgr:IkbmMWLocalFileLogManager;<br />
begin<br />
    filelogmgr:=TkbmMWLocalFileLogManager.Create(&#8216;.log.txt&#8217;,&#8217;.audit.txt&#8217;);<br />
    filelogmgr.FlushInterval:=0;<br />
    Log.LogManager:=filelogmgr;<br />
    //Log.TimeStart(&#8216;Total&#8217;);<br />
    //Log.TimeEnd(&#8216;Total&#8217;,&#8217;Total time&#8217;);</p>
<p>    mwIndyStd.Bindings.Items[0].Port :=&hellip;<span class="activity-read-more" id="activity-read-more-2081"><a href="https://components4developers.blog/forums/topic/example-for-kbmmw-as-a-windows-service/#post-57364" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">c15293a5de8e8e7d9b109538cb35ef09</guid>
				<title>Ismet Sonmez replied to the topic Example for KbmMW as a Windows Service in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/example-for-kbmmw-as-a-windows-service/#post-57363</link>
				<pubDate>Sun, 10 Dec 2023 13:16:16 +0100</pubDate>

									<content:encoded><![CDATA[<p>unit MainSvc;</p>
<p>interface</p>
<p>uses<br />
  Winapi.Windows, Winapi.Messages, System.SysUtils, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.SvcMgr, Vcl.Dialogs,<br />
  System.Win.Registry;</p>
<p>const<br />
   STR_VERSION_MAIN                = &#8216;1.0&#8217;;<br />
   STR_NAME_COMPANY                = &#8216;Bolergo&#8217;;<br />
   STR_NAME_APPLICATION_SHORT      = &#8216;BLTicketSvc&#8217;;<br />
   STR_NAME_APPLICATION&hellip;<span class="activity-read-more" id="activity-read-more-2080"><a href="https://components4developers.blog/forums/topic/example-for-kbmmw-as-a-windows-service/#post-57363" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">a2839765ec34376a8471ce428c96fe5e</guid>
				<title>Ismet Sonmez replied to the topic kbmMWRtti compile error in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/kbmmwrtti-compile-error/#post-56772</link>
				<pubDate>Fri, 18 Nov 2022 12:04:56 +0100</pubDate>

									<content:encoded><![CDATA[<p>Oppps, my fault</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">5aed735b82fdf2a71d305e78c48bcf74</guid>
				<title>Ismet Sonmez started the topic kbmMWRtti compile error in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/kbmmwrtti-compile-error/</link>
				<pubDate>Fri, 18 Nov 2022 11:43:46 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi Kim,</p>
<p>incompatible type error on kbmMWRtti line 988</p>
<p>version 5.20.01</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">70e889b00619dac7ff3ff736459fe6ca</guid>
				<title>Ismet Sonmez commented on the post, What should I use for writing database centric desktop applications?</title>
				<link>https://components4developers.blog/2020/12/20/what-should-i-use-for-writing-database-centric-desktop-applications/#comment-8416</link>
				<pubDate>Wed, 26 Jan 2022 14:27:34 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hello Vadim,<br />
I am interested in this topic, can you post sample code snippet<br />
best regards<br />
<a href="mailto:dryphon@gmail.com" rel="nofollow ugc">dryphon@gmail.com</a></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7779ba8da20ffe7525dfc87d4a52566a</guid>
				<title>Ismet Sonmez commented on the post, What should I use for writing database centric desktop applications?</title>
				<link>https://components4developers.blog/2020/12/20/what-should-i-use-for-writing-database-centric-desktop-applications/#comment-8415</link>
				<pubDate>Wed, 26 Jan 2022 14:22:28 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;ve been writing desktop applications for years and I want to replace that with the web.<br />
I want to create my business objects on the server layer using scripts and output html in the user interface.<br />
I&#8217;ve [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">6762dd20c7b77e6f25074b11369a1e9c</guid>
				<title>Ismet Sonmez commented on the post, What should I use for writing database centric desktop applications?</title>
				<link>https://components4developers.blog/2020/12/20/what-should-i-use-for-writing-database-centric-desktop-applications/#comment-8396</link>
				<pubDate>Tue, 25 Jan 2022 12:24:12 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi Kim,<br />
I uses 2.61 long time and 5.xx, so flexible product,<br />
in my opinion you need to open a demo page on github<br />
For the product, it would be much better if there was script language support.<br />
I am currently [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3613bb197d87d6314dc5d6369e6be8b5</guid>
				<title>Ismet Sonmez replied to the topic TkbmMWJSONMarsha ValueFromString Turkish character Error in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/tkbmmwjsonmarsha-valuefromstring-turkish-character-error/#post-55940</link>
				<pubDate>Tue, 31 Aug 2021 06:58:39 +0100</pubDate>

									<content:encoded><![CDATA[<p>it is double, when remove turkish its work</p>
<p>tempstr := &#8216;{&#8220;statusCode&#8221;: 3,&#8221;description&#8221;: &#8220;çğöşü ÇĞÖŞÜ&#8221;}&#8217;;</p>
<p>version 5.15.10 Enterprise</p>
<p>&nbsp;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">0acdd2e631c0712717c9618370eb1170</guid>
				<title>Ismet Sonmez started the topic TkbmMWJSONMarsha ValueFromString Turkish character Error in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/tkbmmwjsonmarsha-valuefromstring-turkish-character-error/</link>
				<pubDate>Sun, 29 Aug 2021 16:06:30 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi ,</p>
<p>on TkbmMWJSONMarshal(m).ValueFromString(ABaseObjectClass,AObjectString);</p>
<p>Syntax error: Nothing to parse.: Pos 1..</p>
<p>my json is {&#8220;statusCode&#8221;: 3,&#8221;description&#8221;: &#8220;Uçuş Kapatılmısş.&#8221;}</p>
<p>when change &#8220;Uçuş&#8221; to &#8220;Ucuş&#8221; working. Although ı and ş are Turkish characters, it works.</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">7aaa66df97602f18c9c3792b87cfd61f</guid>
				<title>Ismet Sonmez commented on the post, Scumbags, arseholes and thieves!</title>
				<link>https://components4developers.blog/2021/08/17/scumbags-arseholes-and-thieves/#comment-6341</link>
				<pubDate>Wed, 25 Aug 2021 14:51:37 +0100</pubDate>

									<content:encoded><![CDATA[<p>Dear Kim,<br />
Maybe you don’t know, but at first I pirated your products.<br />
I used it for 1 year in my own products. During this time, I saw that kbmmw worked very well and I was very satisfied.<br />
After this s [&hellip;]</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">3440cf90f8c92bc046e6eabafe559eff</guid>
				<title>Ismet Sonmez replied to the topic Dynamic marshaling from sql in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/dynamic-marshaling-from-sql/#post-55804</link>
				<pubDate>Tue, 25 May 2021 21:09:51 +0100</pubDate>

									<content:encoded><![CDATA[<p>test code;</p>
<p>procedure TFormMain.Button1Click(Sender: TObject);<br />
var<br />
o:TSimpleObjectResult;<br />
s:TSimpleObjectResult;<br />
str:string;<br />
begin<br />
s := GetSimpleObjectResultBySql(&#8216;SELECT * FROM SYSFIRM&#8217;);</p>
<p>str := ObjectMarshal(S,1,True);<br />
showmessage(str);</p>
<p>o:=TSimpleObjectResult(ObjectUnMarshal(TSimpleObjectResult,str,1,True));<br />
showmessage(o.Data.Desc);<br />
end;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4547e18de301f908e9b43fd89735e2eb</guid>
				<title>Ismet Sonmez started the topic Dynamic marshaling from sql in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/dynamic-marshaling-from-sql/</link>
				<pubDate>Tue, 25 May 2021 21:07:23 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>I tested this code, work good.For dynamic object creation and marshaling.</p>
<p>Is that true way or is there any other way?</p>
<blockquote><p>unit MainObject;</p>
<p>interface<br />
uses SysUtils, Generics.Collections, Rtti,<br />
kbmMemTable,<br />
kbmMWRTTI,<br />
kbmMWObjectMarshal,<br />
kbmMWJSONMarshal,<br />
kbmMWXMLMarshal,<br />
kbmMWYAMLMarshal,<br />
MainDbModule;</p>
<p>type</p>
<p>TBaseObjectClass = class of&hellip;</p></blockquote>
<p><span class="activity-read-more" id="activity-read-more-1555"><a href="https://components4developers.blog/forums/topic/dynamic-marshaling-from-sql/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">61d478b01955461addd822ea78d2660a</guid>
				<title>Ismet Sonmez replied to the topic How to identify delphi compatibility in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/how-to-identify-delphi-compatibility/#post-55559</link>
				<pubDate>Tue, 02 Mar 2021 07:06:50 +0100</pubDate>

									<content:encoded><![CDATA[<p>I fresh installed in Delhi 10.4.2, no problem</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2a6b91a6bef02b833709f14af3e40455</guid>
				<title>Ismet Sonmez replied to the topic Orm, Firedac, Firebird create index sqlrewriter double Quoted on null result in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/orm-firedac-firebird-create-index-sqlrewriter-double-quoted-on-null-result/#post-55554</link>
				<pubDate>Sat, 27 Feb 2021 17:07:52 +0100</pubDate>

									<content:encoded><![CDATA[<p>TkbmMWCustomSQLMetaData.FormatString(const AString:string):string;</p>
<p>line 638 &#8220;if FStringQuote=#0 then&#8221;  FStringQuote =&#8221;</p>
<p>not seeing  #39 in interbase metadata</p>
<p>as it creates  custommetadata itself<br />
I gave up</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">2f9b72eb2e705b161bf34c6fc225762a</guid>
				<title>Ismet Sonmez replied to the topic Orm, Firedac, Firebird create index sqlrewriter double Quoted on null result in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/orm-firedac-firebird-create-index-sqlrewriter-double-quoted-on-null-result/#post-55553</link>
				<pubDate>Sat, 27 Feb 2021 13:21:35 +0100</pubDate>

									<content:encoded><![CDATA[<p>I&#8217;ve tried different combinations, different problems have arisen,</p>
<p>I keep debugging</p>
<p>object kbmMWFireDACConnectionPool1: TkbmMWFireDACConnectionPool<br />
MetaData = mwMeta<br />
Rewriter = kbmMWInterbaseSQLRewriter1<br />
Database = fdCon<br />
Left = 336<br />
Top = 64<br />
end<br />
object kbmMWInterbaseSQLRewriter1: TkbmMWInterbaseSQLRewriter<br />
MetaData = mwMeta<br />
Left = 424<br />
Top =&hellip;<span class="activity-read-more" id="activity-read-more-1442"><a href="https://components4developers.blog/forums/topic/orm-firedac-firebird-create-index-sqlrewriter-double-quoted-on-null-result/#post-55553" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">70578c07cd1a3982e83c165b1dce8811</guid>
				<title>Ismet Sonmez started the topic Orm, Firedac, Firebird create index sqlrewriter double Quoted on null result in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/orm-firedac-firebird-create-index-sqlrewriter-double-quoted-on-null-result/</link>
				<pubDate>Wed, 24 Feb 2021 08:44:33 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi,</p>
<p>On firebird cant create pk with orm.</p>
<p>kbmCustomSqlMetaData lin 1.069</p>
<p>AResult:=(q.FieldCount&gt;0) and (q.Fields[0].AsInteger&gt;0);</p>
<p>Sql result is empty, and code is cant access q.Fields[0].AsIneteger</p>
<p>sample orm def;</p>
<p>[kbmMW_Table(&#8216;name:SYSUSER, index:{name:PK_SYSUSER, unique:true, field:OID}&#8217;)]<br />
TSYSUSER =&hellip;<span class="activity-read-more" id="activity-read-more-1432"><a href="https://components4developers.blog/forums/topic/orm-firedac-firebird-create-index-sqlrewriter-double-quoted-on-null-result/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">4496a412951d760bd3c014f3288b816e</guid>
				<title>Ismet Sonmez replied to the topic Smartservice with tukish charakters in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/smartservice-with-rutkish-charakters/#post-54191</link>
				<pubDate>Tue, 17 Sep 2019 16:09:57 +0100</pubDate>

									<content:encoded><![CDATA[<p>Ok, resolved</p>
<p>urlencode on comandline and on php urlencode(&#8220;/çğıöşü&#8221;);</p>
<p>&nbsp;</p>
]]></content:encoded>
				
				
							</item>
					<item>
				<guid isPermaLink="false">11c58e2ca171219e314cd5507e9a1caf</guid>
				<title>Ismet Sonmez started the topic Smartservice with tukish charakters in the forum kbmMW</title>
				<link>https://components4developers.blog/forums/topic/smartservice-with-rutkish-charakters/</link>
				<pubDate>Tue, 17 Sep 2019 13:21:27 +0100</pubDate>

									<content:encoded><![CDATA[<p>Hi</p>
<p>test with liux command line, characters is diffrence</p>
<p>How to convert?</p>
<p>curl -v <a href="http://10.16.9.7:8001/api/v1/getitems/002/0?s1=çğıöşü" rel="nofollow ugc">http://10.16.9.7:8001/api/v1/getitems/002/0?s1=çğıöşü</a></p>
<p>kbmMW_Rest(&#8216;method:get, path:&#8221;getitems/{firmno}/{onerow}&#8221;, freeResult:true&#8217;)]<br />
[kbmMW_Method]<br />
function GetItems([kbmMW_Rest(&#8216;value:&#8221;{firmno}&#8221;&#8216;)]const AFirmNo:string;<br />
[kbmMW_Rest(&#8216;value:&#8221;{onerow}&#8221;&#8216;)]const AOneR&hellip;<span class="activity-read-more" id="activity-read-more-651"><a href="https://components4developers.blog/forums/topic/smartservice-with-rutkish-charakters/" rel="nofollow ugc">[Read more]</a></span></p>
]]></content:encoded>
				
				
							</item>
		
	</channel>
</rss>