﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » WinForms (How do I?)  » Access Continues Form Style in StrataFrame</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 08:26:16 GMT</lastBuildDate><ttl>20</ttl><item><title>Access Continues Form Style in StrataFrame</title><link>http://forum.strataframe.net/FindPost21022.aspx</link><description>Hi,&lt;br&gt;
&lt;br&gt;
I would like to create a maintenance form control similar to Access Continues Form (see attached image) for simple one field look up values maintenance. Each record would be displayed in separate text box, and user can add new record by simply typing in the last empty text box (see attached image). &lt;br&gt;
Is there an easy way to accomplish this with StrataFrame? I experimented with Layout Panels, but it requires way too much code, and becomes difficult to maintain. I was hoping StrataFrame could help me here. And maybe someone else has done anything similar or have any suggestions or ideas, I'd appreciate your input.&lt;br&gt;
&lt;br&gt;
Thanks</description><pubDate>Thu, 04 Dec 2008 12:30:13 GMT</pubDate><dc:creator>Leonard P.</dc:creator></item><item><title>RE: Access Continues Form Style in StrataFrame</title><link>http://forum.strataframe.net/FindPost21031.aspx</link><description>[quote][b]Ivan George Borges (12/04/2008)[/b][hr]Or you could not pay any attention to me and follow Trent's advice... :D[/quote]&lt;br&gt;
Sounds easy enough.... :)&lt;br&gt;
Thanks Trent, that's kind of where I was going...</description><pubDate>Thu, 04 Dec 2008 12:30:13 GMT</pubDate><dc:creator>Leonard P.</dc:creator></item><item><title>RE: Access Continues Form Style in StrataFrame</title><link>http://forum.strataframe.net/FindPost21027.aspx</link><description>Or you could not pay any attention to me and follow Trent's advice... :D</description><pubDate>Thu, 04 Dec 2008 10:12:08 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Access Continues Form Style in StrataFrame</title><link>http://forum.strataframe.net/FindPost21026.aspx</link><description>Hi Leonard.&lt;/P&gt;&lt;P&gt;It does look like a Grid, doen't it?&lt;/P&gt;&lt;P&gt;Maybe you could create some code to make sure to always have an empty new record on the bottom of your BO, and threat the KeyPress for an Enter, save it if the content is valid&amp;nbsp;and create a new one for the user automagically.</description><pubDate>Thu, 04 Dec 2008 10:11:04 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Access Continues Form Style in StrataFrame</title><link>http://forum.strataframe.net/FindPost21025.aspx</link><description>I have attached a screen shot in our medical software where we have done this.&amp;nbsp; We have done this a numoftimes, but this is a good example.&amp;nbsp; It is actually very easy to do.&amp;nbsp; In this example, I dropped on a FlowLayoutPanel, then I set the docking to fill the area.&amp;nbsp; Since I was going to be adding controls into this dynamically, the FlowLayoutPanel was best.&amp;nbsp; But if your controls will be static, then just drop on a Panel or a ThemedPanel.&amp;nbsp; Set the AutoScroll property to True, and then start adding controls that exceed the bottom of the control.&amp;nbsp; The scroll bar will automatically appear if the AutoScroll property is set to True.&amp;nbsp; That is basically it.&amp;nbsp; Let me know if you have any troubles.</description><pubDate>Thu, 04 Dec 2008 10:09:15 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>