FIX: Fix From Debugger Does Not Show VFP Desktop if Visible=.F. (192576)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
This article was previously published under Q192576 SYMPTOMS
When viewing and executing program code in the Debugger Trace Window, you
can select Debug then Fix from the Debugger menu. Normally, this closes
your currently executing program and brings up the code you were tracing in
the appropriate editor or designer. If the application you are tracing uses
a Top Level form, and the Visual FoxPro desktop is hidden with
_SCREEN.Visible = .F., the Visual FoxPro desktop will not become visible,
and the code is not displayed in the appropriate editor or designer.
RESOLUTION
To cause the Visual FoxPro desktop to display, you can do the following:
- Type _SCREEN.Visible in the Watch Window and then press the ENTER key.
- Click the .F. in the Value column adjacent to _SCREEN.Visible to edit
it, change it to .T., and then press the ENTER key.
This causes the Visual FoxPro desktop to display, and the code is now
visible in the appropriate editor.
STATUS
Microsoft 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 6.0 for Windows.
Modification Type: | Major | Last Reviewed: | 12/11/1999 |
---|
Keywords: | kbbug KB192576 kbAudDeveloper |
---|
|