Page 1 of 1

Ventana activa

Posted: Thu Jul 23, 2009 3:57 pm
by luisvasquezcl
Estimados,
HMG da error cuando se abre una ventana child si hay una ventana modal activa.
¿Hay alguna forma de verificar que no haya una ventana modal activa antes de abrir una child?
Saludos,
Luis Vasquez.

Dear,
HMG gives error when you open a child window if there is a modal window
active.
Is there any way to verify that there is a modal window before Active
opening a child?
Greetings,
Luis Vasquez.

Re: Ventana activa

Posted: Thu Jul 23, 2009 5:50 pm
by gfilatov
luisvasquezcl wrote: HMG gives error when you open a child window if there is a modal window
active.
Is there any way to verify that there is a modal window before Active
opening a child?
Hi Luis Vasquez,

Try the following function:

Code: Select all

function IsModalActive
return _HMG_SYSDATA [ 271 ]
I hope that helps :idea:

Re: Ventana activa

Posted: Thu Jul 23, 2009 8:53 pm
by luisvasquezcl
Grigory thanks.
try with what I provided.
thank you very much
Regards,
Luis Vasquez