Hi, In PB2022 R2 build 2828 64 bit windows 11,
CLOSING MDI application and leaving a window that was opened NOT as a sheet, may cause a memory leakage?
Clarification: a window was opened as a standalone and not part of the MDI.
later, the user closed the MDI frame and that window remains open, while is doing an FTP operation.
At that moment there is no running application although the window still alive.
The window was opened like: OPEN( w_ftp )
From the sound of it - Yossi's MDI application may *not* coded properly to follow MDI App design / processing rules as this situation should never happen IMHO if coded properly. So it sounds like some refactoring might be in order. Just my $0.02.
Regards ... Chris