Change cursor to hourglass and don't show connect dialog
Posted: Sat 01 Mar 2008 18:43
Hi guys!
I'd like to ask for your help.
I'd like to change the cursor during query execution.
For this I use:
and also include IBDacVCL in my uses list.
The problem: The connection dialog gets shown. Is there a way to skip the dialog from showing?
My other question:
Is there a way to change the cursor to a custom bitmap instead of the default SQL hourglass?
Thank you!
Regards,
Zd
I'd like to ask for your help.
I'd like to change the cursor during query execution.
For this I use:
Code: Select all
DBAccess.ChangeCursor:=true;
The problem: The connection dialog gets shown. Is there a way to skip the dialog from showing?
My other question:
Is there a way to change the cursor to a custom bitmap instead of the default SQL hourglass?
Thank you!
Regards,
Zd