BUG: GPF After Query Is Appended to Table Using GraphWizard

Last reviewed: April 30, 1996
Article ID: Q108719
The information in this article applies to:
  • Microsoft FoxPro for Windows, versions 2.5, 2.5a, 2.5b, 2.6

SYMPTOMS

FoxPro for Windows causes a general protection (GP) fault if a graph from an RQBE query is appended to an existing table and FoxPro is closed from a minimized state.

STATUS

Microsoft has confirmed this to be a problem in FoxPro versions 2.5, 2.5a, 2.5b, and 2.6 for Windows. We are researching this problem and will post new information here in the Microsoft Knowledge Base as it becomes available.

MORE INFORMATION

Steps to Reproduce Problem

  1. In the Command window, issue the following command on one line:

          CREATE TABLE gpf_tst (graphname C(30), graphid N(2,0), graphtitle ;
          C(80), xaxis C(12), flist M, olegraph G)
    

  2. Create a query with TUTORIAL\MOREREG.DBF, using the DIRECTOR, QUOTA, and TODATE fields.

  3. Execute the query and send the output to a graph.

  4. Move ahead in the GraphWizard and save the graph as GPF_TST.DBF. Choose Append, then choose OK to exit.

  5. With the RQBE window still open, use the View window to open and BROWSE the GPF_TST database.

  6. Double-click the OLEGRAPH field to open the graph.

  7. With the graph still visible, minimize FoxPro.

  8. Select the FoxPro icon. In the Control Menu box, choose Close.

  9. When you are prompted to save the query, choose No.

    The following error message will be displayed:

          GP Fault in module <unknown> 2077:49E1
    


Additional reference words: FoxWin 2.50 2.50a 2.50b buglist2.50
buglist2.50a
buglist2.50b gpf graphwizard relational query by example buglist2.60 2.60
KBCategory: kbprg kbbuglist
KBSubcategory: FxtoolRqbe


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 30, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.