Subject | Re: [IBO] IB_Grid: Reduce flickering |
---|---|
Author | Woody |
Post date | 2006-06-21T13:41:22Z |
From: "Daniel Albuschat" <d.albuschat@...>
form handle. Something like:
LockWindowUpdate(self.Handle);
try
... code to close/open query ...
finally
LockWindowUpdate(0);
end;
HTH
Woody (TMW)
>If using Dephi, you can try using the LockWindowUpdate function using the
> I'll have to bear with the flickering for now, I guess...
form handle. Something like:
LockWindowUpdate(self.Handle);
try
... code to close/open query ...
finally
LockWindowUpdate(0);
end;
HTH
Woody (TMW)