Subject Re: [IBO] change the cursor in ...
Author Andreas Pohl
In IB_SessionProps there are some properties for handling with cursors if UseCursor=True.

Mit freundlichem Gruss & Best Regards

Andreas Pohl
apohl@...
www.ibp-consult.com

> > 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.