FIX: Crash When Resizing Column of Split DBGrid
ID: Q168155
|
The information in this article applies to:
-
Microsoft Visual Basic Professional and Enterprise Editions for Windows, version 5.0
-
Microsoft Visual Studio 97
-
Microsoft Visual C++, 32-bit Editions, version 5.0
SYMPTOMS
When attempting to resize a column of a DBGrid that has been split using
the Split method, your application crashes with an error such as:
PROJECT1.EXE - Application Error
The instruction at "0x019800F0" referenced memory at "0x9998F0D8".
The memory could not be "written".
-or-
PROJECT1.EXE
This program has performed an illegal operation and will be shut down.
If the problem persists, contact the program vendor.
PROJECT1 caused an invalid page fault in module <unknown> at
0000:FFFFFFFF
CAUSE
DBGRID32.OCX version 5.00.3714 does not handle window ownership correctly
when re-sizing columns.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article. This bug has been corrected in the
version 5.00.3817 of DBGRID32.OCX that ships in Visual Studio Service
Pack 1.
For additional information about the Visual Studio 97 Service Pack 1,
please see the following article in the Microsoft Knowledge Base:
Q170365 INFO: Visual Studio 97 Service Packs - What, Where, and Why
MORE INFORMATION
Steps to Reproduce Behavior
- Start a new Standard EXE project.
- Add DBGrid to the project.
- Place an instance of DBGrid on the default form (DBGrid1 by default).
- Place a data control on the form (Data1 by default).
- Set the Database property of the data control to point at BIBLIO.MDB.
- Set the RecordSource property to Publishers.
- Set the DBGrid DataSource property to Data1.
- Add the following code to the Form Load event:
Private Sub Form_Load()
DBGrid1.Splits.Add (1)
End Sub
- Run the application.
- Resize the first column header as small as possible.
- Try resizing the first column header as small as possible again.
Additional query words:
Keywords : kbVBp500 kbVS97sp1fix kbVS97sp2fix kbGrpVB kbvbp500sp1fix kbvbp500sp2fix
Version : 5.0 97
Platform : NT WINDOWS
Issue type : kbbug