I have a one to many relationship, Quotes and QuoteDetails. On the quotes form I am displaying the basic quote information along with a listview of all the quote details. I have a quotebo and a qdetailbo on the form. This is all working great. I want to allow the user to click on a line item and have a quote detail form to allow changes, can this same qdetailbo be used? Any best practice recommendations?
I hope this helps you get going. In the sample you will also see an advanced ListView population method which uses an already populated business object by using the CopyDataFrom() method.
You MUST allow the databases to update when loading the new installation because a new table was added to the sample to show a simplified version of the ChildFormDialog control. Let me know if you have any questions. Thanks!