Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Close all except
Message
De
10/03/2003 09:44:11
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
10/03/2003 09:38:36
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00763615
Message ID:
00763616
Vues:
19
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform