KGRKJGETMRETU895U-589TY5MIGM5JGB5SDFESFREWTGR54TY
Server : Apache/2.4.62
System : FreeBSD fbsdweb2.web.rcn.net 14.1-RELEASE FreeBSD 14.1-RELEASE releng/14.1-n267679-10e31f0946d8 GENERIC amd64
User : www ( 80)
PHP Version : 8.3.8
Disable Function : NONE
Directory :  /domains/rfisher.dnai/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /domains/rfisher.dnai/support.html
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>

<head>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<title>Rick Fisher Consulting - Support</title>
<base href="http://www.rickworld.com/support.html">
</head>

<body background="images/chalk1.jpg">

<h1 align="center">Rick Fisher Consulting - Support <a
href="index.html"><font size="2">home</font></a></h1>

<hr>

<menu>
    <li><a href="#FindAndReplace2">Find and Replace 2.0</a> for
        Microsoft Access 2.0</li>
    <li><a href="#FindAndReplace7">Find and Replace 7.0</a> for
        Microsoft Access 95 (Access 7.0)</li>
    <li><a href="#FindAndReplace8">Find and Replace 8.0</a> for
        Microsoft Access 97 (Access 8.0)</li>
    <li><a href="#FindAndReplace9">Find and Replace 9.0</a> for
        Microsoft Access 2000, 2002/XP,  2003, 2007, and 2010</li>
    <li><a href="download.html#MicrosoftLinks">Microsoft Links</a>
        - links to Microsoft updates/patches</li>
</menu>

<hr>

<h2><a name="FindAndReplace2"><font color="#800000"><u>Find and
Replace 2.0</u></font></a></h2>

<h4><em>Note: Versions 2.07h and later are year 2000 compliant.</em></h4>

<h4><u>Known bugs in version 2.07n<br>
</u><em>Currently, there are no known bugs in this version.<br>
</em></h4>

<h4><u>Other Problems</u></h4>

<ol>
    <li>Out of memory while searching forms or reports. This is
        an Access resource problem. Only load the add-ins you
        absolutely need. Also, you can try to limit the search to
        a range of forms/reports via the search documents like
        box (e.g. enter &quot;frm[A-D]*&quot; to search forms
        starting with frmA through forms starting with frmD). If
        you have a database with this problem and can ship it to
        me (on a ZIP disk or whatever) I would appreciate it. I
        have a workaround I would like to test.</li>
</ol>

<h4><u>Frequently Asked Questions</u></h4>

<ol>
    <li>Q: How do I ... <br>
        A: See the help file (Replace2.hlp). Most features and
        many issues are covered here.</li>
    <li>Q: I have a table in which I store form names and other
        object names. Can Find and Replace also search the
        contents of this table?<br>
        A: Yes (registered version only). See the help file under
        &quot;Custom Properties&quot;.</li>
    <li>Q: I have a table with existing field names and what I
        want to change them to. Can I get Find and Replace to get
        the Find/Replace Specs from this table rather than
        manually entering them?<br>
        A: Yes (registered version only). See the help file under
        &quot;Sourcing Find/Replace Specs from a Table or
        Query&quot;</li>
    <li>Q: Sometimes when I select &quot;Replace Without
        Asking&quot; it still prompts me if I want to do the
        change in modules.<br>
        A: This is discussed in the Notes section in the help
        file.</li>
    <li>Q: Instead of the regular log report I would like a
        report that looked more like the cross-reference report.
        How about it?<br>
        A: After any search with logging enabled, you can go to
        the cross-reference form, and click on the
        &quot;Report&quot; button (don't click on the
        &quot;Generate&quot; button). This will give you a
        report, in the cross-reference style, of the last search
        you did.</li>
</ol>

<h2><a name="FindAndReplace7"><font color="#800000"><u>Find and
Replace 7.0</u></font></a></h2>

<p><em><strong>Note: Versions 7.00e and later are year 2000
compliant.</strong></em></p>

<h4><u>Current known problems in version 7.00f</u></h4>

