M
Matt Gilarde
Guest
Brian K. Maher What about using SESSION:SET-WAIT-STATE("GENERAL") ?? SET-WAIT-STATE does two things - it disables an application's ABL windows and .NET forms so they don't accept input and it sets the mouse cursor to the hourglass. Other than those things, your program runs just as it would without SET-WAIT-STATE. It you go into the wait state and do something that takes a long time (a long loop, for example), you'll have the same issues as you would without entering the wait state.
Continue reading...
Continue reading...