BUG: ? Command with FONT Clause Prints Double SpacedLast reviewed: July 15, 1997Article ID: Q100998 |
The information in this article applies to:
SYMPTOMSIssuing a ? print command with a FONT clause sometimes prints the text double spaced.
CAUSEThe screen font or print font is smaller than the font used by the question mark command.
RESOLUTIONMake sure the screen font or the print font is the same as the font used in the question mark command. You can change the print font by issuing the SET PRINT FONT command. Actually if you set the screen or printer font ahead of time, there is no need to use the font clause on the question mark command unless you wish to change fonts briefly. In FoxPro for Windows 2.6 the screen font can be changed by issuing the following command:
MODIFY WINDOW SCREEN FONT "ARIAL", 10In Visual FoxPro the screen font can be changed by issuing the following command:
_SCREEN.FONTNAME="ARIAL" _SCREEN.FONTSIZE="10" STATUSMicrosoft has confirmed this to be a problem in FoxPro 2.5, 2.5a, 2.5b, and 2.6 for Windows. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional query words: doublespace singlespace double-space single-space
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |