Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DBGrid

Status
Not open for further replies.

nnco

Programmer
Jun 11, 2002
3
LB
Hi, I am having a problem with my data grid. It’s not a simple error, but it is shutting down the application, and VB if I was debugging, I try t debug, but nothing wrong in the code. And it’s not a standard one, which means it doesn’t appear always. I am calling a form with a datagrid in it from inside another datagrid. I am getting the following message:

This Program has performed an illegal operation and will be shut down.
If the problem persists, contact the program vendor.

VB6 caused an invalid page fault in module DBGRID32.OCX at 017f: 230fc8b0.

Registers:
EAX=00000000 CS=017f EIP=230fc8b0 EFLGS=00010216
EBX=00000100 SS=0187 ESP=007fef60 EBP=00000808
ECX=007fefa8 DS=0187 ESI=03accdc0 FS=32ff
EDX=03ace020 ES=0187 EDI=03accce8 GS=0000

Bytes at CS: EIP:
8b 97 e4 00 00 00 8d 7c 24 08 c1 ea 01 8b 0f 80

Stack dump:
03acd254 03accce8 00000000 00000000 00000000 00000000 23111ef9 00000100 007fefdc 007fefac 007fefa8 007fefec 007fefd4 00008044 007ff020 c1500001

Some times when I say close, it gives me the message above once more, and re close, other times it gives me the following message, and don’t close at all till I cut the power of the PC.

This Program has performed an illegal operation and will be shut down.
If the problem persists, contact the program vendor.

VB6 caused an invalid page fault in module KERNEL32.DLL at 017f:bff9dc5d.

Registers:
EAX=c00301a8 CS=017f EIP=bff9dc5d EFLGS=00010212
EBX=007ffe28 SS=0187 ESP=006fff7c EBP=00700218
ECX=00000000 DS=0187 ESI=00000000 FS=32ff
EDX=bff76855 ES=0187 EDI=bff79198 GS=0000

Bytes at CS: EIP:
53 8b 15 54 ad fc bf 56 89 4d e4 57 89 4d dc 89

Stack dump:

So what Do you think, is it a DBGrid32 problem, or a problem with coding in someway? Please help me it’s very urgent.
 
1. Are you using VB6 Sp5?

2. What version of the DBGrid are you using? You might want to try the one under:

\Microsoft Visual Studio\Common\Tools\CONTROLS
(make sure you register it with DBGrid.Reg) [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top