Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compact closes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00125767
Message ID:
00125977
Vues:
20
Or, same thing with

use in &lcStr

instead of select followed by use...

David, somehow I knew after reading your previous reply that you'd be writing a little function to do the job better :-)

Take care,
Joe

>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
Joseph C. Kempel
Systems Analyst/Programmer
JNC
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform