<?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 : Pos fonksiyonu sonucu if e girmiyor.</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : Pos fonksiyonu sonucu if e girmiyor.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 14:55:59 +0000</pubDate>
  <lastBuildDate>Thu, 21 Nov 2024 17:18:26 +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=965</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[Pos fonksiyonu sonucu if e girmiyor. : Merhaba Elif,Bu &#351;ekilde bir dener...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=965&amp;PID=1907#1907</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=142">BilalCndn</a><br /><strong>Konu:</strong> 965<br /><strong>Gönderim Zamanı:</strong> 21&nbsp;Kasım&nbsp;2024 Saat 17:18<br /><br />Merhaba Elif,<div><br></div><div>Bu şekilde bir dener misin?</div><div><table width="99%"><tr><td><pre class="BBcode"></div><div><div>var&nbsp;</div><div>jsonObject:TClJsonQuery;</div><div>clRest:TclRest;</div><div>mainform: TclForm;</div><div>progrid: TclProGrid;</div><div>mainvertScrollBox: TCLVertScrollBox;</div><div>idstr:String;</div><div>firstName:String;</div><div>FSenderId:TCLProGrid;</div><div>FRowId, FColId : Integer;</div><div>mainform2:TclForm;</div><div>mainvertScrollBox2:TCLVertScrollBox;</div><div>jsonObject2:TClJsonQuery;</div><div>progrid2:TCLProGrid;</div><div>Position: Integer;</div><div>a: string;</div><div>void idgridac;</div><div>{</div><div><br></div><div>&nbsp; FSenderId = TCLProGrid(mainform.ClSender);</div><div>&nbsp; FRowId = mainform.ClSenderRow; // 1 den başlıyor satırlar</div><div>&nbsp; FColId = mainform.ClSenderCol; //0 dan başlıyor sütunlar</div><div>&nbsp; ShowMessage('&#091;'+IntToStr(FRowId)+','+IntToStr(FColId)+'&#093; '+'Hücresinde Bulunan Veri: '+FSenderId.Cells&#091;FColId,FRowId&#093;);</div><div>&nbsp; mainform2 = TclForm.Create(self);</div><div>&nbsp; ClRTSetProperty(mainform2,'ClientWidth',900);</div><div>&nbsp; ClRTSetProperty(mainform2,'ClientHeight',750);</div><div>&nbsp;&nbsp;</div><div>&nbsp; mainvertScrollBox2 = mainform2.AddNewVertScrollBox(mainform2,'mainvertScrollBox2');</div><div>&nbsp; mainvertScrollBox2.align=alClient;</div><div>&nbsp; try</div><div>&nbsp; &nbsp; jsonObject2 = Clomosy.ClDataSetFromJSON(FSenderId.Cells&#091;FColId,FRowId&#093;);&nbsp;</div><div>&nbsp; &nbsp; jsonObject2.openorexecute;</div><div>&nbsp; &nbsp; a = FSenderId.Cells&#091;FColId,FRowId&#093;;</div><div>&nbsp; &nbsp; ShowMessage(a);</div><div>&nbsp; &nbsp; Position = Pos('{', FSenderId.Cells&#091;FColId,FRowId&#093;);</div><div>&nbsp; &nbsp; ShowMessage(Position)</div><div>&nbsp; &nbsp; if (Position &gt; 1)</div><div>&nbsp; &nbsp; {&nbsp;</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Substring not found.');</div><div>&nbsp; &nbsp; }&nbsp;&nbsp;</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Substring found. Position: ' + IntToStr(Position));</div><div>&nbsp; &nbsp; &nbsp; progrid2 = mainform2.addnewprogrid(mainvertScrollBox2, 'progrid2');</div><div>&nbsp; &nbsp; &nbsp; progrid2.AutoSizeColumns(True,300);</div><div>&nbsp; &nbsp; &nbsp; ProGrid2.ConnectDataSet(jsonObject2);</div><div>&nbsp; &nbsp; &nbsp; with progrid2 do</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; align= alClient;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; margins.right= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; margins.left= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; margins.bottom= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; // width=(mainform.clwidth*90)/100;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; //height=(mainform.clheight*75)/100;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; FixedLayoutFillColor = clalphacolor.clhextocolor('#3fc660');</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; //mainform2.AddNewEvent(progrid2, tbeOnProGridCellClick,'idgridac2');</div><div>&nbsp; &nbsp; }</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Exception Class2: '+LastExceptionClassName+' Exception Message: '+LastExceptionMessage);</div><div>&nbsp; }</div><div>&nbsp; mainform2.run;</div><div>}</div><div>&nbsp;void usersgrid;</div><div>&nbsp;{</div><div><br></div><div>&nbsp; clRest&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= TclRest.Create;</div><div>&nbsp; jsonObject&nbsp; &nbsp; &nbsp;= TClJsonQuery.Create(nil);</div><div>&nbsp; clRest.BaseURl = '<a href="https://dummyjs&#111;n.com/users/1" target="_blank" rel="nofollow">https://dummyjson.com/users/1</a>';</div><div>&nbsp; clRest.Accept&nbsp; = 'application/json';</div><div>&nbsp; clRest.Method&nbsp; = rmGet;</div><div>&nbsp; clRest.Execute;</div><div>&nbsp;</div><div>&nbsp; &nbsp;ShowMessage(clRest.Response);</div><div><br></div><div>&nbsp; &nbsp;try</div><div><br></div><div>&nbsp; &nbsp; jsonObject = Clomosy.ClDataSetFromJSON(clRest.Response);&nbsp;</div><div>&nbsp; &nbsp; jsonObject.openorexecute;</div><div><br></div><div>&nbsp; &nbsp; with jsonObject do</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if (Found)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; First;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; while (not EOF)&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;progrid = mainform.addnewprogrid(mainvertScrollBox, 'progrid');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;progrid.AutoSizeColumns(True,300);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ProGrid.ConnectDataSet(jsonObject);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;with progrid do</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align= alClient;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margins.right= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margins.left= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margins.bottom= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // width=(mainform.clwidth*90)/100;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //height=(mainform.clheight*75)/100;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FixedLayoutFillColor = clalphacolor.clhextocolor('#3fc660');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMessage(FieldByName('id').AsString);&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mainform.AddNewEvent(progrid, tbeOnProGridCellClick,'idgridac');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Next;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp;except</div><div>&nbsp;ShowMessage('Exception Class1: '+LastExceptionClassName+' Exception Message: '+LastExceptionMessage);</div><div>&nbsp; &nbsp; }</div><div><br></div><div>}</div><div>{</div><div>&nbsp; mainform = TclForm.Create(self);</div><div>&nbsp; ClRTSetProperty(mainform,'ClientWidth',900);</div><div>&nbsp; ClRTSetProperty(mainform,'ClientHeight',750);</div><div>&nbsp;&nbsp;</div><div>&nbsp; mainvertScrollBox = mainform.AddNewVertScrollBox(mainform,'mainvertScrollBox');</div><div>&nbsp; mainvertScrollBox.align=alClient;</div><div>&nbsp;&nbsp;</div><div><br></div><div>&nbsp; usersgrid;&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; mainform.Run;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>}</div></div><div></pre></td></tr></table></div><div><br></div><div>İyi çalışmalar dilerim.</div>]]>
   </description>
   <pubDate>Thu, 21 Nov 2024 17:18:26 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=965&amp;PID=1907#1907</guid>
  </item> 
  <item>
   <title><![CDATA[Pos fonksiyonu sonucu if e girmiyor. : A&#351;a&#287;&#305;daki kodda &amp;#039;idgridac&amp;#039;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=965&amp;PID=1903#1903</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=236">ElifKarabacak</a><br /><strong>Konu:</strong> 965<br /><strong>Gönderim Zamanı:</strong> 21&nbsp;Kasım&nbsp;2024 Saat 15:44<br /><br /><div>Aşağıdaki kodda 'idgridac' fonksiyonunda&nbsp; Pos ile '{ ' karakterini ana stringde bulamadığı zaman aşağıdaki if e girmesi lazım ama girmiyor. Yardımcı olabilir misiniz?</div><div>" if (Position &lt;= 0) "<br><br>var&nbsp;</div><div>jsonObject:TClJsonQuery;</div><div>clRest:TclRest;</div><div>mainform: TclForm;</div><div>progrid: TclProGrid;</div><div>mainvertScrollBox: TCLVertScrollBox;</div><div>idstr:String;</div><div>firstName:String;</div><div>FSenderId:TCLProGrid;</div><div>FRowId, FColId : Integer;</div><div>mainform2:TclForm;</div><div>mainvertScrollBox2:TCLVertScrollBox;</div><div>jsonObject2:TClJsonQuery;</div><div>progrid2:TCLProGrid;</div><div>Position: Integer;</div><div>void idgridac;</div><div>{</div><div><br></div><div>&nbsp; FSenderId = TCLProGrid(mainform.ClSender);</div><div>&nbsp; FRowId = mainform.ClSenderRow; // 1 den başlıyor satırlar</div><div>&nbsp; FColId = mainform.ClSenderCol; //0 dan başlıyor sütunlar</div><div>&nbsp; ShowMessage('&#091;'+IntToStr(FRowId)+','+IntToStr(FColId)+'&#093; '+'Hücresinde Bulunan Veri: '+FSenderId.Cells&#091;FColId,FRowId&#093;);</div><div>&nbsp; mainform2 = TclForm.Create(self);</div><div>&nbsp; ClRTSetProperty(mainform2,'ClientWidth',900);</div><div>&nbsp; ClRTSetProperty(mainform2,'ClientHeight',750);</div><div>&nbsp;&nbsp;</div><div>&nbsp; mainvertScrollBox2 = mainform2.AddNewVertScrollBox(mainform2,'mainvertScrollBox2');</div><div>&nbsp; mainvertScrollBox2.align=alClient;</div><div>&nbsp; try</div><div><br></div><div>&nbsp; &nbsp; jsonObject2 = Clomosy.ClDataSetFromJSON(FSenderId.Cells&#091;FColId,FRowId&#093;);&nbsp;</div><div>&nbsp; &nbsp; jsonObject2.openorexecute;</div><div>ShowMessage(FSenderId.Cells&#091;FColId,FRowId&#093;);</div><div>&nbsp; &nbsp; with jsonObject2 do</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if (Found)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; First;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; while (not EOF)&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; Position = Pos('{', FSenderId.Cells&#091;FColId,FRowId&#093;);</div><div>&nbsp;</div><div>&nbsp; &nbsp;if (Position &gt;= 0)</div><div>&nbsp; &nbsp;{&nbsp;</div><div>&nbsp; &nbsp; &nbsp;ShowMessage('Substring not found.');</div><div>&nbsp; &nbsp;}&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;else</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Substring found. Position: ' + IntToStr(Position));</div><div>&nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp;progrid2 = mainform2.addnewprogrid(mainvertScrollBox2, 'progrid2');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;progrid2.AutoSizeColumns(True,300);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ProGrid2.ConnectDataSet(jsonObject2);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;with progrid2 do</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align= alClient;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margins.right= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margins.left= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margins.bottom= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // width=(mainform.clwidth*90)/100;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //height=(mainform.clheight*75)/100;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FixedLayoutFillColor = clalphacolor.clhextocolor('#3fc660');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMessage(FieldByName('address').AsString);&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; //&nbsp; &nbsp; mainform2.AddNewEvent(progrid2, tbeOnProGridCellClick,'idgridac2');</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Next;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp;except</div><div>&nbsp;ShowMessage('Exception Class2: '+LastExceptionClassName+' Exception Message: '+LastExceptionMessage);</div><div>&nbsp; &nbsp; }</div><div>&nbsp; mainform2.run;</div><div>}</div><div>&nbsp;void usersgrid;</div><div>&nbsp;{</div><div><br></div><div>&nbsp; clRest&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;= TclRest.Create;</div><div>&nbsp; jsonObject&nbsp; &nbsp; &nbsp;= TClJsonQuery.Create(nil);</div><div>&nbsp; clRest.BaseURl = '<a href="https://dummyjs&#111;n.com/users/1" target="_blank" rel="nofollow">https://dummyjson.com/users/1</a>';</div><div>&nbsp; clRest.Accept&nbsp; = 'application/json';</div><div>&nbsp; clRest.Method&nbsp; = rmGet;</div><div>&nbsp; clRest.Execute;</div><div>&nbsp;</div><div>&nbsp; &nbsp;ShowMessage(clRest.Response);</div><div><br></div><div>&nbsp; &nbsp;try</div><div><br></div><div>&nbsp; &nbsp; jsonObject = Clomosy.ClDataSetFromJSON(clRest.Response);&nbsp;</div><div>&nbsp; &nbsp; jsonObject.openorexecute;</div><div><br></div><div>&nbsp; &nbsp; with jsonObject do</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; if (Found)&nbsp;</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; First;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; while (not EOF)&nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;progrid = mainform.addnewprogrid(mainvertScrollBox, 'progrid');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;progrid.AutoSizeColumns(True,300);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;ProGrid.ConnectDataSet(jsonObject);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;with progrid do</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; align= alClient;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margins.right= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margins.left= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; margins.bottom= 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; // width=(mainform.clwidth*90)/100;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; //height=(mainform.clheight*75)/100;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; FixedLayoutFillColor = clalphacolor.clhextocolor('#3fc660');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMessage(FieldByName('id').AsString);&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; mainform.AddNewEvent(progrid, tbeOnProGridCellClick,'idgridac');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Next;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp;except</div><div>&nbsp;ShowMessage('Exception Class1: '+LastExceptionClassName+' Exception Message: '+LastExceptionMessage);</div><div>&nbsp; &nbsp; }</div><div><br></div><div>}</div><div>{</div><div>&nbsp; mainform = TclForm.Create(self);</div><div>&nbsp; ClRTSetProperty(mainform,'ClientWidth',900);</div><div>&nbsp; ClRTSetProperty(mainform,'ClientHeight',750);</div><div>&nbsp;&nbsp;</div><div>&nbsp; mainvertScrollBox = mainform.AddNewVertScrollBox(mainform,'mainvertScrollBox');</div><div>&nbsp; mainvertScrollBox.align=alClient;</div><div>&nbsp;&nbsp;</div><div><br></div><div>&nbsp; usersgrid;&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>&nbsp; mainform.Run;</div><div>&nbsp;&nbsp;</div><div>&nbsp;&nbsp;</div><div>}</div><div><br></div>]]>
   </description>
   <pubDate>Thu, 21 Nov 2024 15:44:58 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=965&amp;PID=1903#1903</guid>
  </item> 
 </channel>
</rss>