Filer.exe Contains Filer.dll for Visual FoxPro 5.0 (163804)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
This article was previously published under Q163804 SUMMARY
Filer.exe is a file that provides a component version of the Filer desk
accessory (Filer.dll), available in previous versions of Microsoft Visual
FoxPro. Filer.dll is an ActiveX COM, and as such, supports Automation. You
can, therefore, create an instance of Filer.dll in Visual FoxPro or other
Automation servers.
MORE INFORMATIONThe following file is available for download from the Microsoft Download Center:
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591 How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.
Many Visual FoxPro developers are familiar with the Filer desk accessory
from previous versions of FoxPro and Visual FoxPro 3.0. After a brief
absence during the Visual FoxPro 5.0 release, the Filer is back by popular
demand as an Automation object called Filer.dll.
When you download Filer, you get the following files:
List of Files
Readme.txt - Readme file
Filer.dll - Filer engine as Automation object
Filer.htm - Filer documentation
Msvcrt.dll - System library needed by Filer.dll
Filer.scx/sct - Sample form to use with Filer
Filer.ico - Icon used by sample form (Filer.scx) Distribution
Filer.dll and its companion files are for use with Visual FoxPro only. You
are not permitted to distribute any of the files with your distributed run-
time applications.
Installing the Filer Files
Use the following steps to install the Filer files:
- Create a new folder under the Visual FoxPro 5.0 home folder called
Filer (for example, C:\Vfp\Filer).
- Unzip the files in Filer.exe and copy them into the newly created Filer
folder.
- Look for a copy of Msvcrt.dll, the Microsoft Visual C++ Run-time
Library, in your Windows\System (Windows 95) or WinNT\System32 (Windows
NT) folder. If Msvcrt.dll is not present, copy it to the Windows\System
or WinNT\System32 folder from your Filer folder.
Registering Filer.dll
Filer.dll must be registered before you can create an instance of the
Filer.
Windows Registration
The following command, entered in the Windows Run dialog box, registers
Filer.dll if it is located in the folder C:\Vfp\Filer (the recommended
folder):
REGSVR32 /s C:\VFP\FILER\FILER.DLL
Visual FoxPro Registration
The following command, issued in the Visual FoxPro Command window or a
program, registers Filer.dll if it is located in the folder C:\Vfp\Filer
(the recommended folder):
RUN/N REGSVR32 /s C:\VFP\FILER\FILER.DLL
Filer.dll can also be registered within Visual FoxPro by running the Filer
form, Filer.scx, and performing a file search by clicking the Find Now
button. Issue the following command to run the Filer form (assuming the
Filer form is in a subfolder named Filer off the Visual FoxPro folder):
DO FORM (HOME( ) + 'FILER\FILER.SCX')
For more information on the Filer, read the documentation in Filer.htm.
Modification Type: | Minor | Last Reviewed: | 2/24/2005 |
---|
Keywords: | kbdownload kbfile kbinfo KB163804 kbAudDeveloper |
---|
|