FIX: #REGION Directive Not Behaving Properly in FoxPro 2.6xLast reviewed: October 20, 1997Article ID: Q117352 |
2.6x | 2.6xWINDOWS | MS-DOS kbenv kbprg kbfixlist kbbuglist The information in this article applies to:
SYMPTOMSIf you use the #REGION compiler directive in conjunction with the REGIONAL command in order to use a variable that has the same name but has different values in a single screen, the #REGION directive does not work correctly.
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro 3.0 for Windows.
MORE INFORMATIONThe REGIONAL command creates regional memory variables and arrays. Memory variables or arrays with identical names can be created without interfering with each other when their values are protected within a "region." Regional variables are similar to private variables. Regional variables are declared before they are used in a screen. A region (0 through 31) is created with the #REGION compiler directive. Then the command REGIONAL <variable name> is used after the #REGION directive.
Steps to Reproduce Problem
|
Additional reference words: FoxDos FoxWin VFoxWin 2.60 2.60a fixlist3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |