﻿<?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 does not show Custom Property in ListView</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Wed, 08 Jul 2026 13:35:12 GMT</lastBuildDate><ttl>20</ttl><item><title>Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25654.aspx</link><description>Hi,&lt;/P&gt;&lt;P&gt;I´ve read in the post below that Ed says about configure a CFP to shows.&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/Topic17056-7-1.aspx"&gt;http://forum.strataframe.net/Topic17056-7-1.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I configured my CFP and implemented this code below, but BD does not show my field on list.&lt;/P&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;''' &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;&amp;lt;summary&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;''' NOME DO VENDEDOR CUSTOM PROPERTY&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;''' &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;&amp;lt;/summary&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;''' &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color=#808080 size=2&gt;&lt;FONT color=#808080 size=2&gt;&amp;lt;remarks&amp;gt;&amp;lt;/remarks&amp;gt;&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&amp;lt;Browsable(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;False&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;), _&lt;/P&gt;&lt;P&gt;BusinessFieldDisplayInEditor(), _&lt;/P&gt;&lt;P&gt;Description(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"Nome do Vendedor"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;), _&lt;/P&gt;&lt;P&gt;DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)&amp;gt; _&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Public&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;ReadOnly&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Property&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; [GET_ven_nome]() &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; System.String&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Get&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Dim&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; loCommand &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;As&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;New&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; SqlClient.SqlCommand()&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;'-- Build the command&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;loCommand.CommandText = &lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"SELECT ven_nome from tb_vendedor where ven_cod = @ven_cod"&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;'-- Create and set the parameters&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;loCommand.Parameters.Add(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"@ven_cod"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;, SqlDbType.Int)&lt;/P&gt;&lt;P&gt;loCommand.Parameters(&lt;/FONT&gt;&lt;FONT color=#a31515 size=2&gt;&lt;FONT color=#a31515 size=2&gt;"@ven_cod"&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;).Value = &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.ven_cod&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#008000 size=2&gt;&lt;FONT color=#008000 size=2&gt;'-- Execute the query and return the value&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Return&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;CType&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;(&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Me&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;.ExecuteScalar(loCommand), &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;String&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;)&lt;/P&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Get&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt;&lt;P&gt;&lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;End&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size=2&gt; &lt;/FONT&gt;&lt;FONT color=#0000ff size=2&gt;&lt;FONT color=#0000ff size=2&gt;Property&lt;/P&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;P&gt;Some help?</description><pubDate>Thu, 11 Feb 2010 10:16:58 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25938.aspx</link><description>Trent,&lt;BR&gt;&lt;BR&gt;I will try to test the new version and see how the project works.&lt;BR&gt;&lt;BR&gt;Tks a lot again</description><pubDate>Thu, 11 Feb 2010 10:16:58 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25935.aspx</link><description>Really the best option is to move forward.&amp;nbsp; There is not any way for us to make a change on your existing version.&amp;nbsp; The only other option is to try and implement something outside of the framework or possibly in a BrowseDialog information panel, which may meet your needs.</description><pubDate>Thu, 11 Feb 2010 08:05:34 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25934.aspx</link><description>Guys,&lt;BR&gt;&lt;BR&gt;I wanna move to the new version, but I´m afraid.&lt;BR&gt;Is there a possibility to get problems in some code implemented in my project?&lt;BR&gt;&lt;BR&gt;We&amp;nbsp;don´t use ChildForm,&amp;nbsp;we use devexpress to edit on grid.&lt;BR&gt;We have almost 80 forms.&lt;BR&gt;We work with a lot of BD.&lt;BR&gt;&lt;BR&gt;I hope some advise from you,&lt;BR&gt;&lt;BR&gt;Tks&lt;BR&gt;</description><pubDate>Thu, 11 Feb 2010 07:00:13 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25839.aspx</link><description>Ivan and Trent,&lt;BR&gt;&lt;BR&gt;I should to move to new version but&amp;nbsp;I have a lot of work to do in this moment, and also we&amp;nbsp;use&amp;nbsp;a USB NIC&amp;nbsp;to share the same license :blush:&lt;BR&gt;Sincerly, I´m afraid to change to new version, if my project stop it? (please don´t laught... but in other framework, this is a reallity).&lt;BR&gt;&lt;BR&gt;PS: Sorry again by my english... rs&lt;/P&gt;&lt;P&gt;See ya</description><pubDate>Mon, 08 Feb 2010 15:53:39 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25838.aspx</link><description>I will have to go back and look to see what version that was implemented, but I would strongly suggest moving to 1.7.0.6.  There have been many new features and fixes since 1.6.6!</description><pubDate>Mon, 08 Feb 2010 13:31:28 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25837.aspx</link><description>Hi Luiz!&lt;/P&gt;&lt;P&gt;You are sticking to an older version?</description><pubDate>Mon, 08 Feb 2010 12:56:26 GMT</pubDate><dc:creator>Ivan George Borges</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25836.aspx</link><description>Trent,&lt;BR&gt;&lt;BR&gt;The overidetable&amp;nbsp; property are available on version 1.6.6.0?&lt;/P&gt;&lt;P&gt;Tks</description><pubDate>Mon, 08 Feb 2010 12:36:09 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25793.aspx</link><description>Luiz,&lt;/P&gt;&lt;P&gt;The BrowseDialog control has two properties that allow you to override the table (or view in this case) that will be used to retrieve the records. They are the OverrideSearchTableName and OverrideSearchTableSchema (I think :D).&amp;nbsp; Anyway, these two properties allow you to query a view or another table.&amp;nbsp; This feature gives you the ultimate flexibility in what to query server side including joining in tables, etc.&amp;nbsp; I have posted a link below on the forum to a thread I think you should read as well as a sample that may help.&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/FindPost24299.aspx"&gt;http://forum.strataframe.net/FindPost24299.aspx&lt;/A&gt;</description><pubDate>Fri, 05 Feb 2010 08:13:45 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25789.aspx</link><description>Ed,&lt;BR&gt;&lt;BR&gt;Tks a lot again... surprise? no man, i´m ecstically:w00t:&lt;BR&gt;I came from Cobol, Delphi, Centura... but now.. SF... o GOSH!!!!! (Tks Trent!!!!!! :cool:)&lt;BR&gt;&lt;BR&gt;Let´s come back to my problem..:P&lt;BR&gt;&lt;BR&gt;1-) CFP was so slowly (I will implement view)&lt;BR&gt;2-) There´s no way to search by CFP (the error is:&amp;nbsp;The given key was not present in the dictionary), normal because the field does not exist in Sql table.&lt;BR&gt;3-) I will implement a view to obtain performance, but I have problems with copy from BoView to FormBo because views has more columns than the original BO (boForm)&lt;BR&gt;&lt;BR&gt;Can you help me?&lt;BR&gt;&lt;BR&gt;Tks&lt;BR&gt;</description><pubDate>Fri, 05 Feb 2010 07:07:06 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25788.aspx</link><description>Hi Luiz,&lt;br&gt;
&lt;br&gt;
Glad you are moving forward, you will be surprise how nice this is handle by SF :hehe:</description><pubDate>Thu, 04 Feb 2010 22:13:14 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25787.aspx</link><description>Good to hear! :)</description><pubDate>Thu, 04 Feb 2010 18:57:21 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25786.aspx</link><description>Ed,&lt;/P&gt;&lt;P&gt;Now it´s working, CFP appears on BD Editor.&lt;BR&gt;Tomorrow&amp;nbsp;I will test the performance and I tell you ok?&lt;BR&gt;&lt;BR&gt;The problem was solved with these imports inside BO file.&lt;BR&gt;&lt;BR&gt;Imports MicroFour.StrataFrame.UI.Windows.Forms&lt;BR&gt;Imports System.ComponentModel&lt;BR&gt;&lt;BR&gt;Tks a lot!</description><pubDate>Thu, 04 Feb 2010 18:56:40 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25709.aspx</link><description>Hi Luiz,&lt;br&gt;
&lt;br&gt;
Look again in the SF help on how to create a Custom Field Property, somewhere you have it wrong.&lt;br&gt;
&lt;br&gt;
Here is a sample of several CFPs I have in one of my BO:&lt;br&gt;
&lt;br&gt;
[codesnippet]&lt;br&gt;
    Protected Overrides Function GetCustomBindablePropertyDescriptors() As FieldPropertyDescriptor()&lt;br&gt;
        ' Create and return a new array of FieldPropertyDescriptor objects that contains &lt;br&gt;
        ' the ReflectionPropertyDescriptor for the Custom Fields.&lt;br&gt;
        Return New FieldPropertyDescriptor() _&lt;br&gt;
       {New ReflectionPropertyDescriptor("cfp_CardName", GetType(bizTransactionItems)), _&lt;br&gt;
                New ReflectionPropertyDescriptor("cfp_CardLotNumberWithPrefix", GetType(bizTransactionItems)), _&lt;br&gt;
                New ReflectionPropertyDescriptor("cfp_CardEndSerialNumber", GetType(bizTransactionItems)), _&lt;br&gt;
                New ReflectionPropertyDescriptor("cfp_CardDescription_ForListView", GetType(bizTransactionItems)), _&lt;br&gt;
                New ReflectionPropertyDescriptor("cfp_CardEndSerialNumber_ForListView", GetType(bizTransactionItems)), _&lt;br&gt;
                New ReflectionPropertyDescriptor("cfp_CardLotNumberWithPrefix_ForListView", GetType(bizTransactionItems))}&lt;br&gt;
    End Function&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
    ''' &lt;summary&gt;&lt;br&gt;
    ''' Combines the CardLotNoPrefix with the CardLotNumber.&lt;br&gt;
    ''' &lt;/summary&gt;&lt;br&gt;
    ''' &lt;value&gt;&lt;/value&gt;&lt;br&gt;
    ''' &lt;returns&gt;The Lot Number formatted with a prefix if not empty.&lt;/returns&gt;&lt;br&gt;
    ''' &lt;remarks&gt;&lt;/remarks&gt;&lt;br&gt;
    &lt;Browsable(False), _&lt;br&gt;
    BusinessFieldDisplayInEditor(), _&lt;br&gt;
    Description("Combines the CardLotNoPrefix with the CardLotNumber."), _&lt;br&gt;
    DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)&gt; _&lt;br&gt;
    Public Overridable ReadOnly Property [cfp_CardLotNumberWithPrefix_ForListView]() As String&lt;br&gt;
        Get&lt;br&gt;
            If _CardBOLookup.Count = 0 Then&lt;br&gt;
                _CardBOLookup.FillByActiveRecordsAndITemType(BusinessEditingState.Idle, bizItems.bizItemsFieldNames.ItemIsInactive.ToString, Enumerations.ItemType.CallingCard)&lt;br&gt;
            End If&lt;br&gt;
&lt;br&gt;
            If _CardBOLookup.Count &gt; 0 AndAlso _CardBOLookup.SeekToPrimaryKey(Me.FK_Items) Then&lt;br&gt;
                If Not String.IsNullOrEmpty(_CardBOLookup.CardLotNoPrefix) Then&lt;br&gt;
                    Return String.Format("{0}-{1}", _CardBOLookup.CardLotNoPrefix, Me.CardLotNo.Trim)&lt;br&gt;
                Else&lt;br&gt;
                    Return Me.CardLotNo&lt;br&gt;
                End If&lt;br&gt;
            Else&lt;br&gt;
                Return Me.CardLotNo&lt;br&gt;
            End If&lt;br&gt;
        End Get&lt;br&gt;
    End Property&lt;br&gt;
&lt;br&gt;
    &lt;Browsable(False), _&lt;br&gt;
    BusinessFieldDisplayInEditor(), _&lt;br&gt;
    Description("Card Lot Number with any Prefix if exist."), _&lt;br&gt;
    DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)&gt; _&lt;br&gt;
    Public Overridable ReadOnly Property [cfp_CardLotNumberWithPrefix]() As String&lt;br&gt;
        Get&lt;br&gt;
            Return CType(Me.CurrentRow.Item("cfp_CardLotNumberWithPrefix"), System.String)&lt;br&gt;
        End Get&lt;br&gt;
    End Property&lt;br&gt;
