Board index » delphi » How to detect if IB Server is running ?

How to detect if IB Server is running ?

Hi all:

I am finishing my first app. with IBX, whihc I consider a very good work.
Well, I forget something :-)
At home, my IB Server is always running, and of course I controll it.
But at customer home, He needs to know if the server is running when he run
my app. if not my program gives him an Application Exception (Is working in
NT 4.0 SP 5).

So, How can I detect that the server is not running and in this way prevent
of using my app. or run the server ?

Thank's a lot

--
Juan Coru?a Rodriguez
Desarrollo de Software Atlantico SL

 

Re:How to detect if IB Server is running ?


Look at Win32's help files for FindWindow API. The IB class name is
IB_Server.

DSA escribi en mensaje <86endt$kt...@bornews.borland.com>...

Quote
>Hi all:

>I am finishing my first app. with IBX, whihc I consider a very good work.
>Well, I forget something :-)
>At home, my IB Server is always running, and of course I controll it.
>But at customer home, He needs to know if the server is running when he run
>my app. if not my program gives him an Application Exception (Is working in
>NT 4.0 SP 5).

>So, How can I detect that the server is not running and in this way prevent
>of using my app. or run the server ?

>Thank's a lot

>--
>Juan Coru?a Rodriguez
>Desarrollo de Software Atlantico SL

Other Threads