Microsoft KB Archive/106393: Difference between revisions

From BetaArchive Wiki
(importing KB archive)
 
m (Text replacement - "&" to "&")
 
Line 12: Line 12:
<div id="TitleRow">
<div id="TitleRow">


= <span id="KB106393"></span>FIX: Print Footer Options Reset to &amp;P in Visual Workbench =
= <span id="KB106393"></span>FIX: Print Footer Options Reset to &P in Visual Workbench =




Line 45: Line 45:
== SYMPTOMS ==
== SYMPTOMS ==


If you choose Page Setup from the File menu in the Visual Workbench and delete all footer options, the &amp;P option is the default. If you then later choose Page Setup from the File menu, the &amp;P option returns.
If you choose Page Setup from the File menu in the Visual Workbench and delete all footer options, the &P option is the default. If you then later choose Page Setup from the File menu, the &P option returns.


</div>
</div>
Line 52: Line 52:
== CAUSE ==
== CAUSE ==


The parser for the Footer options box does not maintain an empty string. If one is found, the &amp;P option is inserted to include the page number.<br />
The parser for the Footer options box does not maintain an empty string. If one is found, the &P option is inserted to include the page number.<br />
<br />
<br />
You can enter a single space in the options string, which will function the same as having no options. However, this is maintained only during the current Visual Workbench session. When the Visual Workbench is executed again, the &amp;P option is reinserted.
You can enter a single space in the options string, which will function the same as having no options. However, this is maintained only during the current Visual Workbench session. When the Visual Workbench is executed again, the &P option is reinserted.


</div>
</div>
Line 61: Line 61:
== RESOLUTION ==
== RESOLUTION ==


Select one of the centering options, &amp;L or &amp;C or &amp;R. Because there is no other text desired, these options will not have any effect other than to keep the Visual Workbench from inserting the &amp;P option.
Select one of the centering options, &L or &C or &R. Because there is no other text desired, these options will not have any effect other than to keep the Visual Workbench from inserting the &P option.


</div>
</div>

Latest revision as of 12:25, 21 July 2020

Knowledge Base


FIX: Print Footer Options Reset to &P in Visual Workbench

Article ID: 106393

Article Last Modified on 8/16/2005



APPLIES TO

  • Microsoft Visual Workbench for Windows, when used with:
    • Microsoft Visual C++ 1.5 Professional Edition



This article was previously published under Q106393

SYMPTOMS

If you choose Page Setup from the File menu in the Visual Workbench and delete all footer options, the &P option is the default. If you then later choose Page Setup from the File menu, the &P option returns.

CAUSE

The parser for the Footer options box does not maintain an empty string. If one is found, the &P option is inserted to include the page number.

You can enter a single space in the options string, which will function the same as having no options. However, this is maintained only during the current Visual Workbench session. When the Visual Workbench is executed again, the &P option is reinserted.

RESOLUTION

Select one of the centering options, &L or &C or &R. Because there is no other text desired, these options will not have any effect other than to keep the Visual Workbench from inserting the &P option.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft Visual Workbench version 1.0 for Windows and Microsoft Visual Workbench, 32-bit Edition, version 1.0. This problem was corrected in Microsoft Visual C++, 32-bit Edition, version 2.0.


Additional query words: 1.00 1.50 print printing numbers

Keywords: kbbug kbfix kbide KB106393