Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Need a find file routine
Message
From
09/06/2006 22:39:39
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Novell 6.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01125737
Message ID:
01128248
Views:
22
Naomi

Thanks for the routine, hope you don't mind me using it in my framework. I thought I recognized the name Nosonovsky in the code documentation (which I did leave intact) but the first name threw me (Nadya). You have answered questions for me before.

As I looked at the code once more, I discovered I don't even need the stopSrch boolean I added. I could have just used your m.halt boolean to accomplish the same end. You set esca on and it appears filer terminates when escape is pressed. To end the function I added:
IF stopSrch
   RETURN "search Terminated"
ELSE 
   RETURN  m.lcRetPath + m.tcFileToSearch && Path to the first found file + file searched for
ENDIF 
By the way, what does AFAIK mean??

Vince
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform