<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[My Visual Database — How to click once on a table Grid cell to display the results in one .]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=9024</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=9024&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How to click once on a table Grid cell to display the results in one ..]]></description>
		<lastBuildDate>Mon, 26 Aug 2024 22:13:41 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51417#p51417</link>
			<description><![CDATA[<p>Thank you very very very very much Mr derek</p>]]></description>
			<author><![CDATA[null@example.com (mouasomar)]]></author>
			<pubDate>Mon, 26 Aug 2024 22:13:41 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51417#p51417</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51416#p51416</link>
			<description><![CDATA[<p>see attached</p>]]></description>
			<author><![CDATA[null@example.com (derek)]]></author>
			<pubDate>Mon, 26 Aug 2024 19:59:16 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51416#p51416</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51401#p51401</link>
			<description><![CDATA[<p>Hello<br />in this case how to write the code (emplsex)</p>]]></description>
			<author><![CDATA[null@example.com (mouasomar)]]></author>
			<pubDate>Sat, 24 Aug 2024 23:14:02 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51401#p51401</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51397#p51397</link>
			<description><![CDATA[<p>The operation was successful.<br /> Thank you very much Mr derek</p>]]></description>
			<author><![CDATA[null@example.com (mouasomar)]]></author>
			<pubDate>Sat, 24 Aug 2024 11:50:35 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51397#p51397</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51396#p51396</link>
			<description><![CDATA[<p>Hi Mouasomar, Salut Jean et Destiny,<br />Jean&#039;s code is correct. <br />If you upload your application, we could see where your mistake is , otherwise it&#039;s just guess-work.<br />It should be something like this (see attached).<br />Derek.</p>]]></description>
			<author><![CDATA[null@example.com (derek)]]></author>
			<pubDate>Sat, 24 Aug 2024 10:11:38 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51396#p51396</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51395#p51395</link>
			<description><![CDATA[<p>You need to add the image component in &quot;Database tables&quot;</p>]]></description>
			<author><![CDATA[null@example.com (Destiny)]]></author>
			<pubDate>Sat, 24 Aug 2024 09:55:27 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51395#p51395</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51394#p51394</link>
			<description><![CDATA[<p>Sorry jean.brezhonek, but the operation was unsuccessful.</p>]]></description>
			<author><![CDATA[null@example.com (mouasomar)]]></author>
			<pubDate>Sat, 24 Aug 2024 08:44:33 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51394#p51394</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51393#p51393</link>
			<description><![CDATA[<p>Hello Mouasomar, Hi Derek</p><p>1 - Add a DBImage (or a TImage) on Form1<br />2 - Add this code after the GetDetails procedure:</p><p>procedure get_details (Sender: TObject; MouseLeft, MouseRight, MouseMiddle: boolean; Shift, Alt, Ctrl: boolean; X, Y: Integer);<br />begin<br />......<br />.......<br />Form1.DBImage1.Clear;<br />Form1.DBImage1.LoadFromDatabase(&#039;YourTable&#039;, &#039;YourPicture&#039;, Form1.GridEmployees.dbItemID);<br />end;</p><p>JB</p>]]></description>
			<author><![CDATA[null@example.com (jean.brezhonek)]]></author>
			<pubDate>Sat, 24 Aug 2024 06:07:52 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51393#p51393</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51390#p51390</link>
			<description><![CDATA[<p>Sorry</p><p>Everything is good</p><p>But I had a problem adding the image in the previous example</p>]]></description>
			<author><![CDATA[null@example.com (mouasomar)]]></author>
			<pubDate>Fri, 23 Aug 2024 22:19:40 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51390#p51390</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51389#p51389</link>
			<description><![CDATA[<p>That&#039;s what I wanted<br />thank you very much&nbsp; Mr derek</p>]]></description>
			<author><![CDATA[null@example.com (mouasomar)]]></author>
			<pubDate>Fri, 23 Aug 2024 20:42:15 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51389#p51389</guid>
		</item>
		<item>
			<title><![CDATA[Re: How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51388#p51388</link>
			<description><![CDATA[<p>So, it&#039;s actually multiple edit fields and not one memo field!</p>]]></description>
			<author><![CDATA[null@example.com (derek)]]></author>
			<pubDate>Fri, 23 Aug 2024 20:21:12 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51388#p51388</guid>
		</item>
		<item>
			<title><![CDATA[How to click once on a table Grid cell to display the results in one .]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=51387#p51387</link>
			<description><![CDATA[<p>How to click once on a table Grid cell to display the results in one or more cells in Memo</p>]]></description>
			<author><![CDATA[null@example.com (mouasomar)]]></author>
			<pubDate>Fri, 23 Aug 2024 18:45:44 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=51387#p51387</guid>
		</item>
	</channel>
</rss>
