Subject Re: [IBO] change the cursor in ...
Author Luiz Alves
From: "Rik" <rik@...>
To: <IBObjects@yahoogroups.com>
Sent: Wednesday, January 23, 2002 7:13 AM
Subject: [IBO] change the cursor in ...


> Hello,
>
> How can I make the cursor change in an Hour Glass or something like that
> when IBO is fetching or waiting ?
>

Sample:
Screen.Cursor:=crDefault;
Screen.Cursor:=crHourGlass;
See delphi help about Cursor.

Luiz.