application working

Forum related to MySQL

Moderators: gto, cipto_kh, EgonHugeist

Post Reply
kecap
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 05.05.2012, 14:27
Location: slovakia

application working

Post by kecap »

Hello

I am new using zeos components
I need to know how to show that the application is working on a query or how to freeze application while working, because the button can be clicked more times with this components and nobody knows that its working.
I woked before with mycomponents and there was sand glass with sql sign while executing query.

How do you solve this?
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

kecap,

What do you think about TZConnection.SQLHourGlass: Boolean; ?

This can show your users, that the request is in process.

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
kecap
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 05.05.2012, 14:27
Location: slovakia

Post by kecap »

Thank you very much.
That´s what i was looking for.

Another question.
Doesn´t somebody knows when I run application with F7 Trace into
how to step only thru my source, because I always have to pass all the zeoslib source when I trace into.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

Ohh, this is think has compiler dependencies..

Which one do you use?
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
kecap
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 05.05.2012, 14:27
Location: slovakia

Post by kecap »

Now I use Delphi 7.

But I want pass to delphi 2010.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

Hmm with D7 i can't Tell you something. Check the Options of the compiler to supress debugging of the system/sysutils files.

D2010 shouldn't have this strange behavior.

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
kecap
Fresh Boarder
Fresh Boarder
Posts: 7
Joined: 05.05.2012, 14:27
Location: slovakia

Post by kecap »

I cant find it.

In Delphi 2010 its the same.
User avatar
EgonHugeist
Zeos Project Manager
Zeos Project Manager
Posts: 1936
Joined: 31.03.2011, 22:38

Post by EgonHugeist »

It seems i missunderstoud you.

Just press F8 on your code-lines. So you trace only your lines steg by step. For more subdetails just press F7. Run all: F9. Rebuild projekt: shift F9....

Michael
Best regards, Michael

You want to help? http://zeoslib.sourceforge.net/viewtopic.php?f=4&t=3671
You found a (possible) bug? Use the new bugtracker dude! http://sourceforge.net/p/zeoslib/tickets/

Image
Post Reply