Microsoft KB Archive/104464: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "&" to "&")
 
Line 22: Line 22:


<pre>      SET BLINK ON
<pre>      SET BLINK ON
       @ 2,2 SAY 'HELLO' COLOR R*/B  &amp;&amp; IT BLINKS
       @ 2,2 SAY 'HELLO' COLOR R*/B  && IT BLINKS
</pre>
</pre>
3. Run this session of FoxPro in a window. Note that the object stops
3. Run this session of FoxPro in a window. Note that the object stops

Latest revision as of 12:24, 21 July 2020

Objects Do Not Blink in FoxPro for MS-DOS Under Windows

ID: Q104464

The information in this article applies to:

  • Microsoft FoxPro for MS-DOS, versions 2.0, 2.5, and 2.5a

SUMMARY

Objects will not blink if FoxPro for MS-DOS is run under Windows in a window. It will blink only if it is running in full-screen mode.

MORE INFORMATION

Steps to Reproduce Problem

1. Start FoxPro for MS-DOS under Windows in full-screen mode.

2. In the Command window, issue the following commands:

      SET BLINK ON
      @ 2,2 SAY 'HELLO' COLOR R*/B  && IT BLINKS

3. Run this session of FoxPro in a window. Note that the object stops

   blinking.

Additional reference words: FoxDos 2.00 2.50 2.50a KBCategory: kbprg KBSubcategory:


Last Reviewed: April 17, 1995
© 1999 Microsoft Corporation. All rights reserved. Terms of Use.