<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Colorfull Command Buttons</title>
	<atom:link href="http://msaccesstips.com/2008/04/colorfull-command-buttons/feed/" rel="self" type="application/rss+xml" />
	<link>http://msaccesstips.com/2008/04/colorfull-command-buttons/</link>
	<description>Free MS-Access downloads</description>
	<lastBuildDate>Tue, 15 May 2012 19:07:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: a.p.r. pillai</title>
		<link>http://msaccesstips.com/2008/04/colorfull-command-buttons/comment-page-1/#comment-126</link>
		<dc:creator>a.p.r. pillai</dc:creator>
		<pubDate>Mon, 04 May 2009 07:24:41 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=185#comment-126</guid>
		<description>This is a known issue that it doesn&#039;t have the Tab Order Property. You have done nothing wrong. As an alternative measure you can create a Transparent Command Button (http://www.msaccesstips.com/2008/04/transparent-command-button/) with the same size and place it over the Colorful Comand Button and then you can set the tab order property value of the transparent command button. When you set the Transparent Property of a Normal Command Button to Yes; it becomes transparent or invisible.&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;a.p.r. pillai</description>
		<content:encoded><![CDATA[<p>This is a known issue that it doesn&#8217;t have the Tab Order Property. You have done nothing wrong. As an alternative measure you can create a Transparent Command Button (<a href="http://www.msaccesstips.com/2008/04/transparent-command-button/" rel="nofollow">http://www.msaccesstips.com/2008/04/transparent-command-button/</a>) with the same size and place it over the Colorful Comand Button and then you can set the tab order property value of the transparent command button. When you set the Transparent Property of a Normal Command Button to Yes; it becomes transparent or invisible.</p>
<p>Regards,<br />a.p.r. pillai</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://msaccesstips.com/2008/04/colorfull-command-buttons/comment-page-1/#comment-127</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Wed, 29 Apr 2009 23:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=185#comment-127</guid>
		<description>I like the ability to add buttons with color to my Access forms.  I have noticed one drawback, however, possibly because I have done something wrong.&lt;br /&gt;&lt;br /&gt;When colored buttons are created using the Copy/Paste from Word, the buttons on the Access form do not appear in the Tab Sequence.  When I run the form in form view, I cannot tab to the buttons, nor can I &quot;click&quot; them using the spacebar or enter key like I can for normal buttons.  This is a drawback to my GUI, which is very keyboard intensive.&lt;br /&gt;&lt;br /&gt;Have I done something wrong, or is this the correct functionality?&lt;br /&gt;&lt;br /&gt;Thanks&lt;br /&gt;GRC</description>
		<content:encoded><![CDATA[<p>I like the ability to add buttons with color to my Access forms.  I have noticed one drawback, however, possibly because I have done something wrong.</p>
<p>When colored buttons are created using the Copy/Paste from Word, the buttons on the Access form do not appear in the Tab Sequence.  When I run the form in form view, I cannot tab to the buttons, nor can I &#8220;click&#8221; them using the spacebar or enter key like I can for normal buttons.  This is a drawback to my GUI, which is very keyboard intensive.</p>
<p>Have I done something wrong, or is this the correct functionality?</p>
<p>Thanks<br />GRC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a.p.r. pillai</title>
		<link>http://msaccesstips.com/2008/04/colorfull-command-buttons/comment-page-1/#comment-128</link>
		<dc:creator>a.p.r. pillai</dc:creator>
		<pubDate>Fri, 02 Jan 2009 16:30:25 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=185#comment-128</guid>
		<description>Yes, you have a point there. But the Mouse Movements are always monitored by the system and a certain level of increase in CPU usage also noticed when the Mouse is in motion elsewhere.&lt;br /&gt;&lt;br /&gt;The statement in question (&lt;br /&gt;Me.OLEUnbound257.SpecialEffect = 2) can be put in test and prevent it from setting the value repeatedly when the value is already set, which will reduce the activity to a certain degree, like:&lt;br /&gt;&lt;br /&gt;If &lt;br /&gt;Me.OLEUnbound257.SpecialEffect = 2 then&lt;br /&gt;&lt;br /&gt;Me.OLEUnbound257.SpecialEffect = 1&lt;br /&gt;&lt;br /&gt;End If</description>
		<content:encoded><![CDATA[<p>Yes, you have a point there. But the Mouse Movements are always monitored by the system and a certain level of increase in CPU usage also noticed when the Mouse is in motion elsewhere.</p>
<p>The statement in question (<br />Me.OLEUnbound257.SpecialEffect = 2) can be put in test and prevent it from setting the value repeatedly when the value is already set, which will reduce the activity to a certain degree, like:</p>
<p>If <br />Me.OLEUnbound257.SpecialEffect = 2 then</p>
<p>Me.OLEUnbound257.SpecialEffect = 1</p>
<p>End If</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: a sap lover</title>
		<link>http://msaccesstips.com/2008/04/colorfull-command-buttons/comment-page-1/#comment-129</link>
		<dc:creator>a sap lover</dc:creator>
		<pubDate>Fri, 02 Jan 2009 12:19:00 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=185#comment-129</guid>
		<description>Yes it does work,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;however, pls do the following steps:&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;- pls open windows task manager, then click performance tab.&lt;br /&gt; &lt;br /&gt;- then go back to the form containing   those buttons &lt;br /&gt;&lt;br /&gt;- then pls drag the mouse over the form again and again..&lt;br /&gt;&lt;br /&gt;- see on windows task manager, u will notice that the CPU usage is getting higher...&lt;br /&gt;because ms access always proceed &quot;on move event&quot; everytime we drag the mouse over the form...&lt;br /&gt;&lt;br /&gt;regards&lt;br /&gt;a SAP Lover</description>
		<content:encoded><![CDATA[<p>Yes it does work,</p>
<p>however, pls do the following steps:</p>
<p>- pls open windows task manager, then click performance tab.</p>
<p>- then go back to the form containing   those buttons </p>
<p>- then pls drag the mouse over the form again and again..</p>
<p>- see on windows task manager, u will notice that the CPU usage is getting higher&#8230;<br />because ms access always proceed &#8220;on move event&#8221; everytime we drag the mouse over the form&#8230;</p>
<p>regards<br />a SAP Lover</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nromy</title>
		<link>http://msaccesstips.com/2008/04/colorfull-command-buttons/comment-page-1/#comment-130</link>
		<dc:creator>nromy</dc:creator>
		<pubDate>Fri, 02 Jan 2009 12:13:00 +0000</pubDate>
		<guid isPermaLink="false">http://msaccesstips.com/?p=185#comment-130</guid>
		<description>it does work, &lt;br /&gt;&lt;br /&gt;however:&lt;br /&gt;&lt;br /&gt;- pls open windows task manager, then click performance tab.&lt;br /&gt; &lt;br /&gt;- then go back to the form containing   those buttons &lt;br /&gt;&lt;br /&gt;- pls drag the mouse-pointer over the form again and again..&lt;br /&gt;&lt;br /&gt;- see on windows task manager, u will notice that the CPU usage is getting higher...&lt;br /&gt;&lt;br /&gt;because ms access always proceed &quot;on move event&quot; everytime we drag the mouse over the form...&lt;br /&gt;&lt;br /&gt;regards&lt;br /&gt;a SAP Lover &lt;br /&gt;romy</description>
		<content:encoded><![CDATA[<p>it does work, </p>
<p>however:</p>
<p>- pls open windows task manager, then click performance tab.</p>
<p>- then go back to the form containing   those buttons </p>
<p>- pls drag the mouse-pointer over the form again and again..</p>
<p>- see on windows task manager, u will notice that the CPU usage is getting higher&#8230;</p>
<p>because ms access always proceed &#8220;on move event&#8221; everytime we drag the mouse over the form&#8230;</p>
<p>regards<br />a SAP Lover <br />romy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

