I am just trying to show data from a child BO in a list view. I must not have the setting correct because I get no data to show. The BeginningListView photo shows the simple form I am using. The button just has a break point behind it so I could use the DataView Visualizer to see if my Parent(Customers) Child(Orders) relationship is working. When I look at the me.OrdersBO1.CurrentView it does show the correct records for the child so I think that is set up correctly.I have also went into the ListView properties and set the Columns Collection to one column called colPrimary as the image shows. I set the PopulationDataSource to OrdersBo and the Method to FillByParentPrimaryKey(Int32), display fields to {0} or_pk, columns to formattedString and {0} and finally tag field to or_pk.
When I run the form I get what is shown in the SimpleListView image. What am I missing? It maybe that I have a parent child defined and then I am using the Fillbyparentprimarykey method but I am not sure.
TIA.