﻿<?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?)  » Search field list and result</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sun, 14 Jun 2026 10:18:59 GMT</lastBuildDate><ttl>20</ttl><item><title>Search field list and result</title><link>http://forum.strataframe.net/FindPost8645.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I have tables as below&lt;/P&gt;&lt;P&gt;[quote]PurchaseInvoice -&amp;gt; PurchaseInvoiceDetails -&amp;gt; Items&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; -&amp;gt; Vendors[/quote]&lt;/P&gt;&lt;P&gt;I need to allow user to search for vendorid. I created browsedialog which provides search field such as ItemCode, ItemName and&amp;nbsp;VendorName which based on an user defined view (JOIN 4 tables above).&lt;/P&gt;&lt;P&gt;The search result may contains duplicated vendorid. Therefore, I need to add GROUP BY vendorid to my view. By doing this, I only can include vendorid in select column list. However, I need to provides other fields for searching in my browsedialog.&lt;/P&gt;&lt;P&gt;Any advice?&lt;/P&gt;&lt;P&gt;Thank you</description><pubDate>Wed, 02 May 2007 08:50:51 GMT</pubDate><dc:creator>Chan</dc:creator></item><item><title>RE: Search field list and result</title><link>http://forum.strataframe.net/FindPost8650.aspx</link><description>In the Group By of your view, can you not include all of the columns selected for the view?&amp;nbsp; List the VendorID first, then add the rest of the columns and you should get the results that you're looking for.</description><pubDate>Wed, 02 May 2007 08:50:51 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>