Forum Post: Re: Can Abl Window Remain Active When A .net Form Is Called?

Status
Not open for further replies.
M

Mike Fechner

Guest
You can certainly allow simultanious into to both windows. But the very first (and hopefully only wait-for - exception are modal Dialogs) in your session needs to be: WAIT-FOR System.Windows.Forms.Application:Run(). If you are currently using an classic ABL WAIT-FOR like WAIT-FOR CLOSE OF THIS-PROCEDURE . or similar, you will Need to change your startup procedure. To bypass that WAIT-FOR, you need to call System.Windows.Forms.Application:Exit(). There must be dozens of threads on this forum with more code samples.

Continue reading...
 
Status
Not open for further replies.
Top