<ol>
    <li>Using Windows NT 3.51, module replaces can lock up.<br>
        Status: If this happens make the following entry in your
        repl7.ini file:<br>
        <br>
        [SendKeys]<br>
        CloseWindow=^{F4}<br>
        <br>
        However, if you redefine the control-F4 key via autokeys
        this won't work. In that case a more foolproof method is
        to use<br>
        CloseWindow=%-c<br>
        for the English version of windows. For foreign versions
        the letter c should be changed to whatever the underlined
        character is on the close option of a window (when you
        click the control box in the upper left corner).</li>
</ol>

<p>&nbsp;</p>

<h4><u>Frequently Asked Questions</u></h4>

<ol>
    <li>Q: How do I ... <br>
        A: See the help file (Replace7.hlp). Most features and
        many issues are covered here.</li>
    <li>Q: Why doesn't my registration code from version 2 work
        with this version?<br>
        A: You need to upgrade your registration. Details are
        provided on the order form. To view the order form,
        install Find and Replace 7 per the instructions in the
        help file, open the main Find and Replace form (Select
        the menu item Tools, then Add-ins, then Find and
        Replace), click on the about button in the upper left
        corner, and then click on order form.</li>
    <li>Q: I used the add-in manager to add Find and Replace but
        when I try to start it Access says it can't be found.<br>
        A: This problem seems to happen on some installations
        where Access is installed on a network drive.<br>
        Run the registry editor, regedit. <br>
        Go to
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Access\7.0\Menu
        Add-Ins\&amp;Find and Replace<br>
        <br>
        There should be two entries in that branch:<br>
        Expression, with a value (string) of
        &quot;=StartFindAndReplace()&quot;<br>
        Library, with a value (string) of
        &quot;C:\MSOFFICE\ACCESS\replace7.mda&quot;<br>
        <br>
        where C:\MSOFFICE\ACCESS is where Access 7 is installed
        (this might be different on your machine).<br>
        Replace7.mda and replace7.hlp must be in that directory.
        If the Library entry is incorrect you can manually
        correct it.<br>
        <br>
        If it is incorrect, you'll also have to correct the
        entries in <br>
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Access\7.0\Wizards\Property
        Wizards\Name\FARNameBuilder<br>
        The entries should be:<br>
        Can Edit, with a value (DWord) of 1<br>
        Description, with a value (string) of &quot;Smart Rename
        (Find and Replace)&quot;<br>
        Function, with a value (string) of
        &quot;zFAR_RenameControl&quot;<br>
        Library, with a value (string) of
        &quot;C:\MSOFFICE\ACCESS\replace7.mda&quot; <br>
        <br>
        where C:\MSOFFICE\ACCESS is where Access 7 is installed
        (this might be different on your machine).<br>
        <br>
        Also, check to make sure that the replace7.mda file is
        not read only (look at the file properties)<br>
        </li>
</ol>

<h2><a name="FindAndReplace8"><font color="#800000"><u>Find and
Replace 8.0</u></font></a></h2>

<h4><em><strong>Note: Versions 8.01c and later are year 2000
compliant.</strong></em></h4>

<h4><strong><u>Known bugs in version 8.01q</u></strong><u><br>
</u><em>Currently, there are no known bugs in this version.</em></h4>

<h4><u>Known bugs in version 8.01k</u></h4>

<p>If you receive a message &quot;Find and Replace Debug Warning
#1 zFar_LogWrite&quot; after a search/replace this indicates an
error in logging (happens during a table search when a change is
made to the source table of an attached table). It is a logging
error only. The search and replace is not affected. This has been
corrected in version 8.01m.<br>
</p>

<h4><u>Known bugs in version 8.01g</u></h4>

<ol>
    <li>There is a bug in the Fast-Search caching of Reports such
        that the section properties (OnFormat, OnPrint,
        OnRetreat, OnTag) of some group headers/footers may not
        be cached properly. However, CBF (code behind the section
        properties) is properly cached. For example, this means
        that with Fast-Search enabled a search of all reports may
        miss a Report with a macro specified in the OnFormat
        property of a particular Group header. Note: bug
        discovered January 5,1999, fixed in version 8.01h.</li>
    <li>A bug was introduced in version 8.01g causing
        specifications in the Document Name Like boxes of
        Reports, Macros, and modules to not work properly. Note:
        bug discovered January 5,1999, fixed in version 8.01h.</li>
    <li>The combo box list for queries shows shadow queries for
        form combo/list boxes. These shadow queries are generated
        by Access and are not user-modifiable so really don't
        belong in this list. I will eliminate these in the
        version 8.01h.</li>
