Browse Dialog does not show Custom Property in ListView


Author
Message
Luiz Lima
Luiz Lima
StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)
Group: Forum Members
Posts: 66, Visits: 724
Hi,

I´ve read in the post below that Ed says about configure a CFP to shows.

http://forum.strataframe.net/Topic17056-7-1.aspx

I configured my CFP and implemented this code below, but BD does not show my field on list.

''' <summary>

''' NOME DO VENDEDOR CUSTOM PROPERTY

''' </summary>

''' <remarks></remarks>

<Browsable(False), _

BusinessFieldDisplayInEditor(), _

Description("Nome do Vendedor"), _

DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)> _

Public ReadOnly Property [GET_ven_nome]() As System.String

Get

Dim loCommand As New SqlClient.SqlCommand()

'-- Build the command

loCommand.CommandText = "SELECT ven_nome from tb_vendedor where ven_cod = @ven_cod"

'-- Create and set the parameters

loCommand.Parameters.Add("@ven_cod", SqlDbType.Int)

loCommand.Parameters("@ven_cod").Value = Me.ven_cod

'-- Execute the query and return the value

Return CType(Me.ExecuteScalar(loCommand), String)

End Get

End Property

Some help?

Replies
Luiz Lima
Luiz Lima
StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)
Group: Forum Members
Posts: 66, Visits: 724
Guys,

I wanna move to the new version, but I´m afraid.
Is there a possibility to get problems in some code implemented in my project?

We don´t use ChildForm, we use devexpress to edit on grid.
We have almost 80 forms.
We work with a lot of BD.

I hope some advise from you,

Tks

Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
Really the best option is to move forward.  There is not any way for us to make a change on your existing version.  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.
Luiz Lima
Luiz Lima
StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)StrataFrame User (214 reputation)
Group: Forum Members
Posts: 66, Visits: 724
Trent,

I will try to test the new version and see how the project works.

Tks a lot again
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Luiz Lima - 15 Years Ago
Edhy Rijo - 15 Years Ago
Luiz Lima - 15 Years Ago
Edhy Rijo - 15 Years Ago
                 Luiz,

Did you override the...
Trent L. Taylor - 15 Years Ago
Luiz Lima - 15 Years Ago
Trent L. Taylor - 15 Years Ago
Luiz Lima - 15 Years Ago
Edhy Rijo - 15 Years Ago
Luiz Lima - 15 Years Ago
Edhy Rijo - 15 Years Ago
Luiz Lima - 15 Years Ago
                     Good to hear! :)
Trent L. Taylor - 15 Years Ago
                     Hi Luiz,

Glad you are moving forward, you will be surprise...
Edhy Rijo - 15 Years Ago
                         Ed, Tks a lot again... surprise? no man, i´m ecstically:w00t: I came...
Luiz Lima - 15 Years Ago
                             Luiz, The BrowseDialog control has two properties that allow you to...
Trent L. Taylor - 15 Years Ago
                                 Trent, The overidetable property are available on version 1.6.6.0?...
Luiz Lima - 15 Years Ago
                                     Hi Luiz! You are sticking to an older version?
Ivan George Borges - 15 Years Ago
                                         I will have to go back and look to see what version that was...
Trent L. Taylor - 15 Years Ago
                                             Ivan and Trent, I should to move to new version butI have a lot of...
Luiz Lima - 15 Years Ago
Luiz Lima - 15 Years Ago
Trent L. Taylor - 15 Years Ago
Luiz Lima - 15 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search