FIX: Debug and Trace Options Disabled After Running RI Builder
Article ID: 136558
Article Last Modified on 3/24/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q136558
SYMPTOMS
After you run the Referential Integrity (RI) Builder, the Trace and Debug
options on the Tools menu are disabled.
WORKAROUND
After you run the RI Builder, type the following code in the Command
window:
SET SKIP OF BAR _MWI_DEBUG OF _MSM_TOOLS .f.
SET SKIP OF BAR _MWI_TRACE OF _MSM_TOOLS .f.
This enables both menu options.
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 3.0b for Windows.
Additional query words: VFoxWin fixlist3.00b buglist3.00
Keywords: kbbug kbfix KB136558