Subject Re: Query Mouse Cursor change
Author Svein Erling Tysvær
--- In IBObjects@yahoogroups.com, "Don Schoeman" <don@d...> wrote:
> My application is a data capturing tool, so it captures and stores
> the data in a background thread. This happens about twice a second.
> I would like to somehow stop the mouse cursor from changing every
> time the insert query is executed. Is there an easy way to do this?

Do the DisableControls/EnableControls methods do what you want (or
does it have side effects that are not acceptable)?

Set