index.html #2

  • //
  • guest/
  • robert_cowham/
  • perforce/
  • utils/
  • P4OFC/
  • index.html
  • View
  • Commits
  • Open Download .zip Download (3 KB)
<html>

<head>
<title>P4OFC Utilities</title>

<style TYPE="text/css">
<!--

BODY {font: 12px/16px verdana, arial, sans-serif !important;
            text-align: left;
            margin-left: 2cm;
            color:#000000 !important;}

.cell {font: 12px/16px verdana, arial, sans-serif !important;
            text-align: left;
            color:#000000 !important;}

TD {font: 12px/16px verdana, arial, sans-serif !important;
            text-align: left;
            color:#000000 !important;}
            
H1 {font: 18px/18px verdana, arial, sans-serif !important;
            text-align: left;
            color:#333333 !important;}

H2 {font: 18px/18px verdana, arial, sans-serif !important;
            text-align: left;
            color:#333333 !important;
            font-weight: bold;
            margin-bottom: 14px}

H3 {font: 14px/14px verdana, arial, sans-serif !important;
            text-align: left;
            color:#333333 !important;
            font-weight: bold;
            margin-bottom: 14px}
pre {
    border-right: #646464 1px solid;
    padding-right: 0.5em;
    border-top: #646464 1px solid;
    padding-top: 0.5em;
    border-left: #646464 1px solid;
    padding-left: 0.5em;
    border-bottom: #646464 1px solid;
    padding-bottom: 0.5em;
    white-space: pre;
    background-color: #f6e6e6;
    color: black;
    margin-left: 1em;
    width: 90%;
    display: table;
    font-size: 100%;
}

-->
</style>

</head>

<body>

<h1><a name="top"></a>P4OFC - Utilities</h1>
<p>P4OFC is the
<a href="http://www.perforce.com/perforce/products/plugins-ofc.html">Perforce 
Plug-in for Microsoft Office</a> which allows documents created using 
Microsoft Word, Excel and PowerPoint to be easily stored and versioned in the 
Perforce SCM System. It was written for Perforce by <a href="http://public.perforce.com/guest/robert_cowham/pcp.html"> Robert Cowham</a> of
Vaccaperna Systems Ltd.</p>

<p>This page contains relevant utilities.</p>

<h2><span style="font-weight: 400 !important">TestDirector Conflict</span></h2>
<p>There is a bug in all versions of Word (97, 2000 and XP) which surfaces when 
you install P4OFC and you already have the TestDirector macro template 
installed. This bug may cause Word to crash pretty seriously such that it won't 
restart (it hangs).</p>
<p>If it has crashed then the way to resolve it is to delete (or rename) the 
file Normal.dot which is in the Word startup directory. The default locations of 
this directory are:</p>
<ul>
  <li>on Windows 2000/XP (with Word 2000/XP) this is normally
  <blockquote>
    <p>&quot;C:\Documents and Settings\&lt;username&gt;\Application Data\Microsoft\Word\STARTUP&quot;</p>
  </blockquote>
  </li>
  <li>on Windows 9x/NT (with Word 97) this is normally&nbsp;
  <blockquote>
    <p>&quot;c:\Program Files\Microsoft Office\Office\Startup&quot;</p>
  </blockquote>
  </li>
</ul>
<p>An option to avoid the crash is to install the following template in the Word 
Startup directory (as above).</p>
<p><b>This template will reset the Word Menu Bar every time Word exits. This 
action resolves the problem and avoids the crash, but any personal 
customisations you might have made to the Menu Bar will also be removed.</b></p>
<p>Download the template:&nbsp;&nbsp;&nbsp;
<a href="ftp://public.perforce.com/guest/robert_cowham/perforce/utils/P4OFC/ResetMenuBar.dot">
ResetMenuBar.dot</a></p>

<p>
<a href="#top">Top</a>
</p>
</body>

</html>
# Change User Description Committed
#2 3298 Robert Cowham Fix title
#1 3291 Robert Cowham First version of ResetMenuBar