Board index » delphi » DBGrid Problems!!!

DBGrid Problems!!!

I have 200 installations of my application (D5) and only 2 (Win98) of
them lock up on creating a form that has a DBGrid Component on it.  Any
help would be greatly appreciated.

Thank you,
Haim
H...@CortexEDI.com

 

Re:DBGrid Problems!!!


Are there other forms that lock up with other data aware controls other than
a DBGrid? In other words, is it a problem with the grid or the database?

Have you tried putting the form creation and showing in a try...except
construct to see what the exception is?

--
Steve F (Team B)

Re:DBGrid Problems!!!


Thanks.  It looks like other forms with data aware controls have the same
problem even when they are not attached to a database.  I tried to create a
blank form and put a DBGrid or a DBLookupCombo on it.

"Steve F (Team B)" wrote:

Quote
> Are there other forms that lock up with other data aware controls other than
> a DBGrid? In other words, is it a problem with the grid or the database?

> Have you tried putting the form creation and showing in a try...except
> construct to see what the exception is?

> --
> Steve F (Team B)

Other Threads