Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ADIR not retreiving all directory filenames into DBF
Message
De
27/10/2002 13:24:33
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
ADIR not retreiving all directory filenames into DBF
Divers
Thread ID:
00715886
Message ID:
00715886
Vues:
49
Hi,

I seem to be having a problem with retrieving ALL filenames & file info into a Dbf using the ADIR() and APPEND command. I use the following code:

USE DirPhotos IN 0 ALIAS DP EXCL
SELECT DP
ZAP

DECLARE aDirJpgFiles(1,5)
ADIR(aDirJpgFiles,(mHomePhotos_PAW)+'*.JPG')
APPEND FROM ARRAY aDirJpgFiles
RELEASE aDirJpgFiles
BROW

Anyone see any problems with the above code? If so, what would be the proper coding or work around?

Thanks
Roland
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform