Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Anything in VFP6 that is similar to FILER ?
Message
From
27/04/2000 09:58:02
Jonathan Cochran
Alion Science and Technology
Maryland, United States
 
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00364081
Message ID:
00364084
Views:
28
Try the following code to add a menu choice for the Filer. Filer comes with VFP6, it just isn't accessible from the menu. If you have a startup program, put this code there and the menu choice will always be acessible.

DEFINE BAR 20 OF _mtools PROMPT "\-"
DEFINE BAR 21 OF _mtools PROMPT "\ON SELECTION BAR 21 OF _mtools DO FORM (HOME( ) + 'TOOLS\FILER\FILER.SCX')

>I am looking to do a search of my files to check for specific references of indexes, and I have used the FILER command in the past for that.
>
>I see the FIND window and the scope as a possibile solution, but the scope is shadowed out.
>
>Any suggestions ?
>
>Dena
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform