Hi.
I am evaluating llblgenpro and i have a question about the some best practices for my particular scenario.
As MDI application the user can have many mdi child windows "live", and in them have references to collections of the same type, for combo boxes (for example), such is the case for two windows needing the "Customers" collection.
The user too can open another mdi window with the "Customers" and add, modify or delete any customers, then the customer collections in the another mdi windows can stay out of sync from customers.
Can you suggest to me how to keep in sync all customers collectios.
thanks in advanced.