StrataFrame Forum

Show Related Data in Browse Dialog

http://forum.strataframe.net/Topic3085.aspx

By Michael Reese - 9/26/2006

Is this possible?

I have a browse dialog on a table that has columns pointing to relating data. For example

table = Project

Column = Status pointing to a table= status.

I would like to display column name = StatusName in the Search Results Window for Projects.

Thanks

Michael

By StrataFrame Team - 9/26/2006

Yes, you can change the results for the browse dialog column to "PopulateThroughEvent" and the browse dialog will have a RowPopulating event that you can handle to set the value for the column to anything you want, be it a database query or a lookup within a cached business object.