Close window 'X' [message #80130] |
Wed, 14 August 2002 08:52 |
Eric Bender
Messages: 9 Registered: June 2002
|
Junior Member |
|
|
Hi again. I was just wondering, if I have a form with multiple windows or forms open, how do I make it so the X on each window (the one to the far right of the window title) closes the window? Thanks!
Eric
|
|
|
|
Re: Close window 'X' [message #80136 is a reply to message #80130] |
Wed, 14 August 2002 20:00 |
d
Messages: 18 Registered: October 2000
|
Junior Member |
|
|
You might also want to put a Do_Key('Exit_Form'); or just an Exit_Form; inside of your WHEN-WINDOW-CLOSED trigger.
|
|
|