I have this really strange issue. I have two pfc applications. The two applications are in separate folders and contain all the necessary PBLs. The second application is a copy of the first with some changes. I have an MDI window w_frame_br (inherited from w_frame) which is opened from n_cst_br_appmanager (inherited from n_cst_appmanager). Up to logging in to the database (from w_frame_br) the two applications are identical. The problem is this: The statement open (w_frame_br) in application A opens the window almost immediately whereas in application B it takes 7 seconds or more to open which I know will cause problems when rolled out. By open I mean reaching the first statement in the open event. I have even copied w_frame_br from A to B but it still takes 7 seconds to open. In debug, I “step in” to the open statement and it takes the 7 seconds just to reach “ue_parentnotify”. As this seems to be the first statement I am at a loss to know where to look. This happens in development and when running the exe. The library list is in the same order, the pfc/pfe PBLs are the same in both applications and I have optimized all the PBLs.
Any idea how I can tackle this issue?
Thanks,
Gerry.
W10, PB2017
Gerry. And thanks to all the others who took the trouble to reply.