﻿<?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?)  » From Grid to Maintenance Window</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sat, 13 Jun 2026 08:54:31 GMT</lastBuildDate><ttl>20</ttl><item><title>From Grid to Maintenance Window</title><link>http://forum.strataframe.net/FindPost1313.aspx</link><description>How does one have a grid set to a customerBO that when he double clicks a row in the grid it opens the maintenance window with that record ready for editing.</description><pubDate>Thu, 01 Jun 2006 09:11:31 GMT</pubDate><dc:creator>Wayne Van Rooyen</dc:creator></item><item><title>RE: From Grid to Maintenance Window</title><link>http://forum.strataframe.net/FindPost1319.aspx</link><description>To accomplish that task, you use the ChildFormDialog component.&amp;nbsp; When the grid record is double-clicked, simply Navigate() the business object to that record and then call ChildFormDialog.ShowDialog() to show the maintenance form and edit the customer record.&amp;nbsp; There is a sample of how to configure a ChildFormDialog within the Samples folder in the StrataFrame program group in the Start Menu.&amp;nbsp; The sample is C# only, I believe.</description><pubDate>Thu, 01 Jun 2006 09:11:31 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>