HMG4 interactiveclose question
Posted: Thu Sep 29, 2011 4:14 pm
Hi guys, I'm trying to find a new solution about Release and close event.
Perhaps, I have found a way but I don't remember well this scenario with HMG3:
Then, I open a form (ie from a button or menu) and I have coded:
What happens? Can I use [X] on StandardForm? Can I use [X] on MainForm?
Many thanks in advance
Perhaps, I have found a way but I don't remember well this scenario with HMG3:
Code: Select all
SET INTERACTIVECLOSE OFF
DEFINE WINDOW MainForm
MAIN
................Code: Select all
SET INTERACTIVECLOSE ON
DEFINE WINDOW StandardForm
CHILD
................Many thanks in advance