FIX: Multiselect Fails in Class Designer for Objects on PageFrame (221670)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 5.0
  • Microsoft Visual FoxPro for Windows 5.0a
  • Microsoft Visual FoxPro for Windows 6.0

This article was previously published under Q221670

SYMPTOMS

In Class Designer, selecting multiple objects on a page of a PageFrame using the SHIFT key and a mouse click does not work.

STATUS

Microsoft has confirmed that this is a bug in the Microsoft products that are 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:

194022 INFO: Visual Studio 6.0 Service Packs, What, Where, Why

194295 HOWTO: Tell That Visual Studio 6.0 Service Packs Are Installed

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a PageFrame class using the following code:
    CREATE CLASS pgfjunk as Pageframe of test
    					
  2. Edit the PageFrame and drop several objects (such as textboxes) on the page.
  3. Attempt to multiselect the objects by holding down the SHIFT key and then clicking on each of the objects on the page.

    Note that you are unable to multiselect with the SHIFT key and mouse click. However, clicking and holding the mouse button on the page and then drawing an outline across all objects selects all of them.

Modification Type:MajorLast Reviewed:10/16/2002
Keywords:kbBug kbDesigner kbVS600sp3fix KB221670