Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
FFC - _filer - how to get info after it's found a file?
Message
 
À
18/06/2002 16:52:13
Irv Adams
MSC Managed Care, Inc.
Floride, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00669886
Message ID:
00669928
Vues:
12
It's OK I got it!!!
Realised the it should be oFiles...
ie.
with thisform
.filefinder.cFileExpression = oApp.ProdExe
.filefinder.cSearchPath = "c:\"
intFileCount = .filefinder.find(0)
if vartype(.filefinder.oFiles) == "O" then
if intFileCount > 0 then
messagebox("Found " + str(intFileCount) + "(s)")
strPath = .filefinder.ofiles.item(1).path
else
messagebox("No files found...")
endif
endif
endwith
Thanks for your help!
Chris Maiden
Email
Web
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform