<?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 — using namecase]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=3650</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=3650&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in using namecase.]]></description>
		<lastBuildDate>Wed, 16 Aug 2017 17:51:27 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: using namecase]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=21714#p21714</link>
			<description><![CDATA[<div class="quotebox"><cite>derek wrote:</cite><blockquote><p>Hi Dmitry,<br />Thanks for the reply,<br />Can&#039;t &#039;namecase&#039; be added as a dropdown value for the &#039;charcase&#039; object property for edit fields?<br />That would be one less thing that requires scripting.<br />Derek.</p></blockquote></div><p>Hello.</p><br /><p>Unfortunately not.</p>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Wed, 16 Aug 2017 17:51:27 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=21714#p21714</guid>
		</item>
		<item>
			<title><![CDATA[Re: using namecase]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=21713#p21713</link>
			<description><![CDATA[<p>Hi Dmitry,<br />Thanks for the reply,<br />Can&#039;t &#039;namecase&#039; be added as a dropdown value for the &#039;charcase&#039; object property for edit fields?<br />That would be one less thing that requires scripting.<br />Derek.</p>]]></description>
			<author><![CDATA[null@example.com (derek)]]></author>
			<pubDate>Wed, 16 Aug 2017 17:40:53 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=21713#p21713</guid>
		</item>
		<item>
			<title><![CDATA[Re: using namecase]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=21706#p21706</link>
			<description><![CDATA[<p>Hello.</p><br /><p>Check it out<br /></p><div class="codebox"><pre><code>procedure Form1_Button1_OnClick (Sender: string; var Cancel: boolean);
begin
    form1.edit1.text := namecase(form1.edit1.text);
end;</code></pre></div><br /><p>Also you can disable properties Default = False of TextBox so when user hit &#039;enter&#039; it&#039;s not saving record.</p>]]></description>
			<author><![CDATA[null@example.com (DriveSoft)]]></author>
			<pubDate>Wed, 16 Aug 2017 11:49:56 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=21706#p21706</guid>
		</item>
		<item>
			<title><![CDATA[using namecase]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=21694#p21694</link>
			<description><![CDATA[<p>Hi Dmitry,<br />I use the &#039;namecase&#039; function to capitalise the first letter of names automatically. <br />If I associate it with an &#039;on exit&#039; event, it works.&nbsp; However, users may just hit &#039;enter&#039; to save rather than exiting the field first in which case the script does not execute.<br />So I have tried associating &#039;namecase&#039; with an &#039;on change&#039; event.&nbsp; Yes, it works........BUT the value entered then goes from right to left instead of left to right (please see attached).<br />Is this something you can fix?<br />Thanks,<br />Derek.</p>]]></description>
			<author><![CDATA[null@example.com (derek)]]></author>
			<pubDate>Tue, 15 Aug 2017 10:32:32 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=21694#p21694</guid>
		</item>
	</channel>
</rss>
