BUG: Macro Performs Differently in FoxPro for MS-DOSLast reviewed: May 19, 1997Article ID: Q130136 |
The information in this article applies to:
SYMPTOMSMacros created in FoxPro for Windows perform differently in FoxPro for MS-DOS. In the example below, the macro key {ALT+Z} is ignored in FoxPro for MS-DOS, but works correctly in FoxPro for Windows.
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 INFORMATIONThe following code produces results that are different in FoxPro for MS-DOS from what they are in FoxPro for Windows. In FoxPro for Windows "test.txt" contain:
READ #1 ALT-Z CTRL-ZFoxPro for MS-DOS ignores the ALT+Z, and test.txt returns:
READ #1 CTRL-Z Steps to Reproduce Problem
|
Keywords : FxprgGeneral kbbuglist
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |