<?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 — Resize Form]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=7527</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=7527&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Resize Form.]]></description>
		<lastBuildDate>Tue, 18 May 2021 04:40:06 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=41025#p41025</link>
			<description><![CDATA[<div class="quotebox"><cite>sibprogsistem wrote:</cite><blockquote><p>Install&nbsp; BorderStyle -&gt; bsNone&nbsp; for Form1, Form2,Form3</p></blockquote></div><p>Thanks bro</p>]]></description>
			<author><![CDATA[null@example.com (malitos)]]></author>
			<pubDate>Tue, 18 May 2021 04:40:06 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=41025#p41025</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=41022#p41022</link>
			<description><![CDATA[<p>Install&nbsp; BorderStyle -&gt; bsNone&nbsp; for Form1, Form2,Form3</p>]]></description>
			<author><![CDATA[null@example.com (sibprogsistem)]]></author>
			<pubDate>Mon, 17 May 2021 22:07:42 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=41022#p41022</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=41014#p41014</link>
			<description><![CDATA[<p>Hello again. There was a problem with clicking on the edit field. There is a main window in it, three forms are displayed on the buttons that open in the main window. The problem is that when you open the child forms when you click on the edit field the left mouse button does not work but the right one works tell me what is the reason? Project attached.</p>]]></description>
			<author><![CDATA[null@example.com (malitos)]]></author>
			<pubDate>Mon, 17 May 2021 10:09:40 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=41014#p41014</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40979#p40979</link>
			<description><![CDATA[<p><span class="postimg"><img src="http://myvisualdatabase.com/forum/misc.php?action=pun_attachment&amp;item=7709&amp;download=0" alt="http://myvisualdatabase.com/forum/misc.php?action=pun_attachment&amp;amp;item=7709&amp;amp;download=0" /></span></p>]]></description>
			<author><![CDATA[null@example.com (sibprogsistem)]]></author>
			<pubDate>Fri, 14 May 2021 15:37:15 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40979#p40979</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40978#p40978</link>
			<description><![CDATA[<p>Everything seems to be sorted out just added a script to each form that opens in the main form:</p><p>procedure Form1_OnResize (Sender: TObject; Action: string);<br />begin<br />&nbsp; Form1:=frmStart.Panel4.Left;<br />&nbsp; Form1.Top:=frmStart.Panel4.Top;<br />&nbsp; Form1.Width:=frmStart.Panel4.Width;<br />&nbsp; Form1.Height:=frmStart.Panel4.Height;<br />end;</p><p>Now when we open the Form1 button it adjusts to the size of Panel 4 <img src="https://myvisualdatabase.com/forum/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></description>
			<author><![CDATA[null@example.com (malitos)]]></author>
			<pubDate>Fri, 14 May 2021 10:22:14 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40978#p40978</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40977#p40977</link>
			<description><![CDATA[<p>The script probably needs to be written: Click expand the window button 1 is triggered back click in the normal state button 1 is triggered is this possible?</p>]]></description>
			<author><![CDATA[null@example.com (malitos)]]></author>
			<pubDate>Fri, 14 May 2021 09:45:56 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40977#p40977</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40975#p40975</link>
			<description><![CDATA[<div class="quotebox"><cite>malitos wrote:</cite><blockquote><p>Because when you click expand Form1 or Form2, you can&#039;t see the borders at the bottom of the screen. It is possible to make it there so that when you expand or weld frmStart while Form1 or Form2 were fully visible ( which was visible on the right side and the lower basement)</p></blockquote></div><p>To further understand my idea, I will say that you need to make sure that when you scan the frmStart form to full screen, the other forms also adjust to the size of the frmStart. When I click on expand the main window, Form1 remains partially expanded and as it was before the deployment, while if you click on the Button that calls the form again, the window becomes normal size (full screen) The question is why do I need to click the form call button again to get the desired size?</p>]]></description>
			<author><![CDATA[null@example.com (malitos)]]></author>
			<pubDate>Fri, 14 May 2021 08:30:44 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40975#p40975</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40972#p40972</link>
			<description><![CDATA[<p>Because when you click expand Form1 or Form2, you can&#039;t see the borders at the bottom of the screen. It is possible to make it there so that when you expand or weld frmStart while Form1 or Form2 were fully visible ( which was visible on the right side and the lower basement)</p>]]></description>
			<author><![CDATA[null@example.com (malitos)]]></author>
			<pubDate>Fri, 14 May 2021 07:42:21 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40972#p40972</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40968#p40968</link>
			<description><![CDATA[<div class="quotebox"><cite>sibprogsistem wrote:</cite><blockquote><div class="quotebox"><cite>malitos wrote:</cite><blockquote><p>Can I ask you a moment again? If you need to see a photo from the Form1 Form table on the Start form, the script I threw something but it doesn&#039;t work <img src="https://myvisualdatabase.com/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p></blockquote></div><p><strong>frmStart.GridClients.dbItemID</strong><br /></p><div class="quotebox"><blockquote><p>GridClients</p></blockquote></div><p>you do not have a table with that name</p></blockquote></div><p>Thank you for seeing the error. You corrected me the above project, where I added 2 windows is it possible to write a script for adding several windows? and if it is not difficult to tell me why they are all opened differently, I would like that when you click on the button, all forms 1 2 3 are equally exactly in relation to the main form</p>]]></description>
			<author><![CDATA[null@example.com (malitos)]]></author>
			<pubDate>Fri, 14 May 2021 06:10:24 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40968#p40968</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40964#p40964</link>
			<description><![CDATA[<div class="quotebox"><cite>malitos wrote:</cite><blockquote><p>Can I ask you a moment again? If you need to see a photo from the Form1 Form table on the Start form, the script I threw something but it doesn&#039;t work <img src="https://myvisualdatabase.com/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p></blockquote></div><p><strong>frmStart.GridClients.dbItemID</strong><br /></p><div class="quotebox"><blockquote><p>GridClients</p></blockquote></div><p>you do not have a table with that name</p>]]></description>
			<author><![CDATA[null@example.com (sibprogsistem)]]></author>
			<pubDate>Thu, 13 May 2021 12:03:55 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40964#p40964</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40963#p40963</link>
			<description><![CDATA[<p>Can I ask you a moment again? If you need to see a photo from the Form1 Form table on the Start form, the script I threw something but it doesn&#039;t work <img src="https://myvisualdatabase.com/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p>]]></description>
			<author><![CDATA[null@example.com (malitos)]]></author>
			<pubDate>Thu, 13 May 2021 11:33:42 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40963#p40963</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40961#p40961</link>
			<description><![CDATA[<p>Thank you so much. Works</p>]]></description>
			<author><![CDATA[null@example.com (malitos)]]></author>
			<pubDate>Thu, 13 May 2021 08:57:47 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40961#p40961</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40959#p40959</link>
			<description><![CDATA[<p>.</p>]]></description>
			<author><![CDATA[null@example.com (sibprogsistem)]]></author>
			<pubDate>Thu, 13 May 2021 06:55:14 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40959#p40959</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40958#p40958</link>
			<description><![CDATA[<p>Please</p>]]></description>
			<author><![CDATA[null@example.com (malitos)]]></author>
			<pubDate>Thu, 13 May 2021 05:14:56 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40958#p40958</guid>
		</item>
		<item>
			<title><![CDATA[Re: Resize Form]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=40954#p40954</link>
			<description><![CDATA[<div class="quotebox"><cite>malitos wrote:</cite><blockquote><p>Can it be done somehow via Panel attach Form1 when opening to the panel Please help <img src="https://myvisualdatabase.com/forum/img/smilies/sad.png" width="15" height="15" alt="sad" /></p></blockquote></div><p>upload your project</p>]]></description>
			<author><![CDATA[null@example.com (sibprogsistem)]]></author>
			<pubDate>Wed, 12 May 2021 16:11:48 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=40954#p40954</guid>
		</item>
	</channel>
</rss>
