﻿<?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 » Issues  » BrowseDialog "EndsWith" option...</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 12:02:46 GMT</lastBuildDate><ttl>20</ttl><item><title>BrowseDialog "EndsWith" option...</title><link>http://forum.strataframe.net/FindPost7986.aspx</link><description>In the BrowseDialog, on a string field, when Using the "EndsWith" advanced option, I noticed that the query was putting it together with an "&amp;amp;" instead of a"%".&amp;nbsp; &lt;/P&gt;&lt;P&gt;I went into the SqlDataSourceItem.vb, line 627, it has&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;FONT size=2&gt;&lt;/P&gt;&lt;P&gt;loParam.Value = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"&amp;amp;"&lt;/FONT&gt;&lt;FONT size=2&gt; &amp;amp; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;CType&lt;/FONT&gt;&lt;FONT size=2&gt;(loWhere.Values(0), &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;String&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;[/codesnippet]&lt;/P&gt;&lt;P&gt;I changed that to&lt;/P&gt;&lt;P&gt;[codesnippet]&lt;FONT size=2&gt;&lt;/P&gt;&lt;P&gt;loParam.Value = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;"%"&lt;/FONT&gt;&lt;FONT size=2&gt; &amp;amp; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;CType&lt;/FONT&gt;&lt;FONT size=2&gt;(loWhere.Values(0), &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;String&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;P&gt;[/codesnippet]&lt;/P&gt;&lt;P&gt;and it seems to be working fine now.&amp;nbsp; I'm not too well versed on Oracle, and VFP data sources etc., so I didn't know if those should be changed as well, but since we aren't using any of those, I guess I'll be ok :-)&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Robin Giltner</description><pubDate>Mon, 09 Apr 2007 16:58:03 GMT</pubDate><dc:creator>Robin J Giltner</dc:creator></item><item><title>RE: BrowseDialog "EndsWith" option...</title><link>http://forum.strataframe.net/FindPost7997.aspx</link><description>Nice catch, Robin.&amp;nbsp; I updated it on this end as well and it will be included in the next update.&amp;nbsp; Thanks.</description><pubDate>Mon, 09 Apr 2007 16:58:03 GMT</pubDate><dc:creator>StrataFrame Team</dc:creator></item></channel></rss>