&lt;br&gt;
[/codesnippet]&lt;br&gt;
&lt;br&gt;
In the CFP definition you can have any code you want to return the proper value, or like in the case of "cfp_CardLotNumberWithPrefix" here you can simply return the column from the CurrentRow which is what I do when using a SELECT statement with a JOIN table to return the FK field description I need, so in reality you DO NOT NEED A VIEW, you can use a stored procedure to get the data for any BO and have any JOIN condition in your SP and then use a CFP like "cfp_CardLotNumberWithPrefix" and when the BO is filled, its data table will have that column "cfp_CardLotNumberWithPrefix" available which the CFP will read.&lt;br&gt;
&lt;br&gt;
I know this could be confusing at first, but at the end is very simple and it works.</description><pubDate>Mon, 01 Feb 2010 11:17:13 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25708.aspx</link><description>Edhy,&lt;BR&gt;&lt;BR&gt;&lt;TABLE cellSpacing=0 cellPadding=0 width="100%"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class=smalltxt vAlign=top&gt;&lt;P&gt;First of all,&amp;nbsp;I can´t see CFP in BD (Design Mode),&amp;nbsp;it only shows fields from database table.&lt;BR&gt;I made a test with BD&amp;nbsp;RowPopulate Event, gosh.. so slow.. I thought if CFP would work like that.&lt;BR&gt;If performance working almost like a Subquery. Ok... I will continue trying to use CFP.&lt;BR&gt;&lt;BR&gt;What do you tell me?&lt;BR&gt;&lt;BR&gt;Tks a lot&lt;BR&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;</description><pubDate>Mon, 01 Feb 2010 10:28:36 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25690.aspx</link><description>Hi Luiz,&lt;br&gt;
&lt;br&gt;
Let's clear one thing, are you able to see the CFP in the BD type editor?  that would be the first thing to fix, then if so let see how to incorporate the data using a view or something else, but first let me know if you can see the CFP?</description><pubDate>Sun, 31 Jan 2010 20:08:39 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25687.aspx</link><description>Trent,&lt;BR&gt;&lt;BR&gt;I read your post today before post my replies here, in a future I will implement incremental search with thread on my system, but at this point my problem is the time that I will spend to implement the change.&lt;BR&gt;Maybe BO View will be the&amp;nbsp;solution,&amp;nbsp;not&amp;nbsp;simple to implement but faster than another.&lt;/P&gt;&lt;P&gt;PS: Sorry by my english&lt;BR&gt;&lt;BR&gt;Tks</description><pubDate>Sun, 31 Jan 2010 19:42:45 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25685.aspx</link><description>Luiz,&lt;/P&gt;&lt;P&gt;I am not sure what you are trying to accomplish at this point.&amp;nbsp; But I know that the custom property will work if there is data to back it up.&amp;nbsp; Also, is this a scenario where an incremental search could work for you?&amp;nbsp; I posted a sample of how to perform a threaded incremental search today.&amp;nbsp; You can find it here:&lt;/P&gt;&lt;P&gt;&lt;A href="http://forum.strataframe.net/FindPost25669.aspx"&gt;http://forum.strataframe.net/FindPost25669.aspx&lt;/A&gt;</description><pubDate>Sun, 31 Jan 2010 19:15:53 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25682.aspx</link><description>Edhy&lt;BR&gt;&lt;BR&gt;I´m still with the problem, but I was thinking.... it will be slow because the tables sometimes have thousand of records.&lt;BR&gt;Using view for me it´s a very hard work, imagine that I have 20 bd to handle?&lt;BR&gt;The whole process is:&lt;BR&gt;&lt;BR&gt;- create a view with DDT&lt;BR&gt;- generate the BOs with BOM&lt;BR&gt;- make changes on BD after close event to copy the whole content of a view (not only one record) to PrimaryBo of the Form.&lt;BR&gt;&lt;BR&gt;Very hard, insn´t it?&lt;BR&gt;I´ve tried to use copydatafrom() but it return errors because my View has more fields than BO&lt;BR&gt;Is there another way?&lt;BR&gt;&lt;BR&gt;Tks</description><pubDate>Sun, 31 Jan 2010 19:08:35 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25658.aspx</link><description>Luiz,&lt;br&gt;
&lt;br&gt;
Did you override the GetCustomBindablePropertyDescriptors and add your new property to the array returned there?  If you have not done that, it will not show up within any binding segment of the code.</description><pubDate>Sat, 30 Jan 2010 09:27:45 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25657.aspx</link><description>Hi Luiz,&lt;br&gt;
&lt;br&gt;
I don't see any problem with your code.&lt;br&gt;
&lt;br&gt;
Now keep in mind that CFP could be an slow solution when you are returning many records because of the Scalar method being called per each record/row.  &lt;br&gt;
&lt;br&gt;
In case of many records, a view will be easier to manage and much more faster.  If you use the SF DDT you can create your view definition in DDT and use the BO with the view to get the table structure correct.  &lt;br&gt;
&lt;br&gt;
There are many other approaches you can use.  Do a search in the forum using the word "slow" and you will find many threads.</description><pubDate>Fri, 29 Jan 2010 12:36:38 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25656.aspx</link><description>Edhy,&lt;/P&gt;&lt;P&gt;I will check my project.&lt;BR&gt;Tel me....&amp;nbsp;Is my code&amp;nbsp;correct?&lt;BR&gt;I don´t wanna work with view, this is very hard work to manage.. :)&lt;BR&gt;And about the performance and we work with CFP?&lt;BR&gt;&lt;BR&gt;I made a test with BD populate event, oh Gosh... so slow.....&lt;BR&gt;&lt;BR&gt;tks</description><pubDate>Fri, 29 Jan 2010 12:05:36 GMT</pubDate><dc:creator>Luiz Lima</dc:creator></item><item><title>RE: Browse Dialog does not show Custom Property in ListView</title><link>http://forum.strataframe.net/FindPost25655.aspx</link><description>[quote][b]Luiz Lima (01/29/2010)[/b][hr]I configured my CFP and implemented this code below, but BD does not show my field on list.[/quote]&lt;br&gt;
&lt;br&gt;
Hi Luiz,&lt;br&gt;
&lt;br&gt;
Make sure you build your project or solution whenever making changes that will be use in a type editor like BD, or the property &amp;#119;indow.</description><pubDate>Fri, 29 Jan 2010 11:46:45 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>