BUG: GP Fault with DBCombo and Sheridan 3D Control

Last reviewed: May 20, 1996
Article ID: Q143275
The information in this article applies to:
  • Professional and Enterprise Editions of Microsoft Visual Basic, 16-bit edition only, for Windows, version 4.0

SYMPTOMS

When a DBCombo control or a DBList control are bound to a Data Control, and a Sheridan 3D Panel control is also bound to the same Data control on the same Form, a General Protection Fault results when the project is run.

STATUS

Microsoft has confirmed this to be an issue in the Microsoft products listed at the beginning of this article. 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. Start a new project in Visual Basic, 16-Bit Edition. Form1 is created by default.

  2. Add a Data control, and set the Databasename property to Biblio.mdb contained in the VB directory. Set the Recordsource property to Authors.

  3. Add a Sheridan 3D Panel control to the form. Set the DataSource property to Data1, and the DataField property to Author.

  4. Add a DBCombo control to the form and set the RowSource property to Data1 and the ListField property to Au_ID.

Run the project by pressing F5. A General Protection Fault results. In general, the General protection Fault occurs in the Vb.exe module. In one test, the address of the fault was 0001:2571.


Additional reference words: 4.00 vb4win vb416 gpf gp-f
KBCategory: kbprg kbbuglist
KBSubcategory: PrgCtrlsCus PrgCtrlsThird




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: May 20, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.