Hi,
i'm having problems closing modeless form. I have a form A, that is modal and my subform B, that is modal too, but because i need to open further windows (C) programatically, i set it as windowtype = 0 (in order to be able to open child forms (C) from this form (B)) in its init event...