FIX: Debug/Fix In Form Shows Form Controls Toolbar in DebuggerID: Q221626
|
You run a form from the Form Designer with CTRL+E or the [!] toolbar button, suspend on a line of code, and the Debugger Trace window is displayed. You then select Debug, then Fix from the Debugger window menu. If the Form Controls or other form toolbars were displayed before you ran the form, they will subsequently be displayed within the Debugger window, rather than in the Visual FoxPro desktop.
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
This bug was corrected in Visual Studio 6.0 Service Pack 3.
For more information about Visual Studio service packs, please see the following articles in the Microsoft Knowledge Base:
Q194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why
Q194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed
SET RESOURCE OFF && Ensures Form Controls toolbar is visible
CLOSE ALL
DELETE FILE testxx.sc?
LOCAL aobj[1], xx
CREATE FORM testxx NOWAIT
=ASELOBJ(aobj,1)
xx = aobj[1]
xx.WRITEMETHOD('activate',[x=xx])
KEYBOARD 'Y' CLEAR
RELEASE WINDOW 'Form Designer - testxx.scx'
MODIFY FORM testxx NOWAIT
KEYBOARD '{ctrl+e}' && Run form
© Microsoft Corporation 1999, All Rights Reserved.
Contributions by Jim Saunders, Microsoft Corporation
Additional query words:
Keywords : kbservicepack kbMiscTools kbVFp600 kbVFp600bug kbVS600sp2 kbVS600SP1 kbVS600sp3fix kbGrpFox
Version : WINDOWS:6.0
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: May 19, 1999