Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Actually, as I look at the code, you'd likely want to put the Fill code in ParentFormLoading and the other code in FormLoad. The idea is to have all data loaded by the time you get to FormLoad, by using the ParentFormLoading event to do the data filling of BOs and combos/lists, etc.
|