Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Close all except
Message
From
10/03/2003 09:44:11
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
10/03/2003 09:38:36
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00763615
Message ID:
00763616
Views:
21
>There is a way to close all tables and cursors except one or specific table\cursor?
>Thank you for answer
>Chaim
lcKeepOpenAlias = 'MYALIAS' && Uppercase
lnTables = aused(arrInUse)
for ix=1 to lnTables
 if arrInUSe[ix,1] # lcKeepOpenAlias
   use in (arrInUSe[ix,1])
 endif
endfor
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform