<?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 Change Boolean combobox to checkbox in Tablegrid]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=7813</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=7813&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in How To Change Boolean combobox to checkbox in Tablegrid.]]></description>
		<lastBuildDate>Sun, 31 Oct 2021 14:26:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: How To Change Boolean combobox to checkbox in Tablegrid]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=42725#p42725</link>
			<description><![CDATA[<p>Hi prahousefamily,<br />.<br />Someone else might be able to help you with the checkbox part.&nbsp; I have not seen that done before as a tableGrid control-&nbsp; though I would be curious if this is possible as well.<br />.<br />As far as changing the values presented in the tableGrid, this is one way to do it.&nbsp; Create an extra calculatedField in your table containing this line:<br /></p><div class="codebox"><pre><code>case boolField when 1 then &#039;aaa&#039; when 0 then &#039;bbb &#039; else &#039;&#039; end</code></pre></div><p>.<br />Changing the boolField to the name of your actual boolean field, and the &#039;aaa&#039; and &#039;bbb&#039; to the values corresponding to the 1 and 0.<br />.<br />Hope this gets you started,<br />-joshuA</p>]]></description>
			<author><![CDATA[null@example.com (joshuA)]]></author>
			<pubDate>Sun, 31 Oct 2021 14:26:38 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=42725#p42725</guid>
		</item>
		<item>
			<title><![CDATA[How To Change Boolean combobox to checkbox in Tablegrid]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=42659#p42659</link>
			<description><![CDATA[<p>How to change value display boolean type in tablegrid<br />from combobox Yes/No<br /> to checkbox or change &quot;aaa&quot;,&quot;bbb&quot; ? help me please</p>]]></description>
			<author><![CDATA[null@example.com (prahousefamily)]]></author>
			<pubDate>Sun, 24 Oct 2021 03:57:36 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=42659#p42659</guid>
		</item>
	</channel>
</rss>