</ol>

<h4><u>Frequently Asked Questions</u></h4>

<ol>
    <li>Q: How do I ... <br>
        A: See the help file (Replace8.hlp). Most features and
        many issues are covered here. There is a Frequently Asked
        Questions topic which covers a number of questions. Only
        things not covered in the help file will be listed on
        this web page.</li>
    <li>Q: Does Find and Replace 8 support different language
        versions of Access?<br>
        A: Yes. It is language independent. However you should be
        aware that Access stores some properties internally as
        the English equivalent even though you have a foreign
        language version. For example the format
        &quot;Currency&quot; is stored as &quot;Currency&quot;
        even though you have the German version and Access
        displays &quot;W�hrung&quot; in the property sheet; so
        you must search for &quot;Currency&quot;. This also
        applies to the decimal separator (Access stores a
        &quot;.&quot; even if you have specified a &quot;,&quot;
        and it displays a &quot;,&quot;) and the thousands
        separator.</li>
    <li>Q: How much does it cost to upgrade from version 7.0 of
        Find and Replace? <br>
        A: Version 8.0 is a no charge upgrade. Use your
        registration code you received when you registered
        version 7.0.</li>
    <li>Q: I used the add-in manager to add Find and Replace but
        it didn't work.<br>
        A: Add (or edit) the registry entries manually via
        regedit.<br>
        <br>
        In the registry branch (create if not there)<br>
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\8.0\Access\Menu
        Add-Ins\&amp;Find and Replace<br>
        Expression, with a value (string) of
        &quot;=zFAR_StartFindAndReplace()&quot;<br>
        Library, with a value (string) of
        &quot;C:\MSOFFICE\ACCESS\replace8.mde&quot;<br>
        where C:\MSOFFICE\ACCESS is where Access 8 is installed
        (this might be different on your machine).<br>
        <br>
        HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\8.0\Access\Wizards\Property
        Wizards\Name\FARNameBuilder<br>
        Can Edit, with a value (DWord) of 1<br>
        Description, with a value (string) of &quot;Smart Rename
        (Find and Replace)&quot;<br>
        Function, with a value (string) of
        &quot;zFAR_RenameControl&quot;<br>
        Library, with a value (string) of
        &quot;C:\MSOFFICE\ACCESS\replace8.mde&quot; <br>
        where C:\MSOFFICE\ACCESS is where Access 8 is installed
        (this might be different on your machine).</li>
    <li>Q: I followed the instructions above and the add-in still
        won't start.<br>
        A: Make sure the replace8.mde file does not have the
        read-only flag turned on (look at properties). This
        usually happens when you copy replace8.mde from a CDROM.</li>
    <li>Q: I am getting an error Error 48 &quot;Error in Loading
        DLL&quot;. What's wrong?<br>
        A: This is usually an Access problem with how dao350.dll
        is registered. The Microsoft Knowledge Base article <a
        href="http://support.microsoft.com/support/kb/articles/q177/2/64.asp">Q177264</a>
        describes another problem related to the same thing.</li>
    <li>Q: I am using Windows NT and I have been getting Error
        429 &quot;ActiveX Component Can't Create Object&quot;
        messages (perhaps also from Excel and Word). It seemed to
        happen after installing Find and Replace. What is wrong?<br>
        A: See Microsoft Knowledge Base article <a
        href="http://support.microsoft.com/support/kb/articles/q185/1/26.asp">Q185126</a>
        (or Q175512 or Q173430). </li>
    <li>Q: I am searching for a numeric value (for example the
        backcolor property of form controls) and Find and Replace
        is not finding anything yet I know they are there. What
        is the problem?<br>
        A: Generally Find and Replace does not search numeric
        properties unless you specify them in the Search
        User-defined Properties option. See the help file for a
        description of this option. Also see the help file topic
        &quot;What Find and Replace Searches.&quot;</li>
    <li>Q: I am searching for a particular Format property value
        and Find and Replace doesn't find anything yet I know it
        is there. I am What is going on?<br>
        A: If you are using a foreign language version of Access
        or you are using a decimal separator that is not
        &quot;.&quot; or a thousands separator that is not
        &quot;,&quot; you need to know that Access converts your
        format to the U.S. equivalent and stores it this way.
        Thus Find and Replace sees the U.S. equivalent. For
        example the format &quot;Currency&quot; is stored as
        &quot;Currency&quot; even though you have the German
        version and Access displays &quot;W�hrung&quot; in the
        property sheet; so you must search for
        &quot;Currency&quot;. This also applies to the decimal
        separator (Access stores a &quot;.&quot; even if you have
        specified a &quot;,&quot; and it displays a
        &quot;,&quot;) and the thousands separator (Access stores
        a &quot;,&quot; even if you have specified a
        &quot;.&quot; and it displays a &quot;.&quot;).</li>
    <li>Q: I am searching for a particular boolean value (for
        example looking for all controls where the visible
        property is false) and it is not working.<br>
        A: For boolean values you must search for
        &quot;True&quot; or &quot;False&quot; not -1 and 0.
        However when you set the values you can either specify
        True, False, -1, or 0. For foreign language versions of
        Access it may not be True or False but the equivalent in
        your language (try it and tell me what you find out).</li>
    <li>Q: How do I decompile my mdb? (note: this is an
        undocumented Access feature which can solve some gpf/ipf
        problems, recover orphaned space, and fix the problem
        where an mdb won't stay compiled)<br>
        A: To decompile start Access with the /decompile
        switch.&nbsp; To do this from&nbsp;windows do a Start,
        Run and then where it asks for the name of
        the&nbsp;program to run type:<br>
        &nbsp;&quot;c:\program files\microsoft
        office\office\msaccess.exe&quot; /decompile<br>
        Make sure you include the quotes as above.&nbsp; Also
        modify the file path if necessary to point to where
        msacess.exe is located (if it is different&nbsp;in your
        installation).&nbsp;When Access starts select/open the
        mdb you want to decompile.&nbsp;&nbsp; (the&nbsp;first
        mdb you open after starting Access in this fashion will
        get&nbsp;decompiled).&nbsp; Then compact the database
        (tools, Database Utilities,&nbsp;Compact and
        Repair).&nbsp; Then open up any module and do a menu
        Debug,&nbsp;Compile.&nbsp; Then close the module.&nbsp;
        Then compact the database again.<br>
        </li>
</ol>

<h2><a name="FindAndReplace9"><font color="#800000"><u>Find and
Replace 9.0</u></font></a></h2>

<p><strong><u>Known bugs/problems in version 9.00k</u></strong></p>

<p>&nbsp;</p>

<p><strong><u>Known bugs/problems in version 9.00j</u></strong></p>

With Windows Vista, Windows 7, and Windows 2008 Microsoft does not include the 
WinHelp32 help program.&nbsp; You must install it yourself to be able to read 
the help file.&nbsp; See <a href="http://support.microsoft.com/kb/917607">
http://support.microsoft.com/kb/917607</a>.&nbsp; Also, files downloaded from 
the internet will get tagged with an alternate data stream (in the file system; 
the Zone.Identifier stream) identifying it as from an external source (and 
therefore not trusted).&nbsp; The files you extract (via explorer) from a zip 
file from the internet will have this set also.&nbsp; The help file cannot be 
opened until you right click the file, select properties and on the General tab 
you should click the UNBLOCK button (if the button isn't there it isn't a 
problem).&nbsp; This is also the same reason you will get a warning message when 
opening the replace9.mde file.&nbsp; If you do the same for this file (UNBLOCK 
it) it will eliminate this warning.<p>In Access 2007/2010 the Name builder registry keys do not get properly added.  Download the appropriate file below, edit it to change the path to where your replace9.mde file is and rename the 
file with a .reg extension.  Double click it to install (make sure you turn off UAC if you have WIndows Vista or 7)
<br><br>
<a href="InstallNameBuilder2007.txt">Access 2007 reg fix file</a><br>
<a href="InstallNameBuilder2010.txt">Access 2010 reg fix file</a><br><br>

</p>

<p><strong><u>Known bugs/problems in version 9.00i</u></strong></p>

<p>Does not support Access 2007 (please use 9.00j).&nbsp; Install requires
Windows Vista/7 UAC to be turned off.</p>

<p><strong><u>Known bugs/problems in version 9.00h<br>
</u></strong><em>Note: This version supports adp style projects and Access 2003 
(versions prior to 9.00g did not). </em></p>
<p>When you start up Find and Replace you get multiple <strong>Error 5</strong> 
messages culminating in a registration message. This occurs only under Windows 
98 and is solved by a reboot.</p>

<p><strong><u>Known bugs/problems in version 9.00g<br>
</u></strong><em>Note: This version supports adp style projects and Access 2003 
(versions prior to 9.00g did not).
</em></p>

<p>A bug in this version prevents macros from being modified (even though the 
log says it was successful).</p>

<p>When you start up Find and Replace you get multiple <strong>Error
5</strong> messages culminating in a registration message. This
occurs only under Windows 98 and is solved by a reboot.</p>

<p><strong><u>Known bugs/problems in version 9.00f</u></strong><u><br>
</u><em>Note: This version supports&nbsp; does not support Access 2003 or adps.<br>
</em><br>
When you start up Find and Replace you get multiple <strong>Error
5</strong> messages culminating in a registration message. This
occurs only under Windows 98 and is solved by a reboot.</p>

<p>Find and Replace 9.00f (and earlier) does not support adps.&nbsp; There is however a bug that causes the check for adp 
files to be bypassed so it doesn't inform you that adps are not supported.&nbsp; 
Version  9.00g  supports adps and Access 2003.</p>

<p><strong><u>Known bugs in version 9.00b</u></strong><u><br>
</u>If you receive a message &quot;Find and Replace Debug Warning
#1 zFar_LogWrite&quot; after a search/replace this indicates an
error in logging (happens during a table search when a change is
made to the source table of an attached table). It is a logging
error only. The search and replace is not affected. </p>

<h4><u>Frequently Asked Questions</u></h4>

<ol>
    <li>Q: How do I ... <br>
        A: See the help file (Replace9.hlp). Most features and
        many issues are covered here. There is a Frequently Asked
        Questions topic which covers a number of questions. Only
        things not covered in the help file will be listed on
        this web page.&nbsp; With Windows Vista, Windows 7, and Windows 2008 
    Microsoft does not include the WinHelp32 help program.&nbsp; You must 
    install it yourself to be able to read the help file.&nbsp; See
    <a href="http://support.microsoft.com/kb/917607">
    http://support.microsoft.com/kb/917607</a></li>
    <li>Q: How do I decompile my mdb? (note: this is an
        undocumented Access feature which can solve some gpf/ipf
        problems, recover orphaned space, and fix the problem
        where an mdb won't stay compiled)<br>
        A: To decompile start Access with the /decompile
        switch.&nbsp; To do this from&nbsp;windows do a Start,
        Run and then where it asks for the name of
        the&nbsp;program to run type:<br>
        &nbsp;&quot;c:\program files\microsoft
        office\office\msaccess.exe&quot; /decompile<br>
        Make sure you include the quotes as above.&nbsp; Also
        modify the file path if necessary to point to where
        msacess.exe is located (if it is different&nbsp;in your
        installation).&nbsp;When Access starts select/open the
        mdb you want to decompile.&nbsp;&nbsp; (the&nbsp;first
        mdb you open after starting Access in this fashion will
        get&nbsp;decompiled).&nbsp; Then compact the database
        (tools, Database Utilities,&nbsp;Compact and
        Repair).&nbsp; Then open up any module and do a menu
        Debug,&nbsp;Compile.&nbsp; Then close the module.&nbsp;
        Then compact the database again.</li>
    <li>Q: I'm getting an error 5 message upon startup<br>
        A: This has only been reported in conjunction with
        Windows 98. Rebooting the machine solves it.</li>
    <li>Q: I'm having trouble installing and I'm running Windows Vista.&nbsp; 
    What's up?<br>
    A: Turn off User Account Control to install.</li>
</ol>
</body>
</html>

Anon7 - 2021