Page 1 of 1

HMG4 interactiveclose question

Posted: Thu Sep 29, 2011 4:14 pm
by l3whmg
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:

Code: Select all

SET INTERACTIVECLOSE OFF
DEFINE WINDOW MainForm
MAIN
................
Then, I open a form (ie from a button or menu) and I have coded:

Code: Select all

SET INTERACTIVECLOSE ON
DEFINE WINDOW StandardForm
CHILD
................
What happens? Can I use [X] on StandardForm? Can I use [X] on MainForm?

Many thanks in advance

Re: HMG4 interactiveclose question

Posted: Thu Sep 29, 2011 4:22 pm
by Rathinagiri
IMHO, the latest call of interactive close will be effective.

Re: HMG4 interactiveclose question

Posted: Thu Sep 29, 2011 4:40 pm
by l3whmg
Hi Rathinagiri. Many thanks: I think so, but I never used the INTETRACTIVECLOSE
Cheers