<?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 : ArrayString ile dinamik kod hatası.</title>
  <link>https://forum.clomosy.com.tr/</link>
  <description><![CDATA[XML içerik linki; Clomosy | Forum : Genel &#304;&#351;lemler : ArrayString ile dinamik kod hatası.]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Mon, 04 May 2026 11:06:08 +0000</pubDate>
  <lastBuildDate>Fri, 26 Jul 2024 11:50:21 +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=751</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[ArrayString ile dinamik kod hatası. : Merhaba Olgun,Arrayden veriyi...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=751&amp;PID=1221#1221</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=142">BilalCndn</a><br /><strong>Konu:</strong> 751<br /><strong>Gönderim Zamanı:</strong> 26&nbsp;Temmuz&nbsp;2024 Saat 11:50<br /><br />Merhaba Olgun,&nbsp;<div><br></div><div>Arrayden veriyi aldığın kısımlarda QuotedStr kullandığın için alıyorsun hatayı. Veri zaten string olduğu için tırnak eklemene gerek yok.</div><div><br></div><div>İyi çalışmalar dilerim.</div>]]>
   </description>
   <pubDate>Fri, 26 Jul 2024 11:50:21 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=751&amp;PID=1221#1221</guid>
  </item> 
  <item>
   <title><![CDATA[ArrayString ile dinamik kod hatası. : Unit &#231;a&#287;&#305;rmada de&#287;il, kodda bulunan...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=751&amp;PID=1217#1217</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=171">OlgunAgac</a><br /><strong>Konu:</strong> 751<br /><strong>Gönderim Zamanı:</strong> 26&nbsp;Temmuz&nbsp;2024 Saat 10:39<br /><br />Unit çağırmada değil, kodda bulunan bir şey.]]>
   </description>
   <pubDate>Fri, 26 Jul 2024 10:39:36 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=751&amp;PID=1217#1217</guid>
  </item> 
  <item>
   <title><![CDATA[ArrayString ile dinamik kod hatası. : Sorun Unit &#231;a&#287;&#305;rmada galiba. Farkl&#305;...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=751&amp;PID=1216#1216</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=171">OlgunAgac</a><br /><strong>Konu:</strong> 751<br /><strong>Gönderim Zamanı:</strong> 26&nbsp;Temmuz&nbsp;2024 Saat 10:32<br /><br />Sorun Unit çağırmada galiba. Farklı bir kodda unit çağırma esnasında aynı hatayı veriyor.]]>
   </description>
   <pubDate>Fri, 26 Jul 2024 10:32:13 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=751&amp;PID=1216#1216</guid>
  </item> 
  <item>
   <title><![CDATA[ArrayString ile dinamik kod hatası. : Merhaba;		ArrayString kullanarak...]]></title>
   <link>https://forum.clomosy.com.tr/forum_posts.asp?TID=751&amp;PID=1215#1215</link>
   <description>
    <![CDATA[<strong>Yazar:</strong> <a href="https://forum.clomosy.com.tr/member_profile.asp?PF=171">OlgunAgac</a><br /><strong>Konu:</strong> 751<br /><strong>Gönderim Zamanı:</strong> 26&nbsp;Temmuz&nbsp;2024 Saat 10:22<br /><br />Merhaba;<div><br></div><div><span style="white-space:pre">		</span>ArrayString kullanarak tuttuğum 4 adet renk verisini sırayla oluşturduğum paneller için kullanmam gerek fakat aynı hatayı alıp duruyorum.</div><div><br></div><div>"$"4" is not a valid integer value</div><div><br></div><div>Hata nerede anlayamadım.</div><div>Kod;</div><div><br></div><div><div>var</div><div>MainForm:TclForm;</div><div>noteBtn:TclProButton;</div><div>notePanels:TclProPanel;</div><div>vScrollBoxL,vScrollBoxR:TclVertScrollBox;</div><div>btnBtn:TclProButton;</div><div>noteEdit:TclProEdit;</div><div>noteLabel:TclProLabel;</div><div>sqlQuery:TclSqlQuery;</div><div>colorArray:TclArrayString;</div><div>noteIDstr:String;</div><div>queue,colorQueue,textLength:Integer;</div><div><br></div><div>function openEditor(noteID:Integer)</div><div>{</div><div>&nbsp; Clomosy.GlobalVariableInteger = noteID;</div><div>&nbsp; MainForm.clShow;</div><div>&nbsp; Clomosy.RunUnit('editorPage');</div><div>}</div><div><br></div><div>void createNewNote</div><div>var</div><div>latestIDstr:String;</div><div>latestID:Integer;</div><div>{</div><div>&nbsp; sqlQuery.SQL.Text = 'SELECT * FROM Notebook';</div><div>&nbsp; sqlQuery.Open;</div><div>&nbsp;&nbsp;</div><div>&nbsp; if(not sqlQuery.Found)</div><div>&nbsp; {</div><div>&nbsp; &nbsp; ShowMessage('Bilinmeyen hata!');</div><div>&nbsp; }</div><div>&nbsp; else</div><div>&nbsp; {</div><div>&nbsp; &nbsp; sqlQuery.Last;</div><div>&nbsp; &nbsp; latestIDstr = sqlQuery.FieldByName('NoteID').AsString;</div><div>&nbsp; &nbsp; latestID = StrToInt(latestIDstr);</div><div>&nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; sqlQuery.SQL.Text = 'INSERT INTO Notebook(UserGUID, Text) VALUES(' + QuotedStr(Clomosy.AppUserGUID) + ',' + QuotedStr('') + ')';</div><div>&nbsp; &nbsp; sqlQuery.ExecSql;</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; openEditor(latestID);</div><div>}</div><div><br></div><div>void editNoteFunc</div><div>var senderPanel:TclProLabel;</div><div>{</div><div>&nbsp; senderPanel = TclProLabel(MainForm.ClSender);</div><div>&nbsp; openEditor(StrToInt(senderPanel.Hint));</div><div>}</div><div><br></div><div>{</div><div>&nbsp; MainForm = TclForm.Create(self);</div><div>&nbsp; MainForm.SetFormColor('#000000','#000000',clGVertical);</div><div>&nbsp;&nbsp;</div><div>&nbsp; colorArray = TclArrayString.Create;</div><div>&nbsp; colorArray.Add('#44FAFD');</div><div>&nbsp; colorArray.Add('#49E94C');</div><div>&nbsp; colorArray.Add('#BC55EC');</div><div>&nbsp; colorArray.Add('#E4F943');</div><div>&nbsp;&nbsp;</div><div>&nbsp; vScrollBoxL = MainForm.AddNewVertScrollBox(MainForm,'vScrollBoxL');</div><div>&nbsp; vScrollBoxL.Margins.Left = 15;</div><div>&nbsp; vScrollBoxL.Margins.Right = 15;</div><div>&nbsp; vScrollBoxL.Margins.Top = 15;</div><div>&nbsp; vScrollBoxL.Margins.Bottom = 15;</div><div>&nbsp; vScrollBoxL.Width = MainForm.clWidth / 2 - 25;</div><div>&nbsp; vScrollBoxL.Align = alLeft;</div><div>&nbsp;&nbsp;</div><div>&nbsp; vScrollBoxR = MainForm.AddNewVertScrollBox(MainForm,'vScrollBoxR');</div><div>&nbsp; vScrollBoxR.Margins.Left = 15;</div><div>&nbsp; vScrollBoxR.Margins.Right = 15;</div><div>&nbsp; vScrollBoxR.Margins.Top = 15;</div><div>&nbsp; vScrollBoxR.Margins.Bottom = 15;</div><div>&nbsp; vScrollBoxR.Width = MainForm.clWidth / 2 - 25;</div><div>&nbsp; vScrollBoxR.Align = alRight;</div><div>&nbsp;&nbsp;</div><div>&nbsp; noteBtn = MainForm.AddNewProButton(MainForm, 'noteBtn', '');</div><div>&nbsp; clComponent.SetupComponent(noteBtn,'{</div><div>&nbsp; "Align" : "None"</div><div>&nbsp; }');</div><div>&nbsp; noteBtn.clProSettings.PictureSource = '<a href="https://i.hizliresim.com/momk4f6.png" target="_blank" rel="nofollow">https://i.hizliresim.com/momk4f6.png</a>';</div><div>&nbsp; noteBtn.clProSettings.PictureAutoFit = True;</div><div>&nbsp; noteBtn.clProSettings.BackgroundColor = clAlphaColor.clHexToColor('#3F3F3F');</div><div>&nbsp; noteBtn.Height = 50;</div><div>&nbsp; noteBtn.Width = 50;</div><div>&nbsp; noteBtn.clProSettings.RoundHeight = 15;</div><div>&nbsp; noteBtn.clProSettings.RoundWidth = 15;</div><div>&nbsp; noteBtn.SetclProSettings(noteBtn.clProSettings);</div><div>&nbsp;&nbsp;</div><div>&nbsp; noteBtn.Position.X = (MainForm.clWidth * 0.85) - (noteBtn.Width/2);</div><div>&nbsp; noteBtn.Position.Y = (MainForm.clHeight * 0.9) + (noteBtn.Height/2);</div><div>&nbsp;&nbsp;</div><div>&nbsp; MainForm.AddNewEvent(noteBtn, tbeOnClick, 'createNewNote');</div><div>&nbsp;&nbsp;</div><div>&nbsp; try</div><div>&nbsp; &nbsp; sqlQuery = TCLSqlQuery.Create(nil);</div><div>&nbsp; &nbsp; Clomosy.DBSQLServerConnect('SQL Server', 'clomosyserver.database.windows.net', 'dbAdmin', 'Clomosydb1234', 'ClomosyDatabase', 1433);</div><div>&nbsp; &nbsp; sqlQuery.Connection = Clomosy.DBSQLServerConnection;</div><div>&nbsp; except</div><div>&nbsp; &nbsp; ShowMessage('Sunucuya bağlantı kurulamadı.');</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; try</div><div>&nbsp; &nbsp; sqlQuery.SQL.Text = 'SELECT NoteID, Text FROM Notebook WHERE UserGUID = ' + QuotedStr(Clomosy.AppUserGUID);</div><div>&nbsp; &nbsp; sqlQuery.Open;</div><div>&nbsp; &nbsp; if (not sqlQuery.Found)</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; ShowMessage('Bilinmeyen bir hata ile karşılaşıldı!' + LastExceptionMessage);</div><div>&nbsp; &nbsp; }</div><div>&nbsp; &nbsp; else</div><div>&nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; queue = 0;</div><div>&nbsp; &nbsp; &nbsp; colorQueue = 0;</div><div>&nbsp; &nbsp; &nbsp; while(not sqlQuery.EOF)</div><div>&nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; noteIDstr = 'nPanel' + IntToStr(sqlQuery.FieldByName('NoteID').AsString);</div><div>&nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; if((queue mod 2) == 0)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMessage(colorQueue);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; notePanels = MainForm.AddNewProPanel(vScrollBoxL, noteIDstr);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clComponent.SetupComponent(notePanels, '{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "MarginTop" : 15,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "BackgroundColor" : "' + QuotedStr(colorArray.GetItem(colorQueue)) + '",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "RoundHeight" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "RoundWidth" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "Align" : "Top"}');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textLength = Length(sqlQuery.FieldByName('Text').AsString);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textLength = textLength / 18;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textLength = Trunc(textLength);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if(textLength &lt; 18)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textLength = (textLength * 30) + 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textLength = (textLength * 30);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel = MainForm.AddNewProLabel(notePanels, 'noteLabel' + noteIDstr, '');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clComponent.SetupComponent(noteLabel,'{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "Align" : "Client",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "RoundHeight" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "RoundWidth" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "MarginTop" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "MarginBottom" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "MarginLeft" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "MarginRight" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "TextHorizontalAlign" : "Left"}');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.clProSettings.AutoSize = true;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.clProSettings.WordWrap = true;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.clProSettings.BackgroundColor = clAlphaColor.clHexToColor(QuotedStr(colorArray.GetItem(colorQueue)));;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.clProSettings.FontSize = 18;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.Caption = sqlQuery.FieldByName('Text').AsString;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.Hint = sqlQuery.FieldByName('NoteID').AsString;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.SetclProSettings(noteLabel.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MainForm.AddNewEvent(noteLabel,tbeOnClick,'editNoteFunc');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; notePanels.Height = textLength;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlQuery.Next;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Inc(queue);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if((colorQueue mod 3)==1)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; colorQueue = 0;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Inc(colorQueue);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMessage(colorQueue);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMessage(colorQueue);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; notePanels = MainForm.AddNewProPanel(vScrollBoxR, noteIDstr);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clComponent.SetupComponent(notePanels, '{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "MarginTop" : 15,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "BackgroundColor" : "' + QuotedStr(colorArray.GetItem(colorQueue)) + '",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "RoundHeight" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "RoundWidth" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "Align" : "Top"}');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textLength = Length(sqlQuery.FieldByName('Text').AsString);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textLength = textLength / 18;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textLength = Trunc(textLength);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if(textLength &lt; 18)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textLength = (textLength * 30) + 30;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; textLength = (textLength * 30);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel = MainForm.AddNewProLabel(notePanels, 'noteLabel' + noteIDstr, '');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; clComponent.SetupComponent(noteLabel,'{</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "Align" : "Client",</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "RoundHeight" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "RoundWidth" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "MarginTop" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "MarginBottom" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "MarginLeft" : 5,</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; "MarginRight" : 5}');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.clProSettings.AutoSize = true;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.clProSettings.WordWrap = true;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.clProSettings.BackgroundColor = clAlphaColor.clHexToColor(QuotedStr(colorArray.GetItem(colorQueue)));</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.clProSettings.FontSize = 18;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.Caption = sqlQuery.FieldByName('Text').AsString;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.Hint = sqlQuery.FieldByName('NoteID').AsString;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; noteLabel.SetclProSettings(noteLabel.clProSettings);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MainForm.AddNewEvent(noteLabel,tbeOnClick,'editNoteFunc');</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; notePanels.Height = textLength;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; sqlQuery.Next;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Dec(queue);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if((colorQueue mod 3)==1)</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; colorQueue = 0;</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; else</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Inc(colorQueue);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ShowMessage(colorQueue);</div><div>&nbsp; &nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; &nbsp; }</div><div>&nbsp; &nbsp; }</div><div>&nbsp; finally</div><div>&nbsp; }</div><div>&nbsp;&nbsp;</div><div>&nbsp; MainForm.Run;</div><div>}</div></div>]]>
   </description>
   <pubDate>Fri, 26 Jul 2024 10:22:31 +0000</pubDate>
   <guid isPermaLink="true">https://forum.clomosy.com.tr/forum_posts.asp?TID=751&amp;PID=1215#1215</guid>
  </item> 
 </channel>
</rss>