Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compact closes
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00125767
Message ID:
00125792
Views:
16
Michelle,

You can also write a udf that takes a list of table names and closes them
procedure CloseTables( pcTable1, pcTable2... pcTableN )
local i, lcStr
for i = 1 to pcount()
   lcStr = "pcTable" + alltrim( str( i ) )
   select &lcStr
   use
endfor
return
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform