Re: Cascaded frmUpdateEvent overwrites overlapping modal form

2009-10-24 Thread Luc Le Blanc
Lionscribe wrote: I believe I had a similiar situation, and I added a check in the frmUpdateEvent like this if (frmP == FrmGetActiveFrm) or maybe it was WinGetActiveWindow or WinGetDrawWindow that way, if the frm gets the message when it's not to be drawn, it ignores it. How do you

Re: Cascaded frmUpdateEvent overwrites overlapping modal form

2009-10-24 Thread Lionscribe
That's exactly what's causing the problem, as the Active Window is not the Draw Window. I believe that checking if Form getting the message is the DrawWindow should solve the issue. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see