Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Closing a free table after using create table command
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00984950
Message ID:
00984951
Views:
22
>I have used the command CREATE DBF to setup a new free table. When I try to use it with the USE command, I get the error "File is in use". How do I close the dbf file created with the CREATE DBF command? I have other free tables open and I don't want them closed so I can't use the CLOSE TABLES command.
USE IN SELECT("TableAlias")
will close table with alias TableAlias and do nothing if such alias doesn't exists. If you know that alias exists than
USE IN TableAlias
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform