PRB: Last Line in a Method Doesn't Update Variables in DebugID: 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 Behavior1. Create a new form. 2. Place the following code in the Init procedure of the form:
3. Save the form as MyForm.scx.
4. Open the debug window, and place the nMyVeriable variable in the left 5. Type the following in the Command window:
Additional reference words: 3.00 VFoxWin
KBCategory: kbprg kbprb
KBSubcategory: FxprgUdwindow
|
Last Reviewed: August 16, 1995 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |