Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Filer - little bug fix
Message
From
02/10/1998 00:19:59
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Filer - little bug fix
Miscellaneous
Thread ID:
00143112
Message ID:
00143112
Views:
73
There's a bug in MSFT's filer.scx (which emulates VFP 3 and FPW "Filer" command)
The init event of this form contains...
ON SELECTION BAR 21 OF _mtools DO FORM &cFilerPath.
Simply amend this to...
ON SELECTION BAR 21 OF _mtools DO FORM "&cFilerPath."

The problem is that the original code does allow for path names which include a space; like "C:\Program Files\VFP"

BTW - a great advantage of Filer over the old filer is that you can run it any number of times concurrently allowing multple searches to be carried out in the one session without loosing your place in a search and replace sequences. So I can multitask :-)
Next
Reply
Map
View

Click here to load this message in the networking platform