﻿<?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?)  » Parent Table Field</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 08 Jun 2026 21:18:18 GMT</lastBuildDate><ttl>20</ttl><item><title>Parent Table Field</title><link>http://forum.strataframe.net/FindPost1530.aspx</link><description>How to display the parent table field in BrowseDialog form ? for example, an invoice that include the customer name in BrowseDialog and allows for searching and sorting.&lt;br&gt;
&lt;br&gt;
Another question is how to include the parent table field in the maintenance form and listview ? For example, an invoice that include the customer credit limit in the form.&lt;br&gt;
&lt;br&gt;</description><pubDate>Fri, 16 Jun 2006 17:17:03 GMT</pubDate><dc:creator>fookyean</dc:creator></item><item><title>RE: Parent Table Field</title><link>http://forum.strataframe.net/FindPost1562.aspx</link><description>The browse dialog is primarily used to search a single entity.&amp;nbsp; However, you can associate a business object with a view which would give you this type of flexibility since it can span multiple tables.&amp;nbsp; But as of now, the BrowseDialog is really geared for searching a single business object.&lt;/P&gt;&lt;P&gt;If you want to show information associated with another business object within the same browse, look at the sample in the "Samples and Solutions" are of the forum on from the main page.&amp;nbsp; There is a sample that shows how to use an InformationPanel within the browse dialog which ultimately allows you to do anything you want.</description><pubDate>Fri, 16 Jun 2006 17:17:03 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Parent Table Field</title><link>http://forum.strataframe.net/FindPost1557.aspx</link><description>Besides display the parent field value in the list , is that possible to allows user to search/filter by parent field value in BrowseDialog ? For example, Browse invoice able to search by cusomer code and customer name.</description><pubDate>Thu, 15 Jun 2006 21:22:10 GMT</pubDate><dc:creator>Michael Wong</dc:creator></item><item><title>RE: Parent Table Field</title><link>http://forum.strataframe.net/FindPost1533.aspx</link><description>When you display records within the ListView, you can create a join between the child records and the parent records.&amp;nbsp; When you set the PopulationDataSourceSettings on the business object, simply type in the name of the joined fields when adding a new "Display Field" and it will be added to the list (it does not have to exist as a property on the business object itself).&lt;/P&gt;&lt;P&gt;As for the BrowseDialog, you cannot add parent fields to the list results themselves, but if you create a BrowseInformationPanel, you can show any additional information within the panel.&amp;nbsp;</description><pubDate>Wed, 14 Jun 2006 09:30:29 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>