﻿<?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?)  » browse dialog options</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 15 Sep 2026 02:43:01 GMT</lastBuildDate><ttl>20</ttl><item><title>browse dialog options</title><link>http://forum.strataframe.net/FindPost31004.aspx</link><description>As I can see, the Browse dialog manage strings allways with begin with, or contains, what If I want to use the denial, not contains, for example. Is there a way to do this?&lt;br/&gt;Regards</description><pubDate>Tue, 06 Mar 2012 10:44:20 GMT</pubDate><dc:creator>Felix M Avendano</dc:creator></item><item><title>RE: browse dialog options</title><link>http://forum.strataframe.net/FindPost31009.aspx</link><description>That is basically how you would add a new statement. What do you need to do?</description><pubDate>Tue, 06 Mar 2012 10:44:20 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: browse dialog options</title><link>http://forum.strataframe.net/FindPost31008.aspx</link><description>I tried but there's something I'm missing, &lt;span&gt;:(&lt;/span&gt;&lt;br/&gt;&lt;br/&gt;I´ve browse the where statement type options and I realize that I need onother one. May be the correct question is how can i add a new where statement type with it's&amp;nbsp; corresponding statement clause.&lt;br/&gt;&lt;br/&gt;I´ve found an example but it´s not exactly what I want. If I do it in this way I have to hardcode something I don´t want to. &lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Establish Locals&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim where As WhereStatement&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dim MyLocalidades As New System.Collections.ArrayList()&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Determine which values will be included as part of the "IN" tag&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MyLocalidades.Add("Badia")&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Create the where statement.&amp;nbsp; In this example, we are going to have the test perform&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; where = New WhereStatement(New String() {"Localidad"}, MyLocalidades, ...&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; '-- Add the where statement to the collection&lt;br/&gt;&lt;br/&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; e.RawWhereStatementsCollection.Add(where)&lt;br/&gt;&lt;br/&gt;Regards.</description><pubDate>Tue, 06 Mar 2012 09:12:43 GMT</pubDate><dc:creator>Felix M Avendano</dc:creator></item><item><title>RE: browse dialog options</title><link>http://forum.strataframe.net/FindPost31006.aspx</link><description>Thanks. I`ll try this way. Regards!!!</description><pubDate>Tue, 06 Mar 2012 08:04:30 GMT</pubDate><dc:creator>Felix M Avendano</dc:creator></item><item><title>RE: browse dialog options</title><link>http://forum.strataframe.net/FindPost31005.aspx</link><description>Hi Felix.&lt;br/&gt;&lt;br/&gt;You can use the BrowseDialog "Searching" event and deal with the "&lt;span id="ctl00_ctlContentPlaceHolder_ctl00_ctlTopic_ctlPanelBar_ctlTopicsRepeater_ctl04_lblFullMessage"&gt;&lt;font size="2"&gt;e.RawWhereStatementsCollection". I guess you could loop through this collection and find the statement you want and then deal with it in a way to fulfill your needs.&lt;br/&gt;&lt;/font&gt;&lt;/span&gt;</description><pubDate>Mon, 05 Mar 2012 13:39:34 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item></channel></rss>