Subject Change Screen Cursor
Author Luiz
Hi,

On TIB_Database AfterConnect event, I need open a form to download file from
ftp site.

When I open a new form from this event, my screen cursor is always
crSQLWait.

Is there a way to change the screen cursor to crDefault, before open the
form?

If I set screen.cursor:=crDefault in OnCreate or OnShow of the new created
form there is no effect. I still have crSQLWait on screen

I have tried UseCursor:=False from tib_session, but no success.

Regards,

Luiz