rickesilaw
Programmer
We have a program where we build code in a class while running a form and then compile the code. How can we stop the output from the compile from displaying over the form?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
DEFINE WINDOW dummy FROM 0,0 TO 1,1
MOVE WINDOW dummy TO -1,-1
SET TALK WINDOW dummy
SET TALK ON
&& Compile your code here
SET TALK OFF
RELEASE WINDOW dummy