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.
CLOSE ALTERNATE
SET ALTERNATE TO Test.TXT
SET ALTERNATE ON
USE Employee
DISPLAY NEXT 5
CLOSE ALTERNATE