Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

InfoPower grid problem

1 view
Skip to first unread message

Tom Bowie

unread,
Oct 20, 2000, 3:00:00 AM10/20/00
to

I have a problem with a unit of my project which uses an
InfoPower grid. I am writing the program in Delphi5 with
SQLServer7. When I save changes made to the data in the grid
to the database the grid freezes so no further changes can be
made to the data. The data saves OK but it means the user
will have to close the form and reopen it again to make any
further changes. The problem is definately with the grid as
other components on the form not connected to the grid
continue to function normally. I wonder if anyone else has
encountered similar problems and has found a solution. Any
help appreciated. TIA.

Tom.

Ryan Fischbach

unread,
Oct 20, 2000, 3:00:00 AM10/20/00
to
"Tom Bowie" <thomas...@baesystems.com> wrote in message
news:39f07ece$1_2@dnews...


Are the other controls linked to the same dataset as the grid? If not, then
it sounds to me like you've got a mis-matched EnableControls/DisableControls
pair. Are all such calls in your code handled with try..finally where
possible and triple-checked for robustness in all other cases? What about
Enable/Disable of the grid itself? Or ReadOnly?
--
Ryan Fischbach
Quidquid latine dictum sit, altum viditur.
Whatever is said in Latin sounds profound.


0 new messages