Jan 7, 2004 #1 Trip Technical User Joined Nov 13, 2001 Messages 16 Location CZ Hi, is any way how to close all opened windows in the program except the main window? Thank's Pavel
Jan 8, 2004 #2 morkovin Programmer Joined Oct 9, 2003 Messages 7 Location A1 For example: LOOP I# = 2 TO 64 POST(EVENT:CloseWindow,,I#) . Upvote 0 Downvote