Subject Connected users
Author Artur Anjos
(Helen, sorry for posting this here - it belongs to ib-support - but this is
an IBO question)

I never had this requirement, but I find this useful. In the help file it
says that this will work just in the server, and if we use it in a client we
just have the info about the connections from this client.

Is the help ok? If so, this will not solve Sandeep's problem. If not, Jason
must change that part of the help file.

Artur

----- Original Message -----
From: "Sandeep" <sandeep@...>
To: <ib-support@yahoogroups.com>
Sent: Wednesday, May 15, 2002 9:40 PM
Subject: Re: [ib-support] Connected users


> On 15 May 2002 at 17:01, Helen Borrie wrote:
>
> > At 09:33 AM 15-05-02 +1200, Sandeep wrote:
> > >Is there anyway of knowing how many users are connected to the
> > >server?
> >
> > You are using IBO, aren't you? The IB_Connection has a stringlist
property
> > Users - lists all connected users by username.
> >
> > var
> > usercount: integer;
> >
> > if ib_connection1.connected then
> > usercount := ib_connection1.users.count;
> >
> > If you are using a TIBODatabase then it has this property too.
>
> Thanx
>
> Regards
>
> Sandeep
>
> Software Developer
> CFL
> sandeep@...
> http://www.cfl.co.nz