Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Appending from several tables
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
01217264
Message ID:
01217666
Vues:
12
The problem is before IF

I runned the test below

********************************************
STORE mydir1 TO MyOldPath && my old dir
STORE "C:\data" TO MyNewPath && my new dir

lnOldTables = adir(laOldTables, MyOldPath + "*.dbf")
lnNewTables = adir(laNewTables, MyNewPath + "*.dbf")

= MESSAGEBOX (STR(lnOldTables))
* returns 17

= MESSAGEBOX (STR(lnNewTables))
* returns 0 though there are 10.dbf files on the its folder
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform