Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Getting filer app to work on a client pc
Message
From
29/07/1999 09:26:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Object Oriented Programming
Title:
Getting filer app to work on a client pc
Miscellaneous
Thread ID:
00247631
Message ID:
00247631
Views:
64
I am trying to get this code to work using the filer object

oFiler = CREATEOBJECT("filer.fileutil")
oFiler.SearchPath = "C:\Temp" && path can be separated with commas
oFiler.FileExpression = "*.*" && wildcards and multiple file
&& expressions, separated with icolons
oFiler.SubFolder = .T. && search subfolders
oFiler.SearchText1 = "" && the text to search for
oFiler.SearchText2 = ""
oFiler.SearchText3 = ""
oFiler.IgnoreCase = .T. && ignore the case
oFiler.WholeWords = .T. && find only whole words
oFiler.Find(0) && 0: new search, 1: add to results
oFiler.Files.Count && returns count of files found
oFiler.Files[2].Name && returns name of file
oFiler.Editor = "notepad" && specify an external editor
oFiler.IsHostedByFox = 0 && use the specified editor

The code works fine, but it will not work on a clients PC.

I have tried copying the filer DLL to the client PC still no luck
has anyone had any sucess doing this

Thanks in adnvance
Next
Reply
Map
View

Click here to load this message in the networking platform