On Fri, Sep 5, 2008 at 1:24 PM, MAwiniarski <MAwiniarski at gmail.com> wrote:> I''ve got opened MainWindow and DialogBox in which I want to manipulate > some data, using entry form and methods. > > How to close DialogBox to return to MainWindow not using standard "OK" > "Cancel" buttons ?Something like this should work: getApp().stopModal(dialogBox, true) dialogBox.hide Hope this helps, Lyle