The information in this article applies to:
SYMPTOMSWhen you use the "?" command with FUNCTION "V1", the characters "ii" or "il" or "it" are displayed on the same line. Remove the single asterisk from the front of the three commented lines in the code listed in the "Steps to Reproduce Problem" section of this article. This extra code causes the V1 function to work correctly with each font. It appears to work correctly when sent to a defined window instead of the desktop. STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available. MORE INFORMATION
Using the "?" command with FUNCTION "V1" does not display correctly when
characters "ii" or "il" or "it" are in the string. The FUNCTION "V1" should
display only one character per line.
Steps to Reproduce ProblemRun the following program:
FOR fontsize = 8 TO 11 ?m FUNCTION "V1" FONT myfonts(i),fontsize WAIT WINDOW ; "Font "+ALLTRIM(STR(i))+" of "+ ; ALLTRIM(STR(ALEN(myfonts)))+" - "+ ; myfonts(i)+' Size '+ALLTRIM(STR(fontsize)) TIMEOUT 2 CLEAR ENDFOR
NOTE: In certain fonts or sizes, the letters "ii", "ll" and "it" will appear on the same line. Each letter should appear on a separate line. Additional query words: kbprg kbbuglist FoxWin buglist2.50 buglist2.50a buglist2.50b buglist2.60 buglist2.60a 2.50
Keywords : kbprg |
Last Reviewed: December 17, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |