The information in this article applies to:
SYMPTOMSWhen you write a program or procedure containing an IF expression that evaluates a property or method reference using the "." (dot) operator within a WITH/ENDWITH construct and you attempt to run or compile the code, you might get one of the following errors:
RESOLUTIONInclude a full object reference in the IF line, rather than the "." operator reference that is normally used with the WITH/ENDWITH. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This has been corrected in Visual FoxPro 6.0. MORE INFORMATIONSteps to Reproduce Behavior
In Visual FoxPRo 3.0x, the following error appears: To make the code compile and run without error in each version, change:
-to-
Additional query words: kbVFp300bbug kbVFp500abug kbVFp600fix
Keywords : |
Last Reviewed: August 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |