closeclonewindow

The closeclonewindow statement is an alternative method to close the current window, works even if the window has no close box.


Parameters

No parameters.


Description

This statement is an alternate method for closing the currently active window. Unlike the normal method, the CloseWindow statement, this statement will never save or ask for confirmation, and it works even if the window has no close box. If this is the last window open for this database, it closes the window but leaves the database open secretly. The primary application for this is to close forms that have been opened as clone windows, especially if they have no close box, but it can also be used with normal windows.


See Also


History

VersionStatusNotes
10.2NewNew in this version.