Activate Screen
By default, output from many commands goes to the active window. ACTIVATE SCREEN lets you direct it to the main Visual FoxPro window instead.
Usage |
ACTIVATE SCREEN |
Example |
DEFINE WINDOW Test AT 0,0 SIZE 10,100 ACTIVATE WINDOW Test * Now all output goes to window Test - prove it DISPLAY MEMORY * That's no good - try again ACTIVATE SCREEN DISPLAY MEMORY && much better RELEASE WINDOW Test && clean up |
See Also |