Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Ah, I see. Because the ListView itself handles opening the ChildFormDialog, you don't have an easy way to requery the list (I think that is what's going on).
I think the first thing I'd try is to just handle an event on the BO, like the AfterSave event. Since you are likely passing this through to the ChildFormDialog, you could just requery whenever the child BO is saved.
|