﻿<?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  » Enum Browser Window</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Mon, 20 Apr 2026 20:42:19 GMT</lastBuildDate><ttl>20</ttl><item><title>Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3673.aspx</link><description>I am trying to populate a listbox and and combobox with an enumeration. I set the populationType to "Enumeration", when I click the elipsis on the PopulationEnumName property to display the EnumBrowser and enter text to search I get the wait window that says "Searching...Compiling list of available enums...", the EnumBrowse window dissappears and the wait windows never go away.&lt;br&gt;
&lt;br&gt;
The enum is available to the class as intellisense properly displays its values and I can use them in code.&lt;br&gt;
&lt;br&gt;
Please help, thanks.</description><pubDate>Wed, 18 Oct 2006 16:30:15 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3687.aspx</link><description>Can you just send me your BO library so I can reproduce this problem and see how it is manifesting itself?</description><pubDate>Wed, 18 Oct 2006 16:30:15 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3683.aspx</link><description>some of the names are the same in the tables, the mapper seems to just number the fields thus I have a enum 'salesprsn' with different values. Is that a problem? Do enum name/value pairs have to be unique in the project?</description><pubDate>Wed, 18 Oct 2006 15:01:09 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3682.aspx</link><description>The enums in the BO all look like this:&lt;br&gt;
&lt;br&gt;
    Public Enum ordersBOFieldNames As Integer&lt;br&gt;
        [order_pk]&lt;br&gt;
        [order_version]&lt;br&gt;
        [order_nbr]&lt;br&gt;
        [order_dt]&lt;br&gt;
        [salesprsn]&lt;br&gt;
        [cust_addr]&lt;br&gt;
        [Event_desc]&lt;br&gt;
        [load_inday]&lt;br&gt;
        [quantity]&lt;br&gt;
        [partnbr]&lt;br&gt;
        [description]&lt;br&gt;
        [cust_hdr]&lt;br&gt;
        [cust_name]&lt;br&gt;
        [custaddr_1]&lt;br&gt;
        [custaddr_2]&lt;br&gt;
        [custaddr_3]&lt;br&gt;
        [custaddr_4]&lt;br&gt;
        [custcity]&lt;br&gt;
        [cust_st]&lt;br&gt;
        [custzip]&lt;br&gt;
        [custcntry]&lt;br&gt;
        [custaddr_er]&lt;br&gt;
        [order_header]&lt;br&gt;
        [scanned_qty]&lt;br&gt;
        [returned_qty]&lt;br&gt;
        [override_flag]&lt;br&gt;
        CUSTOM_FIELD&lt;br&gt;
    End Enum</description><pubDate>Wed, 18 Oct 2006 14:51:20 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3681.aspx</link><description>No surprise here, the problem is with the reference to my BO library.&lt;br&gt;
&lt;br&gt;
I have two projects, one SF App, one BO Library. The form that conatins the controls I am trying to populate with Enum's is on the SF App project.&lt;br&gt;
&lt;br&gt;
The SF App project has a reference to the BO Lib, I tried rebuilding, remapping, cleaning, removing and re-adding to no avail.</description><pubDate>Wed, 18 Oct 2006 14:48:40 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3680.aspx</link><description>OK...so it is more than likely some reference in your actual application that is breaking this.&amp;nbsp; Try this, in your new test application, manually add each reference that is used in your actual application one at a time until it fails.&amp;nbsp; This will more than likley clue us in as to what is going on.</description><pubDate>Wed, 18 Oct 2006 13:49:17 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3679.aspx</link><description>That worked. It found the SqlDbType type.</description><pubDate>Wed, 18 Oct 2006 13:46:46 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3677.aspx</link><description>One last test...&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Close down Visual Studio (to clear out the AppDomain) &lt;/LI&gt;&lt;LI&gt;Go back into Visual Studio and create a new StrataFrame Application project&lt;/LI&gt;&lt;LI&gt;Drop a combo on the form that will already exist&lt;/LI&gt;&lt;LI&gt;Search for SqlDbType for the enum type and see if the same thing happens&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;This will tell me if it is project related or Visual Studio environment related.</description><pubDate>Wed, 18 Oct 2006 13:41:25 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3676.aspx</link><description>It does the same thing when I enter SqlDbType.</description><pubDate>Wed, 18 Oct 2006 13:37:00 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item><item><title>RE: Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3675.aspx</link><description>There is an error occuring within the search that forces the dialog to die.&amp;nbsp; This can come from a lot of places depending on what is going within your particular Visual Studio environment.&amp;nbsp; To test this and see if it fails on other values, type in SqlDbType when searching and see if the dialog goes away.&amp;nbsp; If so, we are going to have to try to get more information from your dev environment to see what is going on.</description><pubDate>Wed, 18 Oct 2006 13:33:44 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Enum Browser Window</title><link>http://forum.strataframe.net/FindPost3674.aspx</link><description>[img]http://forum.strataframe.net/Attachment244.aspx[/img]&lt;br&gt;
&lt;br&gt;
These messageboxes also appear to be modal to the screen not visual studio....minimizing VS left them on my other open documents and programs.</description><pubDate>Wed, 18 Oct 2006 12:41:41 GMT</pubDate><dc:creator>Keith Chisarik</dc:creator></item></channel></rss>