INFO: Undocumented {PAUSE} Option for KEYBOARD Command (260259)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0
  • Microsoft Visual FoxPro for Windows 3.0b
  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0

This article was previously published under Q260259

SUMMARY

The KEYBOARD command allows the {PAUSE nSeconds} option to be placed in a keyboard buffer along with the documented key labels. This option results in a pause of nSeconds in Visual FoxPro 5.0x and 6.0x. In Visual FoxPro 3.0x, it does not result in a syntax error, but does not pause.

MORE INFORMATION

In the Command window, type:

KEYBOARD '{PAUSE 5}'

and note that the cursor disappears from the Command window for five seconds before returning when running Visual FoxPro 5.0x or 6.0x.

REFERENCES

For more information on the KEYBOARD command, please see the Visual FoxPro Language Reference.

Modification Type:MajorLast Reviewed:5/12/2003
Keywords:kbinfo kbXBase KB260259