﻿<?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 / Issues </title><generator>InstantForum.NET v4.1.4</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>forum@strataframe.net</webMaster><lastBuildDate>Fri, 12 Mar 2010 12:57:59 GMT</lastBuildDate><ttl>20</ttl><item><title>Unable to install SF 1.7 Because DB Connection Fails</title><link>http://forum.strataframe.net/Topic26350-10-1.aspx</link><description>For some reason, even though I specify the correct DB credentials/server name, SF fails to setup the DB on installation. It acts as though there's a problem connecting to the DB server, even though the DB server is accessible from the same machine via other applications (no problems whatsoever). I've attached a print screen of the error.&lt;br&gt;&lt;br&gt;I'm evaluating this software and am not able to get too far because of this.&lt;br&gt;</description><pubDate>Mon, 08 Mar 2010 16:31:14 GMT</pubDate><dc:creator>Michael Gonzalez</dc:creator></item><item><title>StrataFlix: Error Searching People</title><link>http://forum.strataframe.net/Topic26251-10-1.aspx</link><description>The following error was received when I attempted to run a people search, then double-clicked on one of the results:&lt;br&gt;&lt;br&gt;[quote]Could not find stored procedure 'dbo.PeopleMaintenance_RetrieveAllData'.[/quote]&lt;br&gt;&lt;br&gt;I thought I downloaded the most recent version.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Bill&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Mon, 01 Mar 2010 12:47:06 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>Business Layer Bug</title><link>http://forum.strataframe.net/Topic26310-10-1.aspx</link><description>I'm using a browse dialog with a view. In order to be able to select a record from the results I've defined a primary key on the view that is made up of two character fields in the view; Case# and CaseLastName. This combination gives me a unique key. The issue I'm running into is that CaseLastName may contain a single quote (e.g. O'REILLY). When this happens I get an error message saying "Syntax error: Missing operand after 'REILLY' operator."&lt;P&gt;I've traced the problem to following line (2845) in BusinessLayer.vb&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;lcSelect &amp;amp;= &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Me&lt;/SPAN&gt;&lt;FONT color=#000000&gt;.PrimaryKeyFields(lnCnt) &amp;amp; &lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"='"&lt;/SPAN&gt;&lt;FONT color=#000000&gt; &amp;amp; PrimaryKeyValues(lnCnt).ToString &amp;amp; &lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"'"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="COLOR: #a31515"&gt;&lt;?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /&gt;&lt;o:p&gt;&lt;FONT color=#1f5080 face=Verdana&gt;I'd like to suggest the following fix to take into account that a character primary key may contain single quotes. &lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="COLOR: #a31515"&gt;&lt;o:p&gt;&lt;FONT color=#1f5080 face=Verdana&gt;I've added the fix locally and so far it's solved my problem and doesn't appear to introduce any other issues.&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="COLOR: #a31515"&gt;&lt;o:p&gt;&lt;FONT color=#1f5080 face=Verdana&gt;&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;FONT color=#000000&gt;lcSelect &amp;amp;= &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;Me&lt;/SPAN&gt;&lt;FONT color=#000000&gt;.PrimaryKeyFields(lnCnt) &amp;amp; &lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"='"&lt;/SPAN&gt;&lt;FONT color=#000000&gt; &amp;amp; &lt;/FONT&gt;&lt;SPAN style="COLOR: blue"&gt;CStr&lt;/SPAN&gt;&lt;FONT color=#000000&gt;(PrimaryKeyValues(lnCnt)).Replace(&lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"'"&lt;/SPAN&gt;&lt;FONT color=#000000&gt;, &lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"''"&lt;/SPAN&gt;&lt;FONT color=#000000&gt;) &amp;amp; &lt;/FONT&gt;&lt;SPAN style="COLOR: #a31515"&gt;"'"&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="MARGIN: 0in 0in 10pt" class=MsoNormal&gt;&lt;SPAN style="LINE-HEIGHT: 115%; FONT-FAMILY: 'Courier New'; FONT-SIZE: 10pt; mso-no-proof: yes"&gt;&lt;SPAN style="COLOR: #a31515"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;/FONT&gt;&lt;/o:p&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;</description><pubDate>Fri, 05 Mar 2010 16:26:10 GMT</pubDate><dc:creator>Larry Caylor</dc:creator></item><item><title>Visual Studio IDE is freezing with SF Winforms project</title><link>http://forum.strataframe.net/Topic26292-10-1.aspx</link><description>Simple things like dropping a SF button control onto a SF Maintenance form is freezing the IDE.  It will freeze for about 30 seconds and then come back.  If I change the Text property for the button and then click off/hit enter to view the new text - again the IDE will freeze.  Attempt to move the button and the IDE freezes for about 30 to 45 seconds and then completes the move.  This is true for all control types.&lt;br&gt;&lt;br&gt;I started up a regular WinForms project to try and narrow down if its VS or SF and did not experience any freezes with the standard Winforms project.  I shut down and restarted and that did not help either.  Any ideas on what's going on, thanks!</description><pubDate>Wed, 03 Mar 2010 11:48:48 GMT</pubDate><dc:creator>Bo Harris</dc:creator></item><item><title>License Question</title><link>http://forum.strataframe.net/Topic26277-10-1.aspx</link><description>We are considering buying the Application Framework but mgmt is backing off now because it appears that "Renewals &amp; Additional Years" requires that we pay $495 per license every year once the initial license expires.  Are we understanding this correctly?  &lt;br&gt;&lt;br&gt;I initially thought that once we bought the product we could use it for as long as we want.  But it now appears that we only have a limited time frame to use the framework and it will expire after that and we must pay $495 a year to continue use after expiration.  Is this correct?</description><pubDate>Tue, 02 Mar 2010 14:21:27 GMT</pubDate><dc:creator>Bo Harris</dc:creator></item><item><title>StrataFrame Icon Installation</title><link>http://forum.strataframe.net/Topic26270-10-1.aspx</link><description>On a 64-bit workstation, where does the SF icon get installed?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Bill</description><pubDate>Tue, 02 Mar 2010 12:27:40 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>StrataFlix attach database failed.</title><link>http://forum.strataframe.net/Topic24343-10-1.aspx</link><description>Hi All,&lt;br&gt;&lt;br&gt;I have just tried to install the latest StrataFlix sample but when I try to attach the database to my MS SQl Server 2005 I get the attached error saying I cannot attach a 655 versioned database to a 612 version SQL Server version.&lt;br&gt;&lt;br&gt;Is there some way the database can be created in a version that I can attach? &lt;br&gt;&lt;br&gt;Cheers,&lt;br&gt;Keith</description><pubDate>Fri, 28 Aug 2009 03:48:19 GMT</pubDate><dc:creator>Keith Gordijn</dc:creator></item><item><title>Installation of 1.7.0 trouble</title><link>http://forum.strataframe.net/Topic24035-10-1.aspx</link><description>I'm getting the following message during installation of 1.7.0.  It fails during the "Searching for SQL Servers" part&lt;br&gt;&lt;br&gt;[codesnippet]Runtime error&lt;br&gt;Line 269; '' is not a valid integer value[/codesnippet]</description><pubDate>Fri, 31 Jul 2009 11:48:11 GMT</pubDate><dc:creator>Kirk M Sherhart</dc:creator></item><item><title>ExcelHelper</title><link>http://forum.strataframe.net/Topic25695-10-1.aspx</link><description>I downloaded your sample and it runs like a charm. I tried it on my project and I get this error:&lt;/P&gt;&lt;P&gt;The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.&lt;/P&gt;&lt;P&gt;I am running window 7 64 bit and I believe their is no 64 bit jet provider. Why does your sample run and mine won't? Is there a way around this? TIA.</description><pubDate>Mon, 01 Feb 2010 07:09:00 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>StrataCollapsibleContainer Linklabel doesn't hide</title><link>http://forum.strataframe.net/Topic26049-10-1.aspx</link><description>Might already know about this one.&lt;br&gt;&lt;br&gt;Add a couple of StrataCollapsableContainers to a FlowLayout Control.  Remove the action bar.  Change the header height to 26 or whatever.  Set ShowNotificationArea to True and add a linklabel to the body, when the Container collapses, the linklabel shows through the notification area.&lt;br&gt;&lt;br&gt;Just wanted to pass it on if it was missed.&lt;br&gt;&lt;br&gt;Marcel&lt;br&gt;&lt;br&gt;</description><pubDate>Mon, 15 Feb 2010 18:13:52 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>Toolbox Items</title><link>http://forum.strataframe.net/Topic25868-10-1.aspx</link><description>I've installed the trail version.  When I start Visual Studio, it says that it sees a new version and asks if I want to rebuild the Toolbox Items.  If I say yes, it comes back that the "Product Not Activated!".  If I try to activate the license, it reports the license as activated, and will de-activate it if I continue.&lt;br&gt;&lt;br&gt;From the SF menu item, if I check the License Information, it reports it as being active.  However, if I select Create SF Toolbox Tab, I get the same "Product Not Activated!" message and the rest continues as stated above.  Am I missing something??? &lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Deen</description><pubDate>Tue, 09 Feb 2010 12:23:11 GMT</pubDate><dc:creator>Deen Core</dc:creator></item><item><title>Installed version 1.7.0.6 on my lap top</title><link>http://forum.strataframe.net/Topic25816-10-1.aspx</link><description>Collection was modified; enumeration operation may not execute.&lt;/P&gt;&lt;P&gt;Source     : mscorlib&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)&lt;BR&gt;   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()&lt;BR&gt;   at System.Collections.Generic.List`1.Enumerator.MoveNext()&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.InitializeFormLoadObjects()&lt;BR&gt;   at MicroFour.StrataFrame.UI.Windows.Forms.BaseForm.OnLoad(EventArgs e)&lt;BR&gt;   at System.Windows.Forms.Form.OnCreateControl()&lt;BR&gt;   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)&lt;BR&gt;   at System.Windows.Forms.Control.CreateControl()&lt;BR&gt;   at System.Windows.Forms.Control.WmShowWindow(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ScrollableControl.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.ContainerControl.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Form.WmShowWindow(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Form.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.OnMessage(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Control.ControlNative&amp;#119;indow.WndProc(Message&amp;amp; m)&lt;BR&gt;   at System.Windows.Forms.Native&amp;#119;indow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)&lt;BR&gt;&lt;/P&gt;&lt;P&gt;I have version 1.7.0.0 installed on my desk top machine and the error does not occur there. So - any clue about what vould be causing this?&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;Marcia</description><pubDate>Sat, 06 Feb 2010 13:12:22 GMT</pubDate><dc:creator>Marcia G Akins</dc:creator></item><item><title>Error in RefreshBoundControls</title><link>http://forum.strataframe.net/Topic25725-10-1.aspx</link><description>I just updated to the 1.7.0.6 and screens that have the StrataFrame UserControl on them with BOTranslations to the parent form started to get errors on close. I debugged it in the StrataFrame code to the RefreshBoundControls method. It was that the _BoundControls variable was already nothing in the dispose method of the business object on the user control. The fix is simple (wrap the code checking for IsNot Nothing), but it means you now have a custom StrataFrame.dll.... I have no way of proving that it isn't something I'm doing in my dispose methods on that user control because it is very complex with several grids. So, I'm just posting it and if others have this issue, they could comment on it and say that it is an issue for everyone.&lt;br&gt;&lt;br&gt;        Private Sub RefreshBoundControls()&lt;br&gt;            '-- Establish Locals&lt;br&gt;            Dim loControl As IBusinessBindable&lt;br&gt;            Dim llHasData As Boolean = (_CurrentDataTable IsNot Nothing) AndAlso (Me.Count &gt; 0)&lt;br&gt;&lt;br&gt;            '-- Cycle through all bound controls&lt;br&gt;            [b]If _BoundControls IsNot Nothing Then[/b]&lt;br&gt;                  For Each loControl In _BoundControls&lt;br&gt;                        RefreshControl(loControl, llHasData)&lt;br&gt;                  Next&lt;br&gt;            [b]End If[/b]&lt;br&gt;        End Sub</description><pubDate>Tue, 02 Feb 2010 09:31:14 GMT</pubDate><dc:creator>Scott Bressette</dc:creator></item><item><title>Concurrency and 1.7.0.6</title><link>http://forum.strataframe.net/Topic25841-10-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;We have just installed 1.7.0.6 and are conducting testing. We have just had the 'Data Collision' dialogue appear and this is curious in that:&lt;br&gt;&lt;br&gt;1) It has neve appeared before while conduting this set of test.&lt;br&gt;2) The dialogue box itself is empty, i.e. is doesn't show what fields caused the collision.&lt;br&gt;&lt;br&gt;Anyone seen this in their 1.7.0.6 testing?&lt;br&gt;&lt;br&gt;Cheers, Peter</description><pubDate>Mon, 08 Feb 2010 17:09:32 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>White Screen of Death in designer using StrataListView control</title><link>http://forum.strataframe.net/Topic25876-10-1.aspx</link><description>Upon adding this control to any form I within a very short amount of time get a WSOD, have to close the designer, and reopen it. I have a very simple implementation of the control based on the sample you posted.&lt;/P&gt;&lt;P&gt;Eventually I get this error if I wait long enough: &lt;STRONG&gt;The designer loader did not provide a root component but has not indicated why. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I get the error upon adding the StrataListView control to any form, even before adding any related code. Any idea why, or how to avoid it?</description><pubDate>Tue, 09 Feb 2010 15:44:26 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>Migrating to New Developer Workstation</title><link>http://forum.strataframe.net/Topic25790-10-1.aspx</link><description>I need help.&lt;/P&gt;&lt;P&gt;Besides the obvious.&lt;/P&gt;&lt;P&gt;I recently replaced my old workstation with a new 64-bit Windows 7 machine.  It is sweet.  I have VS2008 installed and installed SF with the most recent version.  I backed up the local SF database on the XP machine and restored it the new v7 machine.  All seems to be fine, except the BOM has Xs on everything.  It does not read the source database.  That is troublesome.&lt;/P&gt;&lt;P&gt;I need help.  Are there other gotchas waiting for me?&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR&gt;Bill</description><pubDate>Fri, 05 Feb 2010 07:16:49 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>Nothing in my downloads tab</title><link>http://forum.strataframe.net/Topic25717-10-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;I've just gone into my account &gt; downloads to get the latest version but the tab is empty.&lt;br&gt;&lt;br&gt;Is there a problem with my account?&lt;br&gt;&lt;br&gt;Cheers, Peter</description><pubDate>Mon, 01 Feb 2010 22:54:41 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>UI Expanded DLL shows version number 1.7.0.5</title><link>http://forum.strataframe.net/Topic25698-10-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;Not sure if this is important but after installing the latest version all assemblies in C:\Program Files\MicroFour\StrataFrame\Assemblies show version number 1.7.0.6 except for the MicroFour StrataFrame UI Expanded.dll which shows 1.7.0.5.&lt;br&gt;&lt;br&gt;Aaron</description><pubDate>Mon, 01 Feb 2010 08:52:21 GMT</pubDate><dc:creator>Aaron Young</dc:creator></item><item><title>Missing ExcelHelper class in SF v1.7.0.6</title><link>http://forum.strataframe.net/Topic25674-10-1.aspx</link><description>Hi Trent, &lt;br&gt;&lt;br&gt;I downloaded the SF v1.7.0.6 and could not find any reference to the new ExcelHelper class in MicroFour.StrataFrame.Tools namespace.&lt;br&gt;&lt;br&gt;FYI in the StrataFrame version form all assemblies are 1.7.0.6</description><pubDate>Sun, 31 Jan 2010 15:57:01 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>Search for NULLs using BD?</title><link>http://forum.strataframe.net/Topic25646-10-1.aspx</link><description>... can it? :)</description><pubDate>Thu, 28 Jan 2010 16:37:29 GMT</pubDate><dc:creator>Alex Luyando</dc:creator></item><item><title>Renewed my License</title><link>http://forum.strataframe.net/Topic25537-10-1.aspx</link><description>Renewed my license by credit card and never got anything indicating it went thru??? Also, framework does not show up on my Accounts/Download page? I just want to make sure it went thru and if it did when will the downloads show up? TIA.</description><pubDate>Wed, 13 Jan 2010 13:16:54 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>Trying to install SF on Windows 7 Ultimate / VS 2008 / SQL 2008 Standard</title><link>http://forum.strataframe.net/Topic24937-10-1.aspx</link><description>Are there any issues you know of on installing SF on Win 7 /SQL 2008 sp1?&lt;br&gt;&lt;br&gt;I installed another HD in my development box - same NIC.&lt;br&gt;&lt;br&gt;That HD boots Win 7 ultimate.  First HD boots Vista Ultimate (currently running SF)&lt;br&gt;&lt;br&gt;When Win7 boots it is drive C:&lt;br&gt;&lt;br&gt;I am gradaully setting up my dev envrionment on the new OS, but wanted to keep working meanwhile.  Figured this was within the license agreement as it is same computer (and in any case I can only boot one drive at a time) - same network card, obviously&lt;br&gt;&lt;br&gt;Clean install of VS 2008.  Install SF - first without deactivating - License server doesn't like that, even though it is the same box.&lt;br&gt;&lt;br&gt;Deactivate in Vista&lt;br&gt;&lt;br&gt;Try to install on Win 7  - sees product as not yet activated but :&lt;br&gt;&lt;br&gt;UnauthorizedAccessException&lt;br&gt; Access to the path 'C:\Program Files\MicroFour\StrataFrame\License\MicroFour License.dll' is denied.&lt;br&gt;&lt;br&gt;Source     : mscorlib&lt;br&gt;&lt;br&gt;Stack Trace:&lt;br&gt;  at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)&lt;br&gt;  at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)&lt;br&gt;  at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)&lt;br&gt;  at System.IO.File.WriteAllBytes(String path, Byte[] bytes)&lt;br&gt;  at Activate.ActivateMain.RequestActivation()&lt;br&gt;&lt;br&gt;Tried opening permission wide on that folder but no joy.&lt;br&gt;&lt;br&gt;Vista box is having all kinds of problems and I really need to move this asap.&lt;br&gt;&lt;br&gt;I assume after the install I can just detach the new Strataframe database and detach,  copy and reattach the Strataframe from the Vista box, no?&lt;br&gt;&lt;br&gt;Any guidance much appreciated.&lt;br&gt;</description><pubDate>Sun, 18 Oct 2009 22:58:25 GMT</pubDate><dc:creator>Charles R Hankey</dc:creator></item><item><title>Limit input into a bound Textbox</title><link>http://forum.strataframe.net/Topic25229-10-1.aspx</link><description>The following is the definition of the field in the database:   [Event] [char](2) NOT NULL, and the following is what I have as the default in the database:  DEFAULT ('') FOR [Event].&lt;br&gt;&lt;br&gt;How do I limit the user from entering only CC in the bound text box on a form or leaving it blank?  If the user enters anything else I want to set it back to '' and return to the input form.&lt;br&gt;&lt;br&gt;I have tried using the CheckRulesonCurrentRow like the following but it does not seem to work:&lt;br&gt;&lt;br&gt;if me.sportbo.event &lt;&gt; "CC" and me.sportbo.event &lt;&gt; "" THEN&lt;br&gt;return False&lt;br&gt;endif &lt;br&gt;&lt;br&gt;I have also tried me.sportbo.event &lt;&gt; " " AND me.sportbo.event &lt;&gt; "  " (one space and two spaces between the "").&lt;br&gt;I also tried me.sportbo.event &lt;&gt; string.empty&lt;br&gt;&lt;br&gt;It should be easy I think.  TIA&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;</description><pubDate>Tue, 17 Nov 2009 15:41:58 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>Errors with the strata frame web forms example</title><link>http://forum.strataframe.net/Topic25197-10-1.aspx</link><description>I'm experiencing with web forms trying to emulate the example but I'm geting errors. When I try to bind a TextBox I get this message: &lt;P&gt;Exception&lt;BR&gt;  The ApplicationBasePage could not be located.  Please rebuild project.&lt;/P&gt;&lt;P&gt;Source     : MicroFour StrataFrame Extensibility&lt;/P&gt;&lt;P&gt;Stack Trace: &lt;BR&gt;   at MicroFour.StrataFrame.Extensibility.BusinessObjectNameTypeEditor.EditValue(ITypeDescriptorContext context, IServiceProvider provider, Object value)&lt;/P&gt;&lt;P&gt;I' d tried the example either but I have the same Issue.&lt;BR&gt;</description><pubDate>Fri, 13 Nov 2009 06:31:37 GMT</pubDate><dc:creator>Felix M Avendano</dc:creator></item><item><title>Issue with BOs inheriting from the same base BO</title><link>http://forum.strataframe.net/Topic19668-10-1.aspx</link><description>I am using several BOs which inherit from the same base BO to bind to several different reports.  So for example:&lt;/P&gt;&lt;P&gt;BO1, BO2, and BO3 all inherit from BO.&lt;/P&gt;&lt;P&gt;BO1 is used on Report1, BO2 is used on Report2, and BO3 is used on Report3.  &lt;/P&gt;&lt;P&gt;In all of these cases, the inherited BO is just extended a few more custom properties and fill methods to be used specifically for each of the reports.   I can open the application and run one of these reports without error.  However, if I then try to run another of the three reports I get an error: "Object does not match target type".  So, if I run the app, I can run Report1 successfully but then if I try to run either Report2 or Report3 it will throw the error.  I can still run Report1 as many times as I want.  The same is true no matter what the order.  If I were to run Report2 first, it would run successfully but Report1 and Report3 would give the error.  &lt;/P&gt;&lt;P&gt;This is only happening on reports which are bound to BOs that inherit from the same base BO.  The reports can be run successfully as long as no other report bound to a BO that shares the base BO has been run.  It seems as if something is being shared between the BOs for some reason because they are inheriting from the same base.  &lt;/P&gt;&lt;P&gt;Here is the call stack I get...I have highlighted where I think the relevancy begins for you:&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;at System.Reflection.RuntimeMethodInfo.CheckConsistency(Object target)&lt;BR&gt;at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)&lt;BR&gt;at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)&lt;BR&gt;at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, BindingFlags invokeAttr, Binder binder, Object[] index, CultureInfo culture)&lt;BR&gt;at System.Reflection.RuntimePropertyInfo.GetValue(Object obj, Object[] index)&lt;BR&gt;at &lt;FONT style="BACKGROUND-COLOR: #ffff11"&gt;MicroFour.StrataFrame.Business.ReflectionPropertyDescriptor.GetValue(Object component)&lt;BR&gt;&lt;/FONT&gt;at DevExpress.Data.Helpers.BaseListDataControllerHelper.GetRowValue(Int32 listSourceRow, Int32 column)&lt;BR&gt;at DevExpress.Data.Storage.DataStorageObjectComparer.CreateStorage(VisibleListSourceRowCollection rows, BaseDataControllerHelper dataHelper, Int32 column)&lt;BR&gt;at DevExpress.Data.Helpers.DataColumnSortInfoCollection.CreateColumnStorages(VisibleListSourceRowCollection visibleListSourceRows, BaseDataControllerHelper helper)&lt;BR&gt;at DevExpress.Data.DataController.DoSortRows()&lt;BR&gt;at DevExpress.Data.DataController.DoRefreshCore(Boolean useRowsKeeper)&lt;BR&gt;at DevExpress.Data.DataController.DoRefresh(Boolean useRowsKeeper)&lt;BR&gt;at DevExpress.Data.DataControllerBase.DoRefresh()&lt;BR&gt;at DevExpress.Data.DataController.OnSortInfoCollectionChanged(Object sender, CollectionChangeEventArgs e)&lt;BR&gt;at DevExpress.Data.NotificationCollectionBase.OnCollectionChanged(CollectionChangeEventArgs e)&lt;BR&gt;at DevExpress.Data.NotificationCollectionBase.EndUpdate()&lt;BR&gt;at DevExpress.Data.Helpers.DataColumnSortInfoCollection.ClearAndAddRange(DataColumnSortInfo[] sortInfos, Int32 groupCount)&lt;BR&gt;at DevExpress.XtraReports.Native.SortedListController.GroupData(DataColumnSortInfo[] sortInfos)&lt;BR&gt;at DevExpress.XtraReports.Native.SortedListController.GroupData(GroupField[] groupFields)&lt;BR&gt;at DevExpress.XtraReports.Native.SortedListController.GroupData(SortedListController listController, XRGroupCollection groupCollection, GroupFieldCollection groupFields)&lt;BR&gt;at DevExpress.XtraReports.UI.XtraReportBase.get_DataBrowser()&lt;BR&gt;at DevExpress.XtraReports.UI.XtraReportBase.BuildDocument(DocumentBuilder builder)&lt;BR&gt;at DevExpress.XtraReports.UI.XtraReport.CreateDocument(PrintingSystem ps, Single progressRange)&lt;BR&gt;at DevExpress.XtraReports.UI.XtraReport.CreateDocument(Single progressRange)&lt;BR&gt;at DevExpress.XtraReports.UI.XtraReport.CreateDocument()&lt;BR&gt;at BBS.Reports.BaseReport.Process(ParmTable ParmTable, ProgressBarControl&amp;amp; ProgressBar) in C:\Cadence 1.1\BBS.Reports\BaseReport.vb:line 215&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Wed, 24 Sep 2008 17:32:37 GMT</pubDate><dc:creator>Andria Jensen</dc:creator></item><item><title>Would you expect StrataFrameApplication.RunApplication() to take 24 secs to run?</title><link>http://forum.strataframe.net/Topic24929-10-1.aspx</link><description>Hi,&lt;br&gt;&lt;br&gt;We have a timing problem with part of our app that does serial IO to industrial devices and, to help track this down, we have purchased RedGate's ANTS profiler (after seeing good comments about the product on this forum). Anyway, ANTS is proving to be very useful and I have just used to have a look at general slugishness when starting our menu. ANTS reports that our app spends about 24 seconds in StrataFrameApplication.RunApplication() on a reasonably powerfull quad core Intel box when nothing else is running. We use SQL Server 2008, VS 2008, Vb.Net and DevExpress (latest version) and the last release of StrataFrame. Our menus use the DexExpress Nav Bar control.&lt;br&gt;&lt;br&gt;Does the 24 seconds seem like a reasonable elapsed time. I don't want to go chasing after performance increases if this is about what can be expected. If the time is excessive do you have any suggestions where we should be looking?&lt;br&gt;&lt;br&gt;Cheers, Peter</description><pubDate>Thu, 15 Oct 2009 19:15:27 GMT</pubDate><dc:creator>Peter Jones</dc:creator></item><item><title>Run Localization and Messaging Editor from Command Line?</title><link>http://forum.strataframe.net/Topic24901-10-1.aspx</link><description>Is it possible to run a particular Localization and Messaging Editor project from the command line (SFMessaging.exe)?  I searched the forums and the help file, but did not see anything about this?  This would help our automated build system to ensure it always had the latest localization file.&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Derek</description><pubDate>Tue, 13 Oct 2009 07:06:05 GMT</pubDate><dc:creator>Derek Price</dc:creator></item><item><title>Can no longer step thru framework code</title><link>http://forum.strataframe.net/Topic24711-10-1.aspx</link><description>When I try to step through this line:&lt;/P&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;&lt;P&gt;this&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;.FillDataTable(loCommand);&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;shouldn't the debugger dtep into the framework code? Well, it doesn't ever since I upgraded. Is there something that I need to do to make this work again?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size=2&gt;&lt;FONT color=#000000&gt;TIA&lt;/FONT&gt;&lt;/P&gt;&lt;/FONT&gt;</description><pubDate>Fri, 25 Sep 2009 09:12:21 GMT</pubDate><dc:creator>Marcia G Akins</dc:creator></item><item><title>Why in God's name is the focus on the priority spin button when you run edit a script in the DDT?????????</title><link>http://forum.strataframe.net/Topic24713-10-1.aspx</link><description>Why in God's name is the focus on the priority spin button when you run edit a script in the DDT?????????&lt;br&gt;&lt;br&gt;For those of us with mouse wheels, we change the priority of a script without even realizing we have done so, which leads to other potential errors when running the DDT to update our database. More than one of us where I work has been bitten by this and in my opinion, this is something you guys should jump on fixing. &lt;br&gt;&lt;br&gt;Best Regards,&lt;br&gt;Bill T.&lt;br&gt;</description><pubDate>Fri, 25 Sep 2009 09:30:07 GMT</pubDate><dc:creator>William John Tello</dc:creator></item><item><title>BackColor Changes When Copying TextBox Control</title><link>http://forum.strataframe.net/Topic24580-10-1.aspx</link><description>When I am using read-only textboxes (MicroFour.StrataFrame.UI.Windows.Forms.Textbox), I like to set the BackColor property to the system option of "Info".  The ForeColor property is also changed to "InfoText".  This allows the boxes to be read quite easily in the read-only format.&lt;br&gt;&lt;br&gt;If I have several textboxes to add to a form, I like to add one, make the changes that I would like to see, then copy the textbox to make more.  If I do this in the current version (1.7.0.2), the textbox's BackColor reverts to "Control".  All other modified properties do not change (ForeColor, TextAlign, ReadOnly, etc.).&lt;br&gt;&lt;br&gt;Am I doing something wrong or is this the expected behavior of this control?&lt;br&gt;&lt;br&gt;Thanks,&lt;br&gt;Bill</description><pubDate>Tue, 08 Sep 2009 15:56:12 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>Training</title><link>http://forum.strataframe.net/Topic22586-10-1.aspx</link><description>I remember when this was discussed after the first of the year someone said it probably would be in the 2nd quarter. Is there anything new to report or any time frames? TIA.</description><pubDate>Wed, 01 Apr 2009 07:47:45 GMT</pubDate><dc:creator>Terry Bottorff</dc:creator></item><item><title>Unable to activate on new laptop</title><link>http://forum.strataframe.net/Topic24235-10-1.aspx</link><description>I replaced my desktop with a laptop and have installed VS-2005 and VS-2008.  I have also installed the Strataframe Framework.&lt;/P&gt;&lt;P&gt;Strataframe shows up in the menu in Visual Studio, but I am unable to use it.  Anytime I attempt to, I get the message "Activatation Required".  I then go through the activation wizard and get the message "Successfully Activated".  Then I restart Visual Studio (I've even tried rebooting) and when I try to use any portion of Strataframe, I get the "Activation Required" error screen, even though it said it was "Successfully Activated" previously. This seems to be an infinite loop that is going nowhere.&lt;/P&gt;&lt;P&gt;I need Strataframe to support this product that was written over a year ago.&lt;/P&gt;&lt;P&gt;Help!</description><pubDate>Wed, 19 Aug 2009 10:32:14 GMT</pubDate><dc:creator>Doug Birtell</dc:creator></item><item><title>Rebuilding Inherited UI</title><link>http://forum.strataframe.net/Topic24306-10-1.aspx</link><description>I just updated to the newest DevEx controls suite (9.2.4).  When I build the MicroFour StrataFrame Inherited UI solution I get the following in the output of the build:&lt;br&gt;&lt;br&gt;C:\Program Files\MicroFour\StrataFrame Source Code\MicroFour StrataFrame Inherited UI\DevExpress Extended\Dialogs\browsedialog&amp;#119;indow.vb(1126) : warning BC40000: 'Public Property EnumTopMostText() As String' is obsolete: 'This property has been depreciated and is no longer used.  Use the TopMostText and TopMostValue properties on the SearchFieldItem class instead.'.&lt;br&gt;&lt;br&gt;I have seen this message before and I was wondering if I should correct it in the code or you have already noted it and will take care of it in a future release.&lt;br&gt;&lt;br&gt;Thanks!&lt;br&gt;Bill</description><pubDate>Wed, 26 Aug 2009 08:30:29 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>Twitter vs. Email</title><link>http://forum.strataframe.net/Topic24331-10-1.aspx</link><description>I have tried Twitter, but I do not like it.  If you want to use Twitter, that is fine, but please do not replace your email updates with a 140-character blurb.  Twitter, in my opinion, belittles the content.  The name itself is a mockery of the potential content.&lt;br&gt;&lt;br&gt;Just because a technology is available does not mean we have to use it.</description><pubDate>Thu, 27 Aug 2009 09:08:46 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>Side by side installation</title><link>http://forum.strataframe.net/Topic22210-10-1.aspx</link><description>Hi,&lt;br&gt;Is it possible to have 2 version of SF in same development machine? How?&lt;br&gt;&lt;br&gt;Thank you</description><pubDate>Fri, 06 Mar 2009 02:31:40 GMT</pubDate><dc:creator>ChanKK</dc:creator></item><item><title>merge module issue</title><link>http://forum.strataframe.net/Topic24158-10-1.aspx</link><description>I created an installer to put all the dll's in the GAC on the client.  When I run it on the client I get an error that says it's looking for the Enterprise Client.dll, but the temp folder contains a file called Microfour Strataframe Enterprise.dll extracted from the .msm.&lt;br&gt;&lt;br&gt;I think the wrong file is in the merge module or it's looking for the wrong one.&lt;br&gt;&lt;br&gt;Marcel</description><pubDate>Tue, 11 Aug 2009 00:57:54 GMT</pubDate><dc:creator>Marcel Heitlager</dc:creator></item><item><title>Security and 1.7.0</title><link>http://forum.strataframe.net/Topic24044-10-1.aspx</link><description>After wrestling all week with the update for SF, I finally posted my application code to the server (click-once deployment).  Users today are telling me that they have access to everything in my secured application...all menus and all forms.  RBS does not seem to be engaged.  Not good.</description><pubDate>Sat, 01 Aug 2009 11:24:24 GMT</pubDate><dc:creator>Bill Cunnien</dc:creator></item><item><title>Possible issue when creating a new SF Web Project</title><link>http://forum.strataframe.net/Topic24079-10-1.aspx</link><description>Hello! When I create a brand new SF Web Project, my project is not building. The error is:&lt;br&gt;&lt;br&gt;...Default.aspx: ASP.NET runtime error: Could not load file or assembly 'MicroFour StrataFrame Base, Version=1.6.0.0, Culture=neutral, PublicKeyToken=99fe9917f71608a7' or one of its dependencies. The system cannot find the file specified. (...\web.config line 23)	...\Default.aspx	1	1	NewTestWebApp&lt;br&gt;&lt;br&gt;I thought that after upgrading to the SF 1.7, all the new projects would reference automatically the version 1.7.0.0.&lt;br&gt;&lt;br&gt;Of course that after changing this, everything works fine.&lt;br&gt;&lt;br&gt;This could be a possible issue of this new SF install or am I missing something?&lt;br&gt;</description><pubDate>Mon, 03 Aug 2009 13:01:53 GMT</pubDate><dc:creator>Milton Abe</dc:creator></item><item><title>Localization Editor showing version 1.6.0.0 on SF 1.7.0.0</title><link>http://forum.strataframe.net/Topic23993-10-1.aspx</link><description>Hi Trent,&lt;br&gt;&lt;br&gt;Not a big deal, I guess, but the Localization Editor is showing version 1.6.0.0 in the "About" form, is this correct or should it be 1.7.0.0?&lt;br&gt;&lt;br&gt;Please see attached images.&lt;br&gt;&lt;br&gt;</description><pubDate>Wed, 29 Jul 2009 17:17:06 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>How to: New controls in SF UI Expanded v1.7.0.0</title><link>http://forum.strataframe.net/Topic24048-10-1.aspx</link><description>Hi Trent,&lt;br&gt;&lt;br&gt;I am glad to see new SF controls being developed and would like to start testing those available ASAP.&lt;br&gt;&lt;br&gt;[quote]For the new SF ListView I have the following questions:&lt;br&gt;1. Can you provide a sample project or code on how to populate this control and some of the new features available?&lt;br&gt;2. I guess that this control will have all the functionality of the current ListView, of course with all the new enhancement, at what point can we use this control as a replacement for the old listview?&lt;br&gt;3. This one is related to #2, being realistic when will this control be available for production?&lt;br&gt;[/quote]&lt;br&gt;&lt;br&gt;[quote]For the Collapsible Container:&lt;br&gt;1. Can you provide a sample on how to use this also?&lt;br&gt;[/quote]&lt;br&gt;&lt;br&gt;[quote]In the Enhancements/Fixes sectin 1518, you mention a New Popup class, I have not seen any Popup control in the toolbar, so probably I am looking in the wrong place. Could you also provide a quick sample on how to use this control?&lt;br&gt;[/quote]&lt;br&gt;&lt;br&gt;I know you knew this kind of request will popup as soon as those new beta controls where made available, but somebody have to ask :P&lt;br&gt;</description><pubDate>Sun, 02 Aug 2009 15:26:13 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>