PRB: Last Line in a Method Doesn't Update Variables in DebugLast reviewed: August 16, 1995Article ID: Q134979 |
The information in this article applies to:
SYMPTOMSIf the last line of any form method is a variable assignment, the debug window doesn't refresh the variable assignment value.
STATUSThis behavior is by design. This is expected behavior because all local variables are destroyed right after the method scope is lost.
RESOLUTIONCreate a form property that has the same variable name.
MORE INFORMATION
Steps to Reproduce Behavior
|
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |