Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically open a list of tables
Message
 
 
À
02/06/2004 17:45:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00909412
Message ID:
00909416
Vues:
10
Bill,
SELECT TableList
SCAN
  lcTableName = ALLTRIM(tablename) 
  USE (lcTableName) IN 0
ENDSCAN
>Hi
>I have a table with a field called tablename which contains name of table that I have I want to scan the table and open all the tables for example
>use &tablename
>and I m getting a error &tablename does not exist
>can anyone help me how to do such a thing
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform