﻿<?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  » Browse</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Sat, 30 May 2026 00:29:34 GMT</lastBuildDate><ttl>20</ttl><item><title>Browse</title><link>http://forum.strataframe.net/FindPost823.aspx</link><description>Hi all,&lt;P&gt;I&amp;nbsp;am having a problem with the browse object not seeming to work properly.&lt;/P&gt;&lt;P&gt;It will return&amp;nbsp;ALL records just fine, however I never seem to get any records returned when I try to search by any of the search fields. &lt;/P&gt;&lt;P&gt;For instance if I launch the browse dialog and hit Enter it returns all rows however if I try to filter by name&amp;nbsp;starts with&amp;nbsp;A it returns no results. Any ideas on what i mat be missing?&lt;/P&gt;&lt;P&gt;Thanks</description><pubDate>Thu, 20 Apr 2006 16:19:41 GMT</pubDate><dc:creator>Nikki Chase</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost863.aspx</link><description>I never thought for a minute that you were "crazy" :).&amp;nbsp; I know exactly where you are coming from though.&amp;nbsp; It is always nice to find out that it's not you :D.&lt;/P&gt;&lt;P&gt;Nikki, I am truly excited about having you as a new user.&amp;nbsp; Thank you for your kind words.&amp;nbsp; We too are excited about the framework and its future.&amp;nbsp; It is users like you that makes it all worth while!&lt;/P&gt;&lt;P&gt;StrataFrame is a great tool to migrate forward for VFP users.&amp;nbsp; Let me know if you need any help on that front.&amp;nbsp; Thanks again.</description><pubDate>Thu, 20 Apr 2006 16:19:41 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost858.aspx</link><description>Well at least I know I'm not crazy :) Well at least not about this.&lt;/P&gt;&lt;P&gt;After looking at the trace i thought the issue was because of the Field type so changed it to see what would happen and bingo it worked as advertised. Glad it is resolved in the new build. &lt;/P&gt;&lt;P&gt;By the way great framework glad to see something like this in .Net. I have been showing it off like a new car. I plan on re-writing / converting a&amp;nbsp; fox 2.6 app with this so talk about bells and whistles to the current users.</description><pubDate>Thu, 20 Apr 2006 14:53:39 GMT</pubDate><dc:creator>Nikki Chase</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost857.aspx</link><description>Nikki,&lt;/P&gt;&lt;P&gt;I see the problem.&amp;nbsp; This issue has been fixed and can be downloaded in the pre-release or if you wait another day we will have the "official" 1.4 released.&amp;nbsp; The problem that you are having is that your field is a fixed length string instead of a variable length field (i.e. VarChar).&amp;nbsp; When this happens, the field contents actually has spaces at the end, which produces a search that doesn't match.&lt;/P&gt;&lt;P&gt;We have already fixed this issue to take into account fixed length character fields.&amp;nbsp; If you want to fix to day, you can download the Pre-Release.&amp;nbsp; But it has been resolved and this is why we have been chasing our tails :D</description><pubDate>Thu, 20 Apr 2006 14:38:49 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost856.aspx</link><description>Trent I can manualy retireve data if I change the @param to char(2) and remove the trailing spaces. It seems the parameter length is throwing it off&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;exec&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#800000 size=2&gt;sp_executesql&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; N&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;'SELECT TOP 1000 [cu_pk_id], [cu_fk_sm_id], [cu_id], [cucode], [cutype], [cuname], [cuaddr], &lt;/P&gt;&lt;P&gt;[cuadl2], [cucity], [custat], [cuzipc], [cubaddr], [cubadl2], [cubcity], [cubstat], [cubzipc], [cucraprvd], &lt;/P&gt;&lt;P&gt;[cuterms], [cutdays], [cubuconame], [cubucophon], [cubucoextn], [cuapconame], [cuapcophon], [cuapcoextn], [cuauthot], &lt;/P&gt;&lt;P&gt;[cuauthfone], [cufaxfone], [cu800fone], [cunextjo], [cufrstused], [culastused], [cucurbalnc], [cuo30balnc], &lt;/P&gt;&lt;P&gt;[cuytdbilng], [cu90dbilng], [cucredlim], [cucredopn], [cucomment], [custateid], [sm_id], [cudispcnt], [cudisdays], &lt;/P&gt;&lt;P&gt;[cuactid], [culastupdt], [cu_Use_Main] FROM [dbo].[customer] WHERE [cuname] LIKE @PARAM0;&lt;/P&gt;&lt;P&gt;'&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;N&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;'@PARAM0 char(2)'&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;@PARAM0&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;'A%'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#ff0000 size=2&gt;Or &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;&lt;FONT color=#ff0000 size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;declare&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; @PARAM0 &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;char&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt;2&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;)&lt;/P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;SET&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; @PARAM0 &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;=&lt;/FONT&gt;&lt;FONT color=#000000 size=2&gt; &lt;/FONT&gt;&lt;FONT color=#ff0000 size=2&gt;'A%'&lt;/P&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;SELECT&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;TOP&lt;/FONT&gt;&lt;FONT size=2&gt; 1000 [cu_pk_id]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cu_fk_sm_id]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cu_id]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cucode]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cutype]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuname]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuaddr]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuadl2]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cucity]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [custat]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuzipc]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cubaddr]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cubadl2]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;[cubcity]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cubstat]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cubzipc]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cucraprvd]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuterms]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cutdays]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cubuconame]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cubucophon]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cubucoextn]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuapconame]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuapcophon]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;[cuapcoextn]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuauthot]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuauthfone]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cufaxfone]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cu800fone]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cunextjo]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cufrstused]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [culastused]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cucurbalnc]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuo30balnc]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;[cuytdbilng]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cu90dbilng]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cucredlim]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cucredopn]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cucomment]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [custateid]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [sm_id]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cudispcnt]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cudisdays]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [cuactid]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; [culastupdt]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;,&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/P&gt;&lt;P&gt;[cu_Use_Main]&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;FROM&lt;/FONT&gt;&lt;FONT size=2&gt; [dbo]&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;.&lt;/FONT&gt;&lt;FONT size=2&gt;[customer]&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;WHERE&lt;/FONT&gt;&lt;FONT size=2&gt; [cuname] &lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;LIKE&lt;/FONT&gt;&lt;FONT size=2&gt; @PARAM0&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;</description><pubDate>Thu, 20 Apr 2006 14:33:28 GMT</pubDate><dc:creator>Nikki Chase</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost855.aspx</link><description>Here what i get in Sql Profiler.&lt;/P&gt;&lt;P&gt;exec sp_executesql N'SELECT TOP 1000 [cu_pk_id], [cu_fk_sm_id], [cu_id], [cucode], [cutype], [cuname], [cuaddr], &lt;BR&gt;[cuadl2], [cucity], [custat], [cuzipc], [cubaddr], [cubadl2], [cubcity], [cubstat], [cubzipc], [cucraprvd], &lt;BR&gt;[cuterms], [cutdays], [cubuconame], [cubucophon], [cubucoextn], [cuapconame], [cuapcophon], [cuapcoextn], [cuauthot], &lt;BR&gt;[cuauthfone], [cufaxfone], [cu800fone], [cunextjo], [cufrstused], [culastused], [cucurbalnc], [cuo30balnc], &lt;BR&gt;[cuytdbilng], [cu90dbilng], [cucredlim], [cucredopn], [cucomment], [custateid], [sm_id], [cudispcnt], [cudisdays], &lt;BR&gt;[cuactid], [culastupdt], [cu_Use_Main] FROM [dbo].[customer] WHERE [cuname] LIKE @PARAM0;&lt;BR&gt;',N'@PARAM0 char(40)',@PARAM0='A%&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;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; '</description><pubDate>Thu, 20 Apr 2006 14:28:05 GMT</pubDate><dc:creator>Nikki Chase</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost853.aspx</link><description>Next question :)&lt;/P&gt;&lt;P&gt;If you create a query through the Enterprise Manager or SQL Management Studio, do you get any data back?&amp;nbsp; Are there any records that begin with "A"?&amp;nbsp; To prove this you can manually open your table and look or execute the query directly on the server.&lt;/P&gt;&lt;P&gt;To prove it you can copy the SELECT statement that is created and paste into the SQL Enterprise Manager or SQL Management Studio query window and replace the @PARAM0 with 'A%' and see if you get any results.&amp;nbsp; There is nothing wrong with the SELECT statement, so we need to investigate the server and the data a little more closely.&lt;/P&gt;&lt;P&gt;Let me know what you get.&amp;nbsp; Thanks :)</description><pubDate>Thu, 20 Apr 2006 14:23:44 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost851.aspx</link><description>Here is the result&lt;/P&gt;&lt;P&gt;&lt;TABLE style="FONT-SIZE: 8pt; COLOR: #000000; FONT-FAMILY: Verdana, Arial; BACKGROUND-COLOR: #ffffff" cellSpacing=0 cellPadding=2 width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="FONT-WEIGHT: bold; COLOR: #ffffff; BACKGROUND-COLOR: #4172b5" colSpan=2&gt;General Command Settings &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="FONT-WEIGHT: bold; VERTICAL-ALIGN: top; WIDTH: 150px; COLOR: #1c314c; BACKGROUND-COLOR: #a9c2e2; TEXT-ALIGN: right"&gt;Command Type: &lt;/TD&gt;&lt;TD style="FONT-WEIGHT: normal; VERTICAL-ALIGN: top; COLOR: #000000; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left"&gt;Text &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="FONT-WEIGHT: bold; VERTICAL-ALIGN: top; WIDTH: 150px; COLOR: #1c314c; BACKGROUND-COLOR: #a9c2e2; TEXT-ALIGN: right"&gt;Object Type: &lt;/TD&gt;&lt;TD style="FONT-WEIGHT: normal; VERTICAL-ALIGN: top; COLOR: #000000; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left"&gt;System.Data.SqlClient.SqlCommand &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="FONT-WEIGHT: bold; VERTICAL-ALIGN: top; WIDTH: 150px; COLOR: #1c314c; BACKGROUND-COLOR: #a9c2e2; TEXT-ALIGN: right"&gt;Connection String: &lt;/TD&gt;&lt;TD style="FONT-WEIGHT: normal; VERTICAL-ALIGN: top; COLOR: #000000; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left"&gt;Data Source=APOLLO\sql2005;Initial Catalog=payroll;Integrated Security=True;Persist Security Info=False;Asynchronous Processing=True &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="FONT-WEIGHT: bold; VERTICAL-ALIGN: top; WIDTH: 150px; COLOR: #1c314c; BACKGROUND-COLOR: #a9c2e2; TEXT-ALIGN: right"&gt;Transaction: &lt;/TD&gt;&lt;TD style="FONT-WEIGHT: normal; VERTICAL-ALIGN: top; COLOR: #000000; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left"&gt;False &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="BORDER-TOP: #ffffff 3px solid; FONT-WEIGHT: bold; COLOR: #ffffff; BACKGROUND-COLOR: #4172b5" colSpan=2&gt;Command Settings &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="FONT-WEIGHT: bold; VERTICAL-ALIGN: top; WIDTH: 150px; COLOR: #1c314c; BACKGROUND-COLOR: #a9c2e2; TEXT-ALIGN: right"&gt;CommandText: &lt;/TD&gt;&lt;TD style="FONT-WEIGHT: normal; VERTICAL-ALIGN: top; COLOR: #000000; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left"&gt;SELECT TOP 1000 [cu_pk_id], [cu_fk_sm_id], [cu_id], [cucode], [cutype], [cuname], [cuaddr], [cuadl2], [cucity], [custat], [cuzipc], [cubaddr], [cubadl2], [cubcity], [cubstat], [cubzipc], [cucraprvd], [cuterms], [cutdays], [cubuconame], [cubucophon], [cubucoextn], [cuapconame], [cuapcophon], [cuapcoextn], [cuauthot], [cuauthfone], [cufaxfone], [cu800fone], [cunextjo], [cufrstused], [culastused], [cucurbalnc], [cuo30balnc], [cuytdbilng], [cu90dbilng], [cucredlim], [cucredopn], [cucomment], [custateid], [sm_id], [cudispcnt], [cudisdays], [cuactid], [culastupdt], [cu_Use_Main] FROM [dbo].[customer] WHERE [cuname] LIKE @PARAM0; &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="BORDER-TOP: #ffffff 3px solid; FONT-WEIGHT: bold; COLOR: #ffffff; BACKGROUND-COLOR: #4172b5" colSpan=2&gt;Command Parameters &lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="FONT-WEIGHT: bold; VERTICAL-ALIGN: top; WIDTH: 150px; COLOR: #1c314c; BACKGROUND-COLOR: #a9c2e2; TEXT-ALIGN: right"&gt;@PARAM0: &lt;/TD&gt;&lt;TD style="FONT-WEIGHT: normal; VERTICAL-ALIGN: top; COLOR: #000000; BACKGROUND-COLOR: #ffffff; TEXT-ALIGN: left"&gt;A% &lt;SPAN style="FONT-WEIGHT: bold; FONT-SIZE: 8pt; COLOR: #808080; FONT-FAMILY: Arial"&gt;(AnsiStringFixedLength)&lt;/SPAN&gt; &lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description><pubDate>Thu, 20 Apr 2006 14:12:25 GMT</pubDate><dc:creator>Nikki Chase</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost846.aspx</link><description>You can turn on SQL debugging to see what the actual SQL statement is when executing the browse.&amp;nbsp; Why don't we do that and see what is going on behind the scenes.&amp;nbsp; To turn on SQL debugging add the following code:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;AppMain.vb&lt;/STRONG&gt; or &lt;STRONG&gt;program.cs&lt;BR&gt;&lt;/STRONG&gt;&lt;FONT size=2&gt;&lt;BR&gt;MicroFour.StrataFrame.Data.DataLayer.DataSources(0).DebugMode = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;True&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#1f5080&gt;This will turn on the debugging and will bring up a window each time an SQL query is executed.&amp;nbsp; So be patient as you get to the browse dialog.&amp;nbsp; The window will look something like this:&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/873b43e2-ee71-4778-9ea4-7b73.jpg"&gt;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Thu, 20 Apr 2006 12:52:03 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost845.aspx</link><description>That is exactly how it is set. Just to make sure here is a shot of that &amp;#119;indow. If&amp;nbsp;I run the following Query in Sql Server&amp;nbsp;it return the expected results. &amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&amp;nbsp;&amp;nbsp;&amp;nbsp; * &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; FROM&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; customer&lt;BR&gt;WHERE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (cuname LIKE 'A%')&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/f1d3a611-4a23-4fb7-ac65-87fb.bmp"&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/71b2db5e-315a-40df-862f-6a31.JPG"&gt;</description><pubDate>Thu, 20 Apr 2006 10:58:44 GMT</pubDate><dc:creator>Nikki Chase</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost844.aspx</link><description>Actually you need to go a little deeper to get to the BeginsWith option.&amp;nbsp; Selection your SearchFields property and then clik the "..." next to it.&amp;nbsp; This will bring up an editor.&amp;nbsp; Select your search field, and then click the edit button, this will bring up the window in question :)&amp;nbsp; It will look something like this:&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/150358dd-11ea-4598-8bfe-97aa.jpg"&gt;&lt;/P&gt;&lt;P&gt;Make sure that the BeginsWith is set and that it is not set to equals or something of that nature.&amp;nbsp; Hope this helps.</description><pubDate>Thu, 20 Apr 2006 10:27:17 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost842.aspx</link><description>I believe that is how i have it set up. Here are a few screen shots that hopefully illustrate the settings I have.&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/307f2a41-cee9-4955-b8de-2534.JPG"&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forum.strataframe.net/Uploads/Images/0194c889-1871-4f29-963a-605f.JPG"&gt;</description><pubDate>Thu, 20 Apr 2006 09:33:07 GMT</pubDate><dc:creator>Nikki Chase</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost840.aspx</link><description>Gary is correct, the first place to look is the BeginsWith that is set within the SearchFields property of the BrowseDialog control.&amp;nbsp; SQL commands are dynamically created based on the Advanced options that are active for each search field.&amp;nbsp; If no value is entered within a search field, no WHERE clause is added for the field.&amp;nbsp; So if you enter something in the field, it will use the Advanced option (even if you do not allow the end-user to change the advanced option) to build that segment of the WHERE clause.&amp;nbsp;</description><pubDate>Thu, 20 Apr 2006 08:42:18 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost835.aspx</link><description>Hi Nikki&lt;/P&gt;&lt;P&gt;Ensure that the field selection is set to "Beginswith". This will ensure that the query uses a LIKE "A%" or similar as opposed to an = "A". Checkout the BrowseDialog help in the guide which makes reference to this.&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;-=Gary</description><pubDate>Thu, 20 Apr 2006 08:28:15 GMT</pubDate><dc:creator>Gary Wynne</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost834.aspx</link><description>Hi Nikki&lt;/P&gt;&lt;P&gt;(Third Time lucky) :)&lt;/P&gt;&lt;P&gt;Check that advanced options are made available and ensure that the search field is set to "Beginswith" - see the browse dialog help.&lt;/P&gt;&lt;P&gt;This will effectively ensure that a LIKE comparison is performed instead of an equals. If you don't, it will look for a value that is exactly equal to "A" instead of LIKE "A%".&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;-=Gary</description><pubDate>Thu, 20 Apr 2006 08:25:56 GMT</pubDate><dc:creator>Gary Wynne</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost832.aspx</link><description>Hi Nikki</description><pubDate>Thu, 20 Apr 2006 08:23:17 GMT</pubDate><dc:creator>Gary Wynne</dc:creator></item><item><title>RE: Browse</title><link>http://forum.strataframe.net/FindPost831.aspx</link><description>Hi Nikki</description><pubDate>Thu, 20 Apr 2006 08:22:01 GMT</pubDate><dc:creator>Gary C Wynne</dc:creator></item></channel></rss>