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.
<Browsable(
BusinessFieldDisplayInEditor(), _
Description(
DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)> _
loCommand.CommandText =
loCommand.Parameters.Add(
loCommand.Parameters(
Some help?
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 ). Anyway, these two properties allow you to query a view or another table. This feature gives you the ultimate flexibility in what to query server side including joining in tables, etc. 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.
http://forum.strataframe.net/FindPost24299.aspx
Tks
You are sticking to an older version?
See ya