FIX: Error in Converter: Variable Gendircount Not FoundLast reviewed: October 20, 1997Article ID: Q134620 |
3.00
WINDOWS
kbinterop kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSWhen a screen built in FoxPro version 2.x that contains a #REGION statement is converted, the converter halts, and displays this error message:
Variable 'GENDIRCOUNT' is not found CAUSEThis is an error in the Converter. The error occurs when the #REGION statement is located in an object's code or in the Cleanup code - but not in the Setup code. This causes the GENDIRCOUNT variable to be passed to a method when it was not initialized.
WORKAROUNDEdit the Converter code to initialize the GENDIRCOUNT variable. The source code to the Converter application is included with the Professional Edition of Visual FoxPro. The following step-by-step procedure illustrates the method to correct the error.
Step-by-Step Workaround
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.0b for Windows.
MORE INFORMATION
Steps to Reproduce Problem
|
Additional reference words: VFoxWin 3.00 Fixlist3.00b buglist3.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |