BUG: PageFrame on Toolbar Causes System Error 11 (158827)



The information in this article applies to:

  • Microsoft Visual FoxPro for Macintosh 3.0b

This article was previously published under Q158827

SYMPTOMS

Placing a PageFrame on a Toolbar in Visual FoxPro for the Macintosh causes a System Error 11 and crashes the system. While it is possible to place a PageFrame in a Toolbar in the Windows version of Visual FoxPro, it is not recommended.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.

MORE INFORMATION

Steps to Reproduce Problem

  1. Execute the following command in the Command window:

    CREATE CLASS mytoolbar AS toolbar OF mytoolbar

  2. Add a PageFrame to the toolbar, and save the class.
  3. Execute the following commands in the Command window:
          SET CLASSLIB TO mytoolbar
          x = CREATE("mytoolbar")
          x.show
    						
  4. Click on page 2 of the PageFrame.

Modification Type:MajorLast Reviewed:12/11/1999
Keywords:kbenv KB158827