Welcome to the FindAndReplaceText.dll FAQ Page!
Published by: http://www.CalvinSmithSoftware.com
 

FindAndReplaceText.dllClick here to download and try the FindAndReplaceText.dll file for free.

Questions and Answers
=====================

Q: How do I get the FindAndReplaceText.dll to
find and replace text in a text file?

-------------------------------------------
A: You will need to "Reference" the FindAndReplaceText.dll file from your module menu.
Use the Browse button to locate that file on your system.


NOTE: Sometimes, MS Access does not show DLL files when searching for files to reference.
So, once you locate the directory, simply type in the FindAndReplaceText.dll filename.

After the "Reference" has been taken care of, all you do is call the function
behind your command button like the following example:

Dim bRetVal As Boolean

bRetVal = FindAndReplace("C:\My_Text_File.txt", "Calvin Smith", "Santa Claus") -OR-

bRetVal = FindAndReplace("C:\My_HTML_File.htm", "my old WEB tags", "my new WEB tags")

That's it!

To access the "Reference" screen, you need to be within any module and select Tools, References
from the menu bar. Next, press the Browse button to locate the DLL. See screen shot examples below:




Q: What O/S does the FindAndReplaceText.dll file run in?
-------------------------------------------
A: The FindAndReplaceText.dll file runs on Win9x, Win2000, XP, and NT platforms.

Known Problems & Application Notes
==================================
* No problems to report after testing on Win9x, Win2000, XP, and NT platforms.

* No warranty express or implied, is given as to the use of this DLL (Dynamic Link Library).

We hope that you find the FindAndReplaceText.dll utility very useful. Please tell others
about it.

Home | CodeDisk Source Code Library | Email Source Code Library | MS Word Source Code Library | SQL Library | Tips