Logo

Hacker’s Guide to Visual FoxPro
An irreverent look at how Visual FoxPro really works. Tells you the inside scoop on every command, function, property, event and method of Visual FoxPro.

CLOSE ALTERNATE

CLOSE ALTERNATE combines SET ALTERNATE OFF and SET ALTERNATE TO into a single command.

Usage

CLOSE ALTERNATE

Example

SET ALTERNATE TO Test.TXT
SET ALTERNATE ON
USE Employee
DISPLAY NEXT 5
CLOSE ALTERNATE

See Also

Set Alternate