ID: Q110363
2.50b MACINTOSH kbprg kbfixlist kbbuglist
The information in this article applies to:
Issuing @0,0 CLEAR does not clear the screen with a new color until a refresh event is executed.
Instead of using 0,0 for the coordinates, issue the following command
@ 0.1, 0.1 CLEAR
or issue the CLEAR command by itself.
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro 3.0b for Macintosh.
Issue the following commands in the Command window:
SET COLOR TO W+/B && This will change background color to blue
@ 0, 0 CLEAR && This should paint the whole screen in blue
Note that the screen does not change its color. In order to change
the color, the screen must be resized or closed and then reopened.
Additional reference words: FoxMac 2.50b color clear fixlist3.00b buglist2.50b KBCategory: kbprg kbfixlist kbbuglist KBSubcategory:
Keywords : kbbuglist kbfixlist kbprg
Version : 2.50b
Platform : MACINTOSH
Solution Type : kbfix
Last Reviewed: October 20, 1997