BUG: Code window closes design tools when it is run from a program in Visual FoxPro (138473)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0
  • Microsoft Visual FoxPro for Windows 3.0b
  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0
  • Microsoft Visual FoxPro for Windows 7.0
  • Microsoft Visual FoxPro 8.0
  • Microsoft Visual FoxPro 9.0 Professional Edition

This article was previously published under Q138473

SYMPTOMS

When modifying reports, forms, or projects, you may find that under certain conditions the report, form, or project may close unexpectedly. This will happen when you have opened the item for editing using a program file, application, or from within an executable.

Typically an item is opened for editing by using one of these methods;

  • Clicking Open or New on the File menu.
  • Double-clicking the item from a project.
  • Entering the following command in the Command window:
       MODIFY COMMAND <item name or type>
    						

CAUSE

The problem occurs when you place the following line of code in a program (.prg) file:
   MODIFY COMMAND <item name or type>
				

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.

MORE INFORMATION

Steps to Reproduce Problem

  1. On the File menu, click New. Then click Program, and click the New button.
  2. Enter the following text in the new program:
        MODIFY Report testr
        MODIFY Form testf
        MODIFY project testp
    						
  3. Save and Run the Program.
  4. Right-click within the report window, and then click Data Environment.
  5. Right-click within the Data Environment window, and then click Code. Note that the Report Writer and data environment close. This behavior is erratic. The Report Writer window may not close.
  6. Repeat steps 4 and 5 for the Form Designer. Note that the same behavior occurs.
  7. With the project window displayed, from the Tools menu, click Debugger. Note that the Project closes.
  8. Click Delete to remove the project.

Modification Type:MajorLast Reviewed:2/18/2005
Keywords:kbBug KB138473