<?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 — passcode]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=8852</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=8852&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in passcode.]]></description>
		<lastBuildDate>Sat, 17 Feb 2024 08:00:12 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: passcode]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=50303#p50303</link>
			<description><![CDATA[<p>you can try setting InputPass as empty string.<br />as to saving the password, there&#039;s a couple of way to do it in my perspective.<br />you can save it in database. or in an ini file. but make sure to encrypt it.</p>]]></description>
			<author><![CDATA[null@example.com (brian.zaballa)]]></author>
			<pubDate>Sat, 17 Feb 2024 08:00:12 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=50303#p50303</guid>
		</item>
		<item>
			<title><![CDATA[Re: passcode]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=50302#p50302</link>
			<description><![CDATA[<div class="quotebox"><cite>pavlenko.vladimir.v wrote:</cite><blockquote><div class="quotebox"><cite>ms2014m wrote:</cite><blockquote><p>How can when I press the delete key it asks for the passcode to confirm the deletion?</p></blockquote></div><div class="codebox"><pre><code>procedure Form1_Button2_OnClick (Sender: TObject; var Cancel: boolean);
var
 pass : string = &#039;1234jkjh&#039;;
 inputPass : string;
begin
  InputQuery(&#039;Подтверждение удаления &#039;,&#039;Для удаления записи введите пароль&#039;,inputPass);
  if (inputPass &lt;&gt; pass) then Cancel := True;
end;</code></pre></div></blockquote></div><br /><br /><p>Thank you very much<br />It works well, but when deleting the first time, it asks for the password, and when deleting the second time, I find the password registered automatically, and this is not good.<br />Is it possible to create a page where I can change the password and save it?</p>]]></description>
			<author><![CDATA[null@example.com (ms2014m)]]></author>
			<pubDate>Sat, 17 Feb 2024 00:06:55 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=50302#p50302</guid>
		</item>
		<item>
			<title><![CDATA[Re: passcode]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=50287#p50287</link>
			<description><![CDATA[<div class="quotebox"><cite>ms2014m wrote:</cite><blockquote><p>How can when I press the delete key it asks for the passcode to confirm the deletion?</p></blockquote></div><div class="codebox"><pre><code>procedure Form1_Button2_OnClick (Sender: TObject; var Cancel: boolean);
var
 pass : string = &#039;1234jkjh&#039;;
 inputPass : string;
begin
  InputQuery(&#039;Подтверждение удаления &#039;,&#039;Для удаления записи введите пароль&#039;,inputPass);
  if (inputPass &lt;&gt; pass) then Cancel := True;
end;</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (pavlenko.vladimir.v)]]></author>
			<pubDate>Fri, 16 Feb 2024 13:50:17 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=50287#p50287</guid>
		</item>
		<item>
			<title><![CDATA[passcode]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=50284#p50284</link>
			<description><![CDATA[<p>How can when I press the delete key it asks for the passcode to confirm the deletion?</p>]]></description>
			<author><![CDATA[null@example.com (ms2014m)]]></author>
			<pubDate>Thu, 15 Feb 2024 21:20:40 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=50284#p50284</guid>
		</item>
	</channel>
</rss